WindowsEightDev

Mango - config.yml

Sep 14th, 2025 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.09 KB | None | 0 0
  1. ##############################
  2. #                            #
  3. #  Global Cooldown Settings  #
  4. #                            #
  5. ##############################
  6. # Placeholders: %cooldown%, %duration%
  7. globalAbilityCooldown:
  8.   enabled: true
  9.   duration: 10 # In Seconds
  10.   display: '&b&lGlobal Cooldown'
  11.   message: '&cYou are still on %cooldown% &cfor another &l%duration%&c.'
  12.  
  13. #########################
  14. #                       #
  15. #  Action Bar Settings  #
  16. #                       #
  17. #########################
  18. # WARNING! If your server is not running on 1.8 Spigot this must be set to false to avoid errors.
  19. # Placeholders: %ability%, %progress%, %cooldown%
  20. actionBar:
  21.   enabled: true
  22.   format: '&b&l%ability% %progress% &7%cooldown%'
  23.  
  24. ##########################
  25. #                        #
  26. #  Kitmap Sign Settings  #
  27. #                        #
  28. ##########################
  29. kitmapSigns:
  30.   enabled: true
  31.   formats:
  32.     refillSign:
  33.       lines:
  34.         1: '&3&lRefill Sign'
  35.         2: 'Right Click'
  36.         3: ''
  37.         4: '&3(Spawn)'
  38.       title: 'Refill Menu'
  39.       setupText: '[refill]'
  40.     trashSign:
  41.       lines:
  42.         1: '&a&lTrash Bin'
  43.         2: 'Right Click'
  44.         3: ''
  45.         4: ''
  46.       title: 'Trash Can'
  47.       setupText: '[trash]'
  48.     customSign:
  49.       lines:
  50.         1: '&a&l[Staff]'
  51.         2: '&7Mod Mode'
  52.         3: ''
  53.         4: ''
  54.       command: 'mod'
  55.       setupText: '[custom]'
  56.  
  57. ############################
  58. #                          #
  59. #  Potion Effect Settings  #
  60. #                          #
  61. ############################
  62. potionEffects:
  63.   speed:
  64.     enabled: true
  65.     messages:
  66.       enabled: '&8[&b&lMango&8] &fSpeed Effect: &aEnabled'
  67.       disabled: '&8[&b&lMango&8] &fSpeed Effect: &cDisabled'
  68.   strength:
  69.     enabled: true
  70.     messages:
  71.       enabled: '&8[&b&lMango&8] &fStrength Effect: &aEnabled'
  72.       disabled: '&8[&b&lMango&8] &fStrength Effect: &cDisabled'
  73.   invisibility:
  74.     enabled: true
  75.     messages:
  76.       enabled: '&8[&b&lMango&8] &fInvisibility Effect: &aEnabled'
  77.       disabled: '&8[&b&lMango&8] &fInvisibility Effect: &cDisabled'
  78.   # WARNING! If your server is not running on 1.8 Spigot this must be set to false to avoid errors.
  79.   jumpBoost:
  80.     enabled: true
  81.     messages:
  82.       enabled: '&8[&b&lMango&8] &fJump Boost Effect: &aEnabled'
  83.       disabled: '&8[&b&lMango&8] &fJump Boost Effect: &cDisabled'
  84.   nightVision:
  85.     enabled: true
  86.     messages:
  87.       enabled: '&8[&b&lMango&8] &fNight Vision Effect: &aEnabled'
  88.       disabled: '&8[&b&lMango&8] &fNight Vision Effect: &cDisabled'
  89.   fireResistance:
  90.     enabled: true
  91.     messages:
  92.       enabled: '&8[&b&lMango&8] &fFire Resistance Effect: &aEnabled'
  93.       disabled: '&8[&b&lMango&8] &fFire Resistance Effect: &cDisabled'
  94.  
  95. ##############
  96. #            #
  97. #  Messages  #
  98. #            #
  99. ##############
  100. messages:
  101.   abilities:
  102.     give: '&8[&b&lMango&8] &fYou have given &bx%amount% &fof item &r%ability% &fto &b%target%&f.'
  103.     received: '&8[&b&lMango&8] &fYou have received &bx%amount% &fof item &r%ability%&f.'
  104.     disabled: '&8[&b&lMango&8] &cAbility Item &b%ability% &cis currently disabled.'
  105.     inventoryFull: '&8[&b&lMango&8] &cPlayer &l%target% &chas a full inventory.'
  106.     cooldown:
  107.       expired: '&8[&b&lMango&8] &aYour &r%ability% &acooldown has expired.'
  108.       active: '&8[&b&lMango&8] &cYour &r%ability% &cis still on cooldown for another &l%cooldown%&c.'
  109.   packages:
  110.     create: '&8[&b&lMango&8] &fCreated package &b%package%&f.'
  111.     delete: '&8[&b&lMango&8] &fDeleted package &b%package%&f.'
  112.     edit: '&8[&b&lMango&8] &fEdited package &b%package%&f.'
  113.     open: '&8[&b&lMango&8] &fYou have received &bx%amount% &r%reward%&f.'
  114.     received: '&8[&b&lMango&8] &fYou have received &bx%amount% &fof package &b%package%&f.'
  115.     give: '&8[&b&lMango&8] &fYou have given &bx%amount% &fof package &b%package% &fto &b%target%&f.'
  116.     giveAll: '&8[&b&lMango&8] &fYou have given &bx%amount% &fof package &b%package% &fto &ball players&f.'
  117.     empty: '&8[&b&lMango&8] &cThis package is empty. Contact a server administrator.'
  118.     inventoryFull: "&8[&b&lMango&8] &cYour inventory is full."
Add Comment
Please, Sign In to add comment