1. Disable Block Place / Break
2. Disable Hanging (ItemFrames & Paintings) Place / Break
3. Disable ArmorStand Place / Break
4. Disable Bucket Fill / Empty
5. Disable Boat and Minecarts Place / Break
6. Command to check a player's build mode status
7. Customizable Settings (Only Toggle Place / Only Toggle Break) => Config
8. ResetBuildModeOnJoin (Enabled by default) => Config
9. Customizable Messages => Config

Commands:
/build - Enable or Disable build mode.
/build <Player> - Toggle others build mode.
/build all - Toggle everyone's build mode.
/build check <Player> - Check others build mode.
/build info - Shows the plugin info.
/build reload - Reloads the plugin configuration.
/build help - Shows the plugin commands.
Note: You can use /buildmode or /bm instead of /build.
Permissions:
buildmode.use -> permission to use the plugin [Required]
buildmode.toggle -> permission to toggle your own build mode
buildmode.others -> permission to toggle other players build mode
buildmode.check -> permission to check other players build mode status
buildMode.reload -> permission to reload the plugin config
buildmode.update -> permission to notify you when there is a new update for the plugin

Code (Text):
#=======================================================
# BuildMode v1.1.1 - Configuration
# Made by Wellthought
#=======================================================
Settings:
ByDefault:
Enabled: false
# This will enable or disable the Build in the server by default (Buildmode is turned on/off for players with specific permission by default)
Toggle:
PlaceAndBreak: true
# This will enable or disable both place and break (set by default)
OnlyPlace: false
# This will enable or disable only placing (in order to allow this u should set "PlaceAndBreak" and "OnlyBreak" to <false>)
OnlyBreak: false
# This will enable or disable only breaking (in order to allow this u should set "PlaceAndBreak" and "OnlyPlace" to <false>)
ResetOnRejoin:
Enabled: true
# This will disable your build mode after rejoining the server
# in order to allow this u should set "ByDefault" to <false>
Update:
Enabled: true
# This will send you a message on-join when the plugin is outdated.
Permissions:
# buildmode.toggle -> permission to toggle your own build mode
# buildmode.others -> permission to toggle other players build mode
# buildmode.check -> permission to check other players build mode status
# buildmode.reload -> permission to reload the plugin config
# buildmode.update -> permission to notify you when there is a new update for the plugin
# buildmode.auto -> players with this permission will automatically have their build mode activated when joining the server if "ByDefault" option is set to true
Messages:
WrongUsage: "&cWrong Usage! &7type &e/build help &7for help."
# Wrong or Invalid usage for BuildMode commands message
NoPermission: "&cYou dont have permission to use this command."
# No permssion message
OfflinePlayer: "&cError: &e%offline% &cisn't currently online."
# Target player is offline message
Enabled: "&aYou've enabled build mode!"
# Enable build mode message
Disabled: "&cYou've disabled build mode!"
# Disable build mode message
EnabledOthers: "&aYou've enabled build mode for &e%target%"
# Enable build mode for other players message
DisabledOthers: "&cYou've disabled build mode for &e%target%"
# Disable build mode for other players message
EnabledEveryone: "&aYou've enabled build mode for &eall players"
# Enable build mode for other players message
DisabledEveryone: "&cYou've disabled build mode for &eall players"
# Disable build mode for other players message
CheckifEnabled: "&e%target% &7build mode is &aon"
# Check build mode status for a player if enabled message
CheckifDisabled: "&e%target% &7build mode is &coff"
# Check build mode status for a player if disabled message
1. Download The Plugin
2. Drop the plugin in plugins folder
3. Restart The Server
4. Enjoy The Plugin
5. Dont forget to rate us!
-
You are not allowed to claim this plugin as your own.
-
You are not allowed to redistribute this plugin.
-
You are not allowed to decompile this plugin.
-
You are not allowed to sell this plugin.