LevelGate
Restrict armor & tools based on mcMMO power level
⚔ What is LevelGate?
LevelGate forces players to grind
mcMMO skills before they can equip powerful armor or use advanced tools.
No more fresh players instantly wearing Diamond or Netherite — progression is
earned.
✅ Features
- Block equipping Iron, Gold, Diamond, Netherite armor based on mcMMO power level
- Block using Stone, Iron, Gold, Diamond, Netherite tools based on mcMMO power level
- Works with all equip methods — inventory drag, right-click, shift-click
- Multi-language support — English & Lithuanian included
- Create your own language file easily
- Fully configurable level requirements
- Lightweight & no lag
Requirements
Installation
- Download LevelGate.jar
- ArmorEquipEvent.jar is already inside the zip — no separate download needed
- Place both into your plugins/ folder
- Make sure mcMMO is installed
- Restart the server
- Configure plugins/LevelGate/config.yml
⚙ Configuration
Code (Text):
# Language: en (English) or lt (Lithuanian)
language: en
# Required mcMMO power level to use tools
TOOLS:
STONE: 3
IRON: 20
GOLDEN: 80
DIAMOND: 150
NETHERITE: 800
# Required mcMMO power level to wear armor
ARMOR:
IRON: 250
GOLDEN: 500
DIAMOND: 1000
NETHERITE: 5000
Multi-Language
Two language files are included:
lang_en.yml and
lang_lt.yml
To create your own language:
- Copy lang_en.yml
- Rename it to lang_XX.yml (e.g. lang_de.yml)
- Translate the messages
- Set language: XX in config.yml
❓ How does mcMMO Power Level work?
Power level =
sum of all mcMMO skill levels.
Check your power level:
Add levels (admin):
Code (Text):
/mmo addlevels <player> <skill> <amount>
Made by Verifygate | Free to use