Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. {
  2. "internalCommand": true,
  3. "defaultCommand": true,
  4. "broadcastUpdates": false,
  5. "broadcastKnocked": false,
  6. "calculationSettings": {
  7. "balance": true,
  8. "blocks": false,
  9. "spawners": true
  10. },
  11. "calculationSpeed": {
  12. "maxChunksPerTick": 25,
  13. "chunkCollector": 1,
  14. "updateTimer": 30,
  15. "chunkSleep": 1
  16. },
  17. "displayGuiTitle": "&2FTop &7{page}/{page:max}",
  18. "showRelations": true,
  19. "spawnerDelayHours": 72,
  20. "spawnerFormat": "&a{spawner:name}: &7{spawner:amount}",
  21. "tooltipMessage": [
  22. "&2&lWorth: &7${worth:total}",
  23. "&2&lSpawners: &7${worth:spawners}",
  24. "&2&lBalances: &7${worth:balance}",
  25. "",
  26. "&2&lSpawners: {spawners}",
  27. "",
  28. "&2&lOther:",
  29. "&aHoppers: &7{hopper:amount}"
  30. ],
  31. "percentMessage": {
  32. "negative": "&c{percent}",
  33. "origin": "&7{percent}",
  34. "positive": "&a{percent}"
  35. },
  36. "commandInfoHeader": "&8&m---------&8[ &4Faction Top &7{page}/{page:max} &8]&m---------",
  37. "commandInfoFaction": "&2{rank}. &a{name} &e${worth:total} &7({percent}%&7)",
  38. "commandInfoFooter": "&7&m-----------------------",
  39. "commandInfoSize": 5,
  40. "commandInfoUseFooter": false,
  41. "guiTopNames": {
  42. "next": "&2&lNEXT",
  43. "back": "&4&lBACK",
  44. "empty": "&cCould not find #{rank} faction!"
  45. },
  46. "guiTopItems": {
  47. "next": "LIME_STAINED_GLASS_PANE",
  48. "back": "RED_STAINED_GLASS_PANE",
  49. "empty": "BLACK_STAINED_GLASS_PANE"
  50. },
  51. "worthSpawners": {
  52. "pig": 25000
  53. "cow": 25000
  54. "mushroom_cow": 25000
  55. "chicken": 25000
  56. "spider": 35000
  57. "cave_spider": 35000
  58. "zombie": 50000
  59. "skeleton": 50000
  60. "creeper": 100000
  61. "blaze": 200000
  62. "enderman": 250000
  63. "iron_golem": 750000
  64. "witch": 1000000
  65.  
  66. },
  67. "worthBlocks": {
  68. "diamond_block": 150,
  69. "hopper": 20000
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement