A PocketMine-MP plugin which let's you whitelist/blacklist specific commands on specific worlds.
Set up the commands and the whitelisted/blacklisted world(s) on which the specific command will work/not work on.
- command1:
- "world1"
- "world2"
- command2:
- "world3"
Operators will be able to bypass this restriction by default. Users with levellimiter.bypass
can bypass this restriction.
If you want to grant access to a group/user to bypass the restriction on a specific world, add levellimiter.bypass.<world>
.
<world>
denotes the world name.
Example:
levellimiter.bypass.flat
grants the user/group to bypass restrictions onflat
world.
If you want to grant access to a group/user a specific command on a specific world, add levellimiter.bypass.<world>.<command>
.
Example:
levellimiter.bypass.flat.pay
grants the user/group to use the/pay
command onflat
world.
- Discord: MCA7#1245