Language

WorldPluginManager (WPM)

WorldPluginManager (WPM)

Modrinth

Controls which commands are allowed or blocked per world. For example, /fly might work in the lobby but be blocked in a Survival world.

21 downloads 1 followers updated 1mo ago
Modrinth
Bukkit Paper Spigot 1.21 – 1.21.11

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 – allow command
/wpm deny – block command
/wpm list – display all rules for a world
/wpm mode <whitelist|blacklist> – switch mode
/wpm reload – reload configuration
/wpm stats – overview of all configured worlds

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download WorldPluginManager (WPM)

Files are served directly from the original source. Modgrid does not host or modify them.