BuildMode
  • Initial page
  • Permissions
  • Config
  • Placeholders
  • Getting support
Powered by GitBook
On this page

Was this helpful?

Config

Config.yml:

#BuildMode By Nucker
#
#SpigotMC:
#MC-Market:
#Discord Support Server: https://nucker.xyz/redirect/discord
#If you have any questions or need help, please create an issue on Github, use the Wiki on the GitHub or join my Discord Support Server.

#Depending on what mode this is set to, the player will have buildmode enabled/disabled when they join
#ENABLED means buildmode will be enabled when they join
#DISABLED means buildmode will be disabled when they join
#NONE means it will be set to what it was when they last logged in
#Requires "buildmode-on-join" perm
buildmode-on-join-setting: "NONE"
buildmode-enabled: '&eBuild Mode has been &aEnabled.'
buildmode-disabled: '&eBuild Mode has been &cDisabled'
buildmode-message: '&cBuild mode is disabled'
buildmode-on-join-message: '&e&lYou have joined with BuildMode &a&lenabled'
no-buildmode-on-join-message: '&e&lYou have joined with BuildMode &c&ldisabled'

#Messages for when you do /buildmode <player>
buildmode-on-for-target: "&eYou &aenabled &ebuild mode for <target>"
buildmode-off-for-target: "&eYou &cdisabled &ebuildmode for <target>"
buildmode-on-from-player: "&e&lYou build mode was enabled by <player>"
buildmode-off-from-player: "&e&lYour build mode was disabled by <player>"


permission-message: "&cYou do not have permission"
not-online-message: "&cPlayer <target> is not online"
reload-message: '&aPlugin was reloaded'

PreviousPermissionsNextPlaceholders

Last updated 4 years ago

Was this helpful?