Advertisement
Guest User

ftop

a guest
Sep 23rd, 2019
104
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": true,
  9. "spawners": true
  10. },
  11. "calculationSpeed": {
  12. "maxChunksPerTick": 25,
  13. "chunkCollector": 1,
  14. "updateTimer": 30,
  15. "chunkSleep": 1
  16. },
  17. "displayGuiTitle": "&eTop Factiuni &7{page}/{page:max}",
  18. "showRelations": true,
  19. "spawnerDelayHours": 0,
  20. "spawnerFormat": "&a{spawner:name}: &7{spawner:amount}",
  21. "tooltipMessage": [
  22. "&6&l* &eValoare Totala: &7${worth:total}",
  23. "&6&l* &eValoare Spawnere: &7${worth:spawners}",
  24. "&6&l* &eBalanta: &7${worth:balance}",
  25. "",
  26. "&6&l* &eSpawnere: {spawners}",
  27. "",
  28. "&6&l* &eAltele:",
  29. "&6&l* &eHoppere: &7{hopper:amount}"
  30. ],
  31. "percentMessage": {
  32. "negative": "&c{percent}",
  33. "origin": "&7{percent}",
  34. "positive": "&a{percent}"
  35. },
  36. "commandInfoHeader": "&7&m---------&7[ &eTop Factiuni &7{page}/{page:max} &7]&m---------",
  37. "commandInfoFaction": "&7{rank}. &6{name} &e${worth:total} &7({percent}%&7)",
  38. "commandInfoFooter": "&7&m-----------------------",
  39. "commandInfoSize": 5,
  40. "commandInfoUseFooter": false,
  41. "guiTopNames": {
  42. "next": "&a&lINAINTE",
  43. "back": "&c&lINAPOI",
  44. "empty": "&cNicio factiune plasta pe locul &7#{rank}-"
  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. "zombie": 250000,
  53. "skeleton": 300000,
  54. "blaze": 500000,
  55. "wolf": 600000,
  56. "slime": 650000,
  57. "enderman": 750000,
  58. "witch": 800000,
  59. "silverfish": 850000,
  60. "pigzombie": 850000,
  61. "endermite": 875000
  62. },
  63. "worthBlocks": {
  64. "diamond_block": 150,
  65. "hopper": 200
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement