Advertisement
PiggiesGoSqueal

Untitled

Jan 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 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: 120
  4. prices:
  5. # Every AFKable item is sold for 30% of what it was sold on the old map
  6. pumpkin: 0.31875
  7. melon_block: 0.31875
  8. sugarcane: 0.3375
  9. cactus: 0.3562
  10. cooked_chicken: 0.7875
  11. grilled_pork: 0.225
  12. cooked_beef: 0.225
  13. cooked_rabbit: 0.225
  14. rottenflesh: 0.3
  15. arrow: 0.46875
  16. bone: 0.45
  17. string: 0.328125
  18. spider_eye: 0.28125
  19. gunpowder: 0.7875
  20. ender_pearl: 0.525
  21. enderpearl: 0.525
  22. blazerod: 0.80625
  23. slimeball: 0.975
  24. magma_cream: 1.3
  25. feather: 0.15
  26. leather: 0.1875
  27. ink_sack: 0.525
  28. rabbit_foot: 15
  29. egg: 0.075
  30. bow: 0.005
  31. stick: 0.0562
  32. redstone: 0.3
  33. glowstone_dust: 0.5625
  34. glass_bottle: 0.6
  35. red_mushroom: 0.1125
  36. brown_mushroom: 0.225
  37. sellchest-enabled: true
  38. sellcommand-enabled: false
  39. sellchest-mode: 'AUTOSELL'
  40. sellchest-protection: true
  41. sign-price: 0
  42. price-multiplier: 1.0
  43. show-sell-notification-if-zero: false
  44. show-detailed-overview: true
  45. limit: true
  46. limit-max: 300
  47. booster-max: 1000
  48. sign-layout:
  49. trigger: '[autosell]'
  50. autosell:
  51. - '&9[AutoSell]'
  52. - '&2Selling in:'
  53. - '&2<seconds>s'
  54. - '&2<username>'
  55. rightclicksell:
  56. ready:
  57. - '&9[AutoSell]'
  58. - '&2Right-Click'
  59. - '&2to sell.'
  60. - '&2<username>'
  61. cooldown:
  62. - '&9[AutoSell]'
  63. - '&2Cooldown:'
  64. - '&2<seconds>s'
  65. - '&2<username>'
  66. sellchestdiable:
  67. - '&4[AutoSell]'
  68. - '&cSell-chests'
  69. - '&care'
  70. - '&cdisabled'
  71. notachest:
  72. - '&4[AutoSell]'
  73. - '&cThis sign is'
  74. - '&cnot connected'
  75. - '&cto a chest'
  76. nopermission:
  77. - '&4[AutoSell]'
  78. - '&cYou have'
  79. - '&cinsufficient'
  80. - '&cpermissions'
  81. limitreached:
  82. - '&4[AutoSell]'
  83. - '&cYou may only'
  84. - '&ccreate <limit>'
  85. - '&cchests'
  86. ecofail:
  87. - '&4[AutoSell]'
  88. - '&cEconomy'
  89. - '&ctransaction'
  90. - '&cfailed'
  91. toopoor:
  92. - '&4[AutoSell]'
  93. - '&cInsufficient'
  94. - '&cbalance'
  95. - ''
  96. messages:
  97. chest-create: '&aSuccessfully created a new AutoSell chest!'
  98. chest-destroy: '&aSuccessfully removed an AutoSell chest.'
  99. chest-purchase: '&a$%money% has been transacted to create an AutoSell chest.'
  100. autosell-notifications-on: '&aYou have now subscribed to AutoSell notifications. &7Notifications will be sent to you after your chests have sold.'
  101. autosell-notifications-off: '&aYou are no longer subscribed to AutoSell notifications.'
  102. autosell-sale:
  103. header: '&2&lAutoSell sale &a&l($%money%)&2&l:'
  104. detail:
  105. own-chests: ' &8* &a$%money% from chests you own.'
  106. shared-chests: ' &8* &a$%money% from chests you''re a member of.'
  107. booster: ' &8* &a%booster%% booster increase.'
  108. price-multiplier: ' &8* &a%booster%x global price multiplier.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement