StefVDM

Untitled

Aug 15th, 2019
170
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": false,
  3. "defaultCommand": true,
  4. "broadcastUpdates": false,
  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": "&2Faction Top &7{page}/{page:max}",
  18. "showRelations": true,
  19. "spawnerDelayHours": 0,
  20. "spawnerFormat": "&6{spawner:name}: &f{spawner:amount}",
  21. "tooltipMessage": [
  22. "&6&lFaction: &e{name}",
  23. "",
  24. "&6&lTotal Worth: &f${worth:total}",
  25. "&6&lSpawner Worth: &f${worth:spawners}",
  26. "&6&lBlock Worth: &f${worth:blocks}",
  27. "",
  28. "&e&lSpawners: {spawners}",
  29. "",
  30. "&e&lBlocks:",
  31. "&6Hoppers: &f{hopper:amount}",
  32. "&6Emerald Blocks: &f{emerald_block:amount}"
  33. ],
  34. "percentMessage": {
  35. "negative": "&c{percent}",
  36. "origin": "&7{percent}",
  37. "positive": "&a{percent}"
  38. },
  39. "commandInfoHeader": "&7&m---------&f &6&lFACTION TOP&f &7&m---------",
  40. "commandInfoFaction": "&6&l{rank}. &f{name} &a${worth:total} &7({percent}%&7)",
  41. "commandInfoFooter": "&7&m-----------------------",
  42. "commandInfoSize": 10,
  43. "commandInfoUseFooter": false,
  44. "guiTopNames": {
  45. "next": "&2&lNEXT",
  46. "back": "&4&lBACK",
  47. "empty": "&cCould not find #{rank} faction!"
  48. },
  49. "guiTopItems": {
  50. "next": "LIME_STAINED_GLASS_PANE",
  51. "back": "RED_STAINED_GLASS_PANE",
  52. "empty": "BLACK_STAINED_GLASS_PANE"
  53. },
  54. "worthSpawners": {
  55. "cow": 100000,
  56. "zombie": 500000,
  57. "skeleton": 600000,
  58. "creeper": 750000,
  59. "villagergolem": 2500000,
  60. "villager": 4000000,
  61. "silverfish": 5000000,
  62. "blaze": 8000000
  63. },
  64. "worthBlocks": {
  65. "emerald_block": 1000000,
  66. "hopper": 12500
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment