Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. #https://www.spigotmc.org/resources/%E2%96%B6-autosell-%E2%97%80-create-chests-that-automatically-sell-quick-sell-gui.28812/
  2. use-essentials-worth-yml: false
  3. sell-timer: 30
  4. prices:
  5. coal: 1.5
  6. Iron_Ingot: 25
  7. Gold_ingot: 30
  8. Redstone: 5
  9. Lapislazuli: 5
  10. Diamond: 75
  11. Emerald: 100
  12. Cactus: 3
  13. sellchest-enabled: true
  14. sellcommand-enabled: true
  15. sellchest-mode: 'AUTOSELL'
  16. sellchest-protection: true
  17. sign-price: 0
  18. price-multiplier: 1.0
  19. show-sell-notification-if-zero: false
  20. show-detailed-overview: true
  21. limit: false
  22. limit-max: 100
  23. booster-max: 1000
  24. sign-layout:
  25. trigger: '[autosell]'
  26. autosell:
  27. - '&9[AutoSell]'
  28. - '&2Selling in:'
  29. - '&2<seconds>s'
  30. - '&2<username>'
  31. rightclicksell:
  32. ready:
  33. - '&9[AutoSell]'
  34. - '&2Right-Click'
  35. - '&2to sell.'
  36. - '&2<username>'
  37. cooldown:
  38. - '&9[AutoSell]'
  39. - '&2Cooldown:'
  40. - '&2<seconds>s'
  41. - '&2<username>'
  42. selling:
  43. - '&9[AutoSell]'
  44. - '&2Selling...'
  45. - ''
  46. - '&2<username>'
  47. sellchestdiable:
  48. - '&4[AutoSell]'
  49. - '&cSell-chests'
  50. - '&care'
  51. - '&cdisabled'
  52. notachest:
  53. - '&4[AutoSell]'
  54. - '&cThis sign is'
  55. - '&cnot connected'
  56. - '&cto a chest'
  57. nopermission:
  58. - '&4[AutoSell]'
  59. - '&cYou have'
  60. - '&cinsufficient'
  61. - '&cpermissions'
  62. limitreached:
  63. - '&4[AutoSell]'
  64. - '&cYou may only'
  65. - '&ccreate <limit>'
  66. - '&cchests'
  67. ecofail:
  68. - '&4[AutoSell]'
  69. - '&cEconomy'
  70. - '&ctransaction'
  71. - '&cfailed'
  72. toopoor:
  73. - '&4[AutoSell]'
  74. - '&cInsufficient'
  75. - '&cbalance'
  76. - ''
  77. messages:
  78. chest-create: '&aSuccessfully created a new AutoSell chest!'
  79. chest-destroy: '&aSuccessfully removed an AutoSell chest.'
  80. chest-purchase: '&a$%money% has been transacted to create an AutoSell chest.'
  81. autosell-notifications-on: '&aYou have now subscribed to AutoSell notifications. &7Notifications will be sent to you after your chests have sold.'
  82. autosell-notifications-off: '&aYou are no longer subscribed to AutoSell notifications.'
  83. autosell-sale:
  84. header: '&2&lAutoSell sale &a&l($%money%)&2&l:'
  85. detail:
  86. own-chests: ' &8* &a$%money% from chests you own.'
  87. shared-chests: ' &8* &a$%money% from chests you''re a member of.'
  88. booster: ' &8* &a%booster%% booster increase.'
  89. price-multiplier: ' &8* &a%booster%x global price multiplier.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement