Hello everyone, this is was my second Skript plugin (the first one was removed) that I have re-made into a normal plugin! Hope you enjoy.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.12
This plugin, when enabled, will disable all forms of placing and breaking blocks.
Commands:
/build Toggles if anyone (including ops) can build
/build reload Reloads the config
Permissions:
antibuild.toggle Access to commands
Screenshots:
Config:
Code (Text):
#
#
# Anti-Build (Java version)
# Made by ajgeiss0702
#
# The push-enabled option determines wether the player should be pushed when they break/place a block. true = will push false = no push
#
# The build-enabled option is for the plugin to remember wether it was enabled or disabled when the server is stopped or reloads.
#
# You can change the messages below:
messages:
disable: '&7>> &aYou have disabled building!'
enable: '&7>> &aYou have enabled building!'
build: '&7>> &cBuilding is currently disabled!'
destroy: '&7>> &cDestroying is currently disabled!'
push-enabled: true
build-enabled: true
Please post any suggestions in the discussion tab.
If you have any issues, feel free to join my discord server!
Some icons made by authors from www.flaticon.com

Anti-Build 1.0.1
Prevents everyone from building.
Recent Updates
- v1.0.1 Fixed reload command Aug 14, 2018
- v1.0 Re-made into normal plugin! Aug 11, 2018
- Added .sk file Oct 3, 2016