Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. {
  2. "internalCommand": true,
  3. "defaultCommand": true,
  4. "broadcastUpdates": true,
  5. "broadcastKnocked": true,
  6. "calculationSettings": {
  7. "balance": false,
  8. "blocks": true,
  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": 24,
  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[ &2Faction 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. "chicken": 10000,
  53. "pig": 10000,
  54. "sheep": 10000,
  55. "cow": 10000,
  56. "zombie": 20000,
  57. "skeleton": 5000,
  58. "blaze": 25000,
  59. "enderman": 20000,
  60. "creeper": 20000,
  61. "pigman": 25000
  62. },
  63. "worthBlocks": {
  64. "diamond_block": 2700,
  65. "emerald_block": 4500,
  66. "iron_block": 900,
  67. "gold_block": 1350,
  68. "prismarine": 60,
  69. "chest": 30,
  70. "obsidian": 25,
  71. "beacon": 25000,
  72. "hopper": 5000
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement