⚠️ EXTREMELY IMPORTANT - READ BEFORE UPDATING ⚠️
This release (v1.5) introduces critical changes to the protection engine. To avoid conflicts, follow these instructions strictly.
1. RESET PLUGIN FOLDER
The new Mob Permission System includes new entries in the language files.
ACTION: You
MUST delete the old plugin folder before installing v1.5.
WHY: Old message files will not load the new permission strings, causing errors in the chat display.
2. MANDATORY WORLDGUARD CONFIGURATION
To allow the plugin to manage
Leash Protection (leads) and interactions correctly, you must set the global flags to "allow". Our plugin will act as the final filter. If you don't do this, WorldGuard will block the player before our plugin can even check their permissions.
Execute these commands in your console:
Overworld
/rg flag global use allow
/rg flag global interact allow
The Nether
/rg flag global -w world_nether use allow
/rg flag global -w world_nether interact allow
The End
/rg flag global -w world_the_end use allow
/rg flag global -w world_the_end interact allow
⚠️ CAUTION
Without these commands, the protection will be
HARD-BLOCKED by WorldGuard/GriefPrevention, overriding our plugin's custom logic. By setting these to 'allow', you delegate the security control to our system.