# Use users' display names rather than than their raw username in various messages. Display names are set by other plugins. use-display-names: true # Similar to use-display-names, this allows usage of users' display names when looking up players. lookup-with-display-names: true # For /time, /weather, and other commands, broadcast change messages to everyone when you change world information with the commands. broadcast-changes: true # Disables some features to be compatible with badly-written server wrappers. crappy-wrapper-compat: true # When this setting is enabled, CommandBook's commands will be registered AFTER every # other plugin's commands. If any other plugin registers a command that conflicts with # one of CommandBook's commands, the CommandBook command will be accessible with # /commandbook:, and the other plugin's command will be accessible # with / low-priority-command-registration: false # Give operators (set with the Minecraft /op command) all permissions. op-permissions: true # A list of enabled and disabled components. Components in the disabled list # will automatically be removed from the enabled list. Fully qualified class names can # or aliases (automatically added to the list by CommandBook) can be used as component names. components: disabled: - freeze - help enabled: - bans - homes - warps - messaging - teleport - items - kits - midi - time - name-verification - fun - debug - thor - online-list - stored-messages - spawn-locations - info - world - player - god # Configurations for CommandBook's built-in components are stored here. # Custom component configurations are stored as individual files in the the config/ folder component: bans: message: You have been 'transfered' to a new prison. :) broadcast-bans: true broadcast-kicks: true homes: per-world: false warps: per-world: false messaging: console-say-format: <`r*Console`w> %s broadcast-format: '`r[Broadcast] %s' pm-color: GRAY pm-text-color: RESET twitter-style: true teleports: call-message: sender: Teleport request sent. target: '**TELEPORT** %s requests a teleport! Use /bring to accept.' too-soon: Wait a bit before asking again. bring-message: sender: Player teleported. target: Your teleport request to %s was accepted. no-perm: That person didn't request a teleport (recently) and you don't have permission to teleport anyone. inventory: item-permissions-only: false allowed-items: [] disllowed-items: [] default-item-stack-size: 1 time-control: time-lock: time-lock-delay: 20 thor: hammer-items: - 257 - 278 - 270 - 285 online-list: show-max-players: true grouped-names: true list-on-join: true stored-messages: motd: |- `bHello, `Y%name%`b. `bThe time now is `Y%time%`b and you're `R'Locked Up'`b. `bUse /Rules for a list of rules and regulations. `bUse /Pe Open for any questions/concerns with our server! rules: |- - `r Any kind of Hacks will not be tolerated. - `r Any kind of Minecraft exploits will not be tolerated. - `r Do NOT ask Admins/Wardens for RankUps/Items/TPs. - `r NO CAPS - NO SPAMMING. - `r Do NOT be racist. - `r Do NOT PvP camp areas. - `r You may 'flame' other players but ONLY in PM's. - `r Keep your sword HIDDEN or face JAIL time. - `r When a Guard tells you to do something, you DO it. - `r We do NOT support any kind of rank transfers. `R ANY OF THE RULES BROKEN WILL RESULT IN A BAN/KICK/JAIL spawn-locations: exact-spawn: false god: auto-enable: false