Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. #
  2. # requires redstone power to get exports from tanks
  3. # eg. putting out fire, removing effects etc
  4. item-name: '&bLiquid Tank'
  5. amount-per-chunk: 16
  6. enable-permission: false
  7. water-amount: 30
  8. lava-amount: 30
  9. milk-amount: 30
  10. mushroomStew-amount: 10
  11. rabbitStew-amount: 10
  12. dragonBreath-amount: 30
  13. beetroot-amount: 10
  14. need-redstone-for-export: true
  15. water-fountains-enabled: true
  16. Main:
  17. Allow hopper Upgrading: true
  18. Upgrade With Economy: true
  19. Upgrade With XP: false
  20. Allow Players To Teleport Through Hoppers: false
  21. Support Enderchests: true
  22. Upgrade Particle Type: WITCH_MAGIC
  23. Amount of Ticks Between Hops: 8
  24. Amount of Ticks Between Teleport: 10
  25. Timeout When Syncing Hoppers: 10000
  26. Max Hoppers Per Chunk: -1
  27. Display Helpful Tips For Operators: false
  28. Sounds Enabled: true
  29. BlockBreak Particle Type: LAVA
  30. BlockBreak Blacklisted Blocks:
  31. - BEDROCK
  32. Interfaces:
  33. Replace Glass Type 1 With Rainbow Glass: false
  34. Economy Icon: DOUBLE_PLANT
  35. XP Icon: EXP_BOTTLE
  36. Glass Type 1: 7
  37. Glass Type 2: 15
  38. Glass Type 3: 7
  39. Database:
  40. Activate Mysql Support: false
  41. IP: 127.0.0.1
  42. Port: 3306
  43. Database Name: EpicHoppers
  44. Prefix: EH-
  45. Username: PUT_USERNAME_HERE
  46. Password: PUT_PASSWORD_HERE
  47. System:
  48. Download Needed Data Files: true
  49. Language Mode: en_US
  50. Debugger Enabled: false
  51. settings:
  52. levels:
  53. Level-1:
  54. Range: 20
  55. Amount: 4
  56. Filter: true
  57. Cost-xp: 20
  58. Cost-eco: 5000
  59. Level-2:
  60. Range: 40
  61. Amount: 8
  62. Filter: true
  63. Cost-xp: 25
  64. Cost-eco: 10000
  65. Level-3:
  66. Range: 60
  67. Amount: 16
  68. Link-amount: 2
  69. Filter: true
  70. AutoCrafting: true
  71. Cost-xp: 30
  72. Cost-eco: 25000
  73. Level-4:
  74. Range: 80
  75. Amount: 32
  76. Link-amount: 3
  77. Filter: true
  78. AutoCrafting: true
  79. Cost-xp: 35
  80. Cost-eco: 50000
  81. Level-5:
  82. Range: 100
  83. Amount: 64
  84. Link-amount: 4
  85. Filter: true
  86. AutoCrafting: true
  87. Cost-xp: 40
  88. Cost-eco: 100000
  89. Level-6:
  90. Range: 100
  91. Amount: 64
  92. Filter: true
  93. AutoCrafting: true
  94. BlockBreak: 4
  95. Cost-xp: 40
  96. Cost-eco: 150000
  97. data: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement