Overview
Block² : Block² is a plugin that gives server owners and administrators permission to control who may build, break, or drop items/blocks in any world or any specific world.
Core Features
- Specify who may build in a world.
- Specify who may break in a world.
- Specify who may drop items in a world.
- Disable killing in creative mode.
Permissions
Note: Since the name change (Blockblock -> Block²), the perms have not changed, and will remain (blockblock). Block² is too hard for perm handlers.
- blockblock.*
Wildcard. Gives the user to do everything below.
- blockblock.pvp.gm
Gives the user the permission to kill other people in creative without being in trouble.
- - blockblock.drop
Gives the user to drop items in ANY world. ("wildcard")
- - blockblock.drop.<worldname>
Gives the user the right to drop items in the world they're in.
ex for groupmanager: /manuaddp goldruler7 blockblock.drop.world_nether
- - blockblock.place
Gives the user the right to build in ANY world. ("wildcard")
ex for groupmanager: /manuaddp goldruler7 blockblock.place
- - blockblock.place.<worldname>
Gives the user the right to build in the world they're in.
ex for groupmanager: /manuaddp goldruler7 blockblock.place.world_nether
- - blockblock.break
Gives the user the right to break blocks in ANY world. ("wildcard")
ex for groupmanager: /manuaddp goldruler7 blockblock.break
- - blockblock.break.<worldname>
Gives the user the right to break blocks in the world they're in.
ex for groupmanager: /manuaddp goldruler7 blockblock.break.world_nether
Future Implementation
-Toggle-able console logging. (done)
+ More configuration for dropping/placing/breaking. (incomplete)
Reccomendations?
Ask in the comments below.