Advertisement
AchyMake

config.yml

May 31st, 2023
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | Gaming | 0 0
  1. notify-update:
  2.   # Notifies Plugin Updates
  3.   enable: true
  4. pvp:
  5.   # true = '/pvp' is ignored
  6.   # false = '/pvp' allowed if permission is set
  7.   world: false
  8.   world_nether: false
  9.   world_the_end: false
  10.   other_world: false
  11.   pvp_world: true
  12. tablist:
  13.   enable: false
  14.   header: '&6Server'
  15.   footer: '&6{0}&7/&6{1}'
  16. economy:
  17.   currency: $
  18.   format: '#,##0.00'
  19.   starting-balance: 0.0
  20. homes:
  21.   # default max homes on file setup
  22.   default: 1
  23.   # per home cost
  24.   cost: 750.0
  25. deaths:
  26.   drop-player-head:
  27.     # enable drop player heads
  28.     enable: true
  29.     # chance of the drop
  30.     chance: 30
  31. connection:
  32.   join:
  33.     # if false permission: smpcore.join-message
  34.     enable: true
  35.     message: '{0}&e has joined the server [&a+&e]'
  36.     sound:
  37.       enable: true
  38.       type: ENTITY_FOX_AMBIENT
  39.       volume: 0.75F
  40.       pitch: 1.0F
  41.   quit:
  42.     # if false permission: smpcore.quit-message
  43.     enable: true
  44.     message: '{0}&e has left the server [&c-&e]'
  45.     sound:
  46.       enable: true
  47.       type: ENTITY_FOX_AMBIENT
  48.       volume: 0.75F
  49.       pitch: 1.0F
  50. commands:
  51.   cooldown:
  52.     # cooldown for rank commands
  53.     # these are the only ones which are able to get cooldown
  54.     feed: 120
  55.     heal: 120
  56.     repair: 3600
  57.   disable:
  58.     - icanhasbukkit
  59.     - version
  60.     - about
  61.     - me
  62.     - stop
  63.     - reload
  64. notification:
  65.   # Permissions
  66.   # smpcore.notify.block-break
  67.   # smpcore.notify.bucket-empty
  68.   # smpcore.notify.block-place
  69.   #
  70.   # Placeholders
  71.   # {0} Player, {1} Material
  72.   # {2} World, {3} X, {4} Y, {5} Z
  73.   enable: true
  74.   block-break:
  75.     - DIAMOND_ORE
  76.     - DEEPSLATE_DIAMOND_ORE
  77.     - EMERALD_ORE
  78.     - DEEPSLATE_EMERALD_ORE
  79.     - ANCIENT_DEBRIS
  80.     - MATERIAL_NAME
  81.   bucket-empty:
  82.     - LAVA_BUCKET
  83.     - MATERIAL_NAME
  84.   block-place:
  85.     - TNT
  86.     - MATERIAL_NAME
  87.   message:
  88.     - '&7---------------'
  89.     - '&cDetected: &f{0}'
  90.     - '&cMaterial: &f{1}'
  91.     - '&cLocation:'
  92.     - '&cWorld:&f {2} &cX: &f{3} &cY: &f{4} &cZ: &f{5}'
  93.     - '&7---------------'
  94.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement