Advertisement
Guest User

Untitled

a guest
May 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. # ##################################################################################
  2. # #
  3. # __ ______ _____ _____ _____ _ _ ______ _____ _______ #
  4. # \ \ / / __ \_ _| __ \ / ____| | | | ____|/ ____|__ __| #
  5. # \ \ / / | | || | | | | | | | |__| | |__ | (___ | | #
  6. # \ \/ /| | | || | | | | | | | __ | __| \___ \ | | #
  7. # \ / | |__| || |_| |__| | |____| | | | |____ ____) | | | #
  8. # \/ \____/_____|_____/ \_____|_| |_|______|_____/ |_| #
  9. # #
  10. # ##################################################################################
  11.  
  12. Auto-Update:
  13. enabled: true # Please do keep this true, updates are important and you should be able
  14.  
  15. Sounds:
  16. voidchest-sell: LEVEL_UP
  17. voidchest-place: LEVEL_UP
  18. voidchest-break: ANVIL_BREAK
  19.  
  20. Messages:
  21. voidchest-break:
  22. enabled: true
  23. message: '&7&l(!) &7Vous avez &ccassé &7un coffre auto-vente!'
  24. voidchest-place:
  25. enabled: true
  26. message: '&7&l(!) &7Vous avez &aplacé &7un coffre auto-vente!'
  27. voidchest-break-fail:
  28. enabled: true
  29. message:
  30. - '&c&l(!) &cVous ne pouvez pas casser le coffre de &4%player%&c''s.'
  31. - '&cVous pouvez casser seulement les votres'
  32.  
  33. Player:
  34. voidchest:
  35. limit: 10 # How many void chests a player can place.
  36.  
  37. Saving:
  38. # The amount of seconds the plugin should attempt to save all voidchests in file. This is to ensure that
  39. # in case of a crash, voidchest (and it's statistics) are not lost.
  40. interval: 12
  41. enabled: true
  42. task: sync
  43.  
  44. Sell:
  45. interval: 10 # The amount of seconds for voidchest to make an attempt on selling items from player's inventories.
  46. # The mode in which economy will be based on. Currently available: shopguiplus, voidchest, essentials, custom.
  47. # It is important to note that if no custom economy or shopguiplus or essentials is found, voidchest will be the default one.
  48. mode: custom
  49. ShopGUIPlus:
  50. # Should the item meta be ignored? If this is set to false, if an item has any item meta (lore, enchant, etc), it will not be considered as a sellable
  51. ignore-item-meta: true
  52. VoidChest:
  53. # Should the item meta be ignored? If this is set to false, if an item has any item meta (lore, enchant, etc), it will not be considered as a sellable
  54. ignore-item-meta: false
  55. Essentials:
  56. # Should the item meta be ignored? If this is set to false, if an item has any item meta (lore, enchant, etc), it will not be considered as a sellable
  57. ignore-item-meta: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement