For 1.8 Servers use version RELEASE 2.2 -
Click here
Simple Antibuild is a skript that implements a buildmode onto your server. This is useful for Servers that you don't want others to build on in specific worlds.
You can use /build to toggle your buildmode
This System requires you to have Skript! Download Skript here
Buildmode
Multiworld Support
Implemented Config (V2.2)
Efficient & Easy Code
Each Permission can be edited in the options section in the script!
Code (Text):
#Toggle own buildmode
Command: /build
Permission: antibuild.use
#Toggle other player's build mode
Command: /build <player>
Permission: antibuild.use.others
#Displays help message
Command: /build help
Permission: antibuild.help
#Displays Information about the script
Command: /build info
Permission: Everyone
Code (Text):
options:
prefix: &8┃ &4Anti&cBuild &8»&7
no-permission: &7You don't have the required permissions!
aliases: buildmode, b
#Permissions - Configure all permissions here
build-permission-others: antibuild.use.others
build-permission: antibuild.use
build-help-permission: antibuild.help
reload-permission: antibuild.reload
#Build Messages - Configure the Build enabled/disabled messages for self and others
build-disabled-self: &7Your buildmode has been &cdisabled
build-enabled-self: &7Your buildmode has been &aenabled
#Worlds - Configure messages and worlds in what the skript should work in (seperate worlds with ,)
use-world-list: true #Enable or disable this feature
world-list-type: blacklist #Available Options: blacklist, whitelist
world-error: &cYou can't use this command here!
worlds: world_nether, world_the_end
#Extra - Configure all the other messages
not-online: &cThis player isn't online!
only-players: &cThis command can only be used by players!