Advertisement
BierfietsNL

Untitled

Aug 7th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. # BossShop
  2. # by Felix Neubauer
  3. # Check out following page for more information: http://dev.bukkit.org/bukkit-plugins/bossshop/pages/configuration/
  4. AllowSellingDamagedItems: false
  5. InputTimeout: 45
  6. CheckStackSize: true
  7. InventoryFullDropItems: true
  8. ClickDelay: 200
  9. ClickSpamKick:
  10. ClickDelay: 100
  11. Warnings: 1
  12. ForgetTime: 5000
  13. AsynchronousActions: false
  14. MaxLineLength: 42
  15. MoneyDisplay:
  16. Enabled: true
  17. List:
  18. - 1000000000000:12:2:%number% trillion
  19. - 1000000000:9:2:%number% billion
  20. - 1000000:6:2:%number% million
  21. - 1000:3:2:%number%k
  22. - 0:0:2:%number%
  23. PointsDisplay:
  24. Enabled: false
  25. List:
  26. - 1000000:6:2:%number% million
  27. - 1000:3:2:%number%k
  28. - 0:0:0:%number%
  29. NumberDisplay:
  30. Locale: en_us
  31. GroupingSize: 3
  32. SellAllPlaceholderShowFinalReward: false
  33. ExpUseLevels: true
  34. AutoRefreshDelay: 2000
  35. ServerPinging:
  36. Enabled: false
  37. Delay: 4000
  38. FixConnector: false
  39. Timeout: 4000
  40. WaitTimeAfterFail: 4500
  41. List:
  42. - snapcraft:mc.snapcraft.net:25565
  43. BungeeCord: true
  44. Sound:
  45. Shopitem:
  46. Click: UI_BUTTON_CLICK:1:1
  47. Purchase: ENTITY_PLAYER_LEVELUP:1:1.8
  48. NoPermission: ENTITY_BLAZE_DEATH:1:1
  49. NotEnoughMoney: ENTITY_SHULKER_HURT:1:0.8
  50. Shop:
  51. ChangePage: UI_BUTTON_CLICK:0.2:1
  52. ChangeShop: BLOCK_CHEST_OPEN:0.2:1
  53. Open: ENTITY_ELDER_GUARDIAN_CURSE:1:1.8
  54. Close: ''
  55. EnableSigns: true
  56. MainShop: Menu
  57. AdvancedSecurity: true
  58. HideItemsPlayersDoNotHavePermissionsFor: true
  59. CanPlayersSellItemsWithGreaterEnchants: false
  60. EnableTransactionLog: true
  61. SearchSubfoldersForShops: false
  62. ServerPingingDelay: 20
  63. AllowUnsafeEnchantments: true
  64. DisableUpdateNotifications: true
  65. MultiplierGroups:
  66. Enabled: false
  67. List:
  68. - BossShop.PriceMultiplier.Points:points:0.75
  69. - BossShop.PriceMultiplier.Money:money:0.5
  70. - BossShop.PriceMultiplier.MoneyNegative:money:2.0
  71. - BossShop.PriceMultiplier.Exp:exp:0.8
  72. PointsPlugin: playerpoints
  73. DisableUpdateAutoDownload: true
  74. CloseShopAfterPurchase: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement