Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- notify-update:
- # Notifies Plugin Update
- enable: true
- connection:
- # Connection settings
- join:
- enable: true
- # Join Message
- # if player has 'players.join-message'
- # and if enable is set to false the message will execute for the permission carrier
- message: '&e{0} joined the server [&a+&e]'
- # Sound for join message
- # to disable ''
- sound: ENTITY_FOX_AMBIENT
- quit:
- enable: true
- # Quit Message
- # if player has 'players.quit-message'
- # and if enable is set to false the message will execute for the permission carrier
- message: '&e{0} left the server [&c-&e]'
- # Sound for quit message
- # to disable ''
- sound: ENTITY_FOX_AMBIENT
- economy:
- # Enable or Disable Players Economy
- enable: true
- # Currency Symbol
- currency: $
- # Currency Format
- format: '#,##0.00'
- # Starting Balance
- starting-balance: 0.0
- chat:
- # Enable or Disable Players Chat Async
- enable: true
- # {0} = vault prefix
- # {1} = name
- # {2} = vault suffix
- format: '{0}{1}{2}:'
- homes:
- # With the permission players can buy homes 'players.command.home.buy'
- # You can also just let players just have a bed to teleport to
- cost: 750.0
- # Default max homes on file setup
- default: 1
- commands:
- # Disabled commands to override 'players.exempt.commands'
- disable:
- - /me
- - /plugins
- - /version
- - /about
- - /icanhasbukkit
- cooldown:
- # Cooldown for these commands are in seconds
- # Permission for exempt 'players.exempt.cooldown'
- feed: 120
- heal: 120
- repair: 3600
- deaths:
- drop-player-heads: true
- physicals:
- disable-farmland-trampling: true
- disable-turtle-egg-trampling: true
- notifications:
- # Notification Settings
- #
- # Permissions
- # players.notify.bucket-empty
- # players.notify.block-place
- # players.notify.block-break
- #
- # Placeholders
- # {0} Player, {1} Material
- # {2} World, {3} X, {4} Y, {5} Z
- message:
- - '&cDetected: &f{0}'
- - '&cMaterial: &f{1}'
- - '&cLocation:'
- - '&cWorld:&f {2} &cX: &f{3} &cY: &f{4} &cZ: &f{5}'
- bucket-empty:
- - LAVA_BUCKET
- block-place:
- - TNT
- block-break:
- - DIAMOND_ORE
- - EMERALD_ORE
- - ANCIENT_DEBRIS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement