Configuration
![]()
Plugin Configuration
Having difficulties editing the configuration? You can find a quick documentation here.
# Utils v1.0 # Thanks for using my plugin. If you have any questions regarding the configurations # feel free to leave a comment at the plugin's bukkit page. # http://dev.bukkit.org/bukkit-plugins/utils/ # Or send me an email at: # thanosparavantis@gmail.com # Main plugin prefix, used for player messages. plugin-prefix: '&9[&6Server&9]' # Used only for safe-login feature to get the world spawn. world: world server: # Enable/Disable player chat. chat: true # Enable/Disable join message. join-message: true # Enable/Disable quit message. quit-message: true # Enable/Disable death message. death-message: true players: # When a player logs in will: # Change gamemode to survival. # Disable fly mode. # Teleport player to world spawn. safe-login: true # Enable/Disable player damage. damage: true # Enable/Disable player hunger. hunger: true # Enable/Disable player interaction with chests, doors, furnaces... interact: true # Enable/Disable item drops from players. item-drop: true # Enable/Disable item pickup from players. item-pickup: true # Enable/Disable inventory modifications (move items). inventory-interact: true nature: # Toggle whether players can place blocks or not. block-place: true # Toggle whether players can break blocks or not. block-break: true # Enable/Disable fire spread. fire-spread: true mobs: # Will mobs explode (eg. Creeper)? explosions: true # Will mobs target/follow a player? target-player: true # Will mobs receive damage from players? receive-damage: true # Can mobs grief blocks (eg. Enderman Pickup)? grief: true addons: # Should a player get a head of the player he kills? player-death-head: true # Should we display a message when a player tries to chat? chat-muted-message: true # These are self-explanatory. # Replace any message you want with the one that fits to your needs. messages: player-death: '&e<victim>&f was killed by &c<killer>&f with &7<item>&f.' join: '&e<player> joined the game.' first-join: '&e<player> joined for the first time!' quit: '&e<player> left the game.' chat-disabled: '&fYou cannot speak, chat is disabled.' whitelist: '&eServer is whitelisted.' ban: '&eYou are banned from the server.' full: '&eServer is full, try again later.' other: '&eYou have been disconnected from the server.'
Comments