
WorldPluginManager (WPM)
Controls which commands are allowed or blocked per world. For example, /fly might work in the lobby but be blocked in a Survival world.
WorldPluginManager is the filter that determines which commands work in which world. You can set a mode for each world: “Whitelist” means only approved commands work, while “Blacklist” means all commands work except for the blocked ones. If a player attempts to execute a prohibited command, the command is intercepted directly in the event and a configurable message is displayed—meaning the command is never actually passed on to the respective plugin. All management is handled via a GUI with world selection, a mode toggle, and lists for allowed and prohibited commands. Players with the bypass permission ignore all rules, so admins can always get through. Changes are saved in rules.yml and can be reloaded at runtime with /wpm reload.
Commands:
/wpm gui – opens the GUI management
/wpm allow

