DESCRIPTION
This is a simple plugin that could be useful to Server owners who wish to deny breaking and placing of blocks in certain worlds. Or maybe allow placing but not breaking. This is has fully Multi world support.
SETUP
<big>
Currently in the middle on testing the plugin and building this page at the same time. Please ignore the mess
</big>
The default is all worlds will not altered any unless you specify it in the config.yml file
Configuration example. Say you have 3 worlds, world1, world2, world3 .
- You wish players to be denied place and break in world1
- You wish players to be able to place and break in world2, as this is default no config is required for this world.
- You wish players to only be able to break blocks in world3.
Then you using the config.yml would do as follows:
Worlds:
world1:
place: false
break: false
world3:
place: false
PERMISSIONS
By default all deny actions effect all players, so no permission is required.
If you wish to all certain players to bee exempt from denies give then a permission which is formatted in the following way.
COMMANDS
/antibreak setbreak on|off [world]
Allows an admin to set block breaking option from in game if world is not give it will default to the world the player is currently in.
/antibreak setplace on|off [world]
Allows an admin to set block placing option from in game if world is not give it will default to the world the player is currently in.
/antibreak viewperm [world]
Allows an admin to view the current place/break settings for the world their in or the world they pass to the command
/antibreak reload
This allows you to alter the configuration with the world online and reload the changes you make, without reload the entire server.
TODO
I might add in some basic player requests. But I only made this as another dev refused to make his plugin support Multi Worlds
BUGS
If you find any and its only a small bug leave details in the posts. If it is a major one please submit a ticket.
HELP & SUPPORT
Just ask me, more than glad to help
DONATIONS
If you would like to make a small donation please use the button provided. Any thing is appreciated but there is no requirement.
Just coding this now will upload it in the next hour for Bukkit to a prove.