- Native Minecraft Version:
- 1.15
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/Hostify/BuildMode
- Languages Supported:
- All messages are configurable
BuildMode is a simple, lightweight plugin to allow your staff to toggle their build and destroy abilities. This was originally created for staff to prevent them from accidentally breaking or placing blocks in creative mode, but this plugin can serve other purposes as well. Additionally, as an option, you can disable the use of WorldEdit commands while in the restricted build mode.
All of the messages of the plugin are configurable.
/buildmode - Toggles your build.
/buildmode <player> - Toggle other's build.
/buildmode help - Shows help menu.
/buildmode version - Shows plugin version.
/buildmode reload - Reloads the settings and messages.
buildmode.* - Gives access to all BuildMode commands.
buildmode.use - Gives access to toggle your own build.
buildmode.use.others - Gives access to toggle other's builds.
buildmode.reload - Gives access to reload the configuration.
Code (Text):#####################################################
# ____ _ _ _ __ __ _ #
# | __ ) _ _(_) | __| | \/ | ___ __| | ___ #
# | _ \| | | | | |/ _` | |\/| |/ _ \ / _` |/ _ \ #
# | |_) | |_| | | | (_| | | | | (_) | (_| | __/ #
# |____/ \__,_|_|_|\__,_|_| |_|\___/ \__,_|\___| #
#####################################################
settings:
enable-on-join: true
disable-worldedit: true
messages:
prefix: '&a&lBuild&f&lMode &8&l>> '
no-permission: '&cYou do not have permission to execute this command.'
command-usage: '&cUsage: /buildmode <player>'
player-only-command: '&cThis command is only available to players!'
reloaded: '&aBuildMode has been successfully reloaded.'
build-enabled: '&aYour build has been enabled.'
build-disabled: '&cYour build has been disabled.'
build-enabled-player: '&aYou have enabled %PLAYER%''s build.'
build-disabled-player: '&cYou have disabled %PLAYER%''s build.'
player-not-online: '&cPlayer %PLAYER% not found.'
build-currently-disabled: '&cYour build is currently disabled!'
worldedit-disabled: '&cWorldEdit is currently disabled!'
version: '&7Running v%VERSION%, made by Hostify'
help:
- '&8&m-----------------------------------'
- '&a&lBuild&f&lMode &a&lHelp'
- '&8&m-----------------------------------'
- '&a/buildmode &8- &7Toggles your build mode'
- '&a/buildmode &f<player> &8- &7Toggles player''s build mode'
- '&a/buildmode &fhelp &8- &7Displays this'
- '&a/buildmode &freload &8- &7Reloads the plugin'
- '&a/buildmode &fversion &8- &7Shows plugin version'
- '&7&oAliases: /build, /bm'
- '&8&m-----------------------------------'

BuildMode 1.0
Allow staff to toggle their build