Advertisement
AchyMake

config.yml

Apr 1st, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.18 KB | Gaming | 0 0
  1. notify-update:
  2.   # Notifies Plugin Update
  3.   enable: true
  4. connection:
  5.   # Connection settings
  6.   join:
  7.     enable: true
  8.     # Join Message
  9.     # if player has 'players.join-message'
  10.     # and if enable is set to false the message will execute for the permission carrier
  11.     message: '&e{0} joined the server [&a+&e]'
  12.     # Sound for join message
  13.     # to disable ''
  14.     sound: ENTITY_FOX_AMBIENT
  15.   quit:
  16.     enable: true
  17.     # Quit Message
  18.     # if player has 'players.quit-message'
  19.     # and if enable is set to false the message will execute for the permission carrier
  20.     message: '&e{0} left the server [&c-&e]'
  21.     # Sound for quit message
  22.     # to disable ''
  23.     sound: ENTITY_FOX_AMBIENT
  24. economy:
  25.   # Enable or Disable Players Economy
  26.   enable: true
  27.   # Currency Symbol
  28.   currency: $
  29.   # Currency Format
  30.   format: '#,##0.00'
  31.   # Starting Balance
  32.   starting-balance: 0.0
  33. chat:
  34.   # Enable or Disable Players Chat Async
  35.   enable: true
  36.   # {0} = vault prefix
  37.   # {1} = name
  38.   # {2} = vault suffix
  39.   format: '{0}{1}{2}:'
  40. homes:
  41.   # With the permission players can buy homes 'players.command.home.buy'
  42.   # You can also just let players just have a bed to teleport to
  43.   cost: 750.0
  44.   # Default max homes on file setup
  45.   default: 1
  46. commands:
  47.   # Disabled commands to override 'players.exempt.commands'
  48.   disable:
  49.   - /me
  50.   - /plugins
  51.   - /version
  52.   - /about
  53.   - /icanhasbukkit
  54.   cooldown:
  55.     # Cooldown for these commands are in seconds
  56.     # Permission for exempt 'players.exempt.cooldown'
  57.     feed: 120
  58.     heal: 120
  59.     repair: 3600
  60. deaths:
  61.   drop-player-heads: true
  62. physicals:
  63.   disable-farmland-trampling: true
  64.   disable-turtle-egg-trampling: true
  65. notifications:
  66.   # Notification Settings
  67.   #
  68.   # Permissions
  69.   # players.notify.bucket-empty
  70.   # players.notify.block-place
  71.   # players.notify.block-break
  72.   #
  73.   # Placeholders
  74.   # {0} Player, {1} Material
  75.   # {2} World, {3} X, {4} Y, {5} Z
  76.   message:
  77.   - '&cDetected: &f{0}'
  78.   - '&cMaterial: &f{1}'
  79.   - '&cLocation:'
  80.   - '&cWorld:&f {2} &cX: &f{3} &cY: &f{4} &cZ: &f{5}'
  81.   bucket-empty:
  82.   - LAVA_BUCKET
  83.   block-place:
  84.   - TNT
  85.   block-break:
  86.   - DIAMOND_ORE
  87.   - EMERALD_ORE
  88.   - ANCIENT_DEBRIS
Tags: Players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement