Advertisement
Guest User

error

a guest
Nov 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. settings:
  2.  
  3. worldguard: # WorldGuard and WorldEdit required
  4. enable: false # Will only let them place a generator in the __global__ region.
  5.  
  6. vault: # Vault is required, an another economy plugin like Essentials
  7. enable: true # Needed for upgrading a generator
  8.  
  9. tokenmanager: #TokenManager required
  10. enable: true # Needed for upgrading a generator
  11.  
  12. askyblock: # ASkyBlock required
  13. enable: false # If set to true it will only allow them to place generators in their island
  14. generators-per-island: -1 # If set to -1, an island can have infinite amount of generators
  15.  
  16. acidisland: # AcidIsland
  17. enable: false # If set to true it will only allow them to place generators in their island
  18. generators-per-island: -1 # If set to -1, an island can have infinite amount of generators
  19.  
  20. superiorskyblock: # SuperiorSkyblock required
  21. enable: true # If set to true it will only allow them to place generators in their island
  22. generators-per-island: -1 # If set to -1, an island can have infinite amount of generators
  23.  
  24. fabledskyblock: # FabledSkyblock required
  25. enable: false # If set to true it will only allow them to place generators in their island
  26. generators-per-island: -1 # If set to -1, an island can have infinite amount of generators
  27.  
  28. factionsUUID: # Requires Factions
  29. enable: false
  30. # Whether or not they should be able to place in wilderness.
  31. # Placing in SafeZone and WarZone is not allowed. Placing in your own claim is
  32. allow-placing-in-wilderness: false
  33. generators-per-faction: -1 # If set to -1, a faction can have infinite amount of generators
  34.  
  35. # Enable to use mobcoins when upgrading a generator
  36. # instead of using Vault
  37. # The plugin SuperMobCoins is required, Vault needs to be enabled
  38. mobcoinsAPI:
  39. enable: false
  40.  
  41. particleAPI: # Enable particles. Requires https://www.spigotmc.org/resources/api-particleapi-1-7-1-8-1-9-1-10.2067/
  42. enable: false
  43.  
  44. factionWP: # https://www.mc-market.org/resources/7294/
  45. enable: false
  46.  
  47. holographicDisplays: # HolographicDisplays required
  48. enable: true # Spawn a hologram on top of the generator, edit the hologram below
  49. use-minutes: false # Enable the minutes placeholder in the hologram
  50. # Placeholders
  51. # {player} - Displays the owner of the generators name
  52. # {time} - Displays the time left
  53. # {type} - Displays the generator type
  54. # {tier} - Displays the generator tier
  55. hologram: # Keep the list short!
  56. - "&e{player}'s &fgenerator"
  57. - "&eType &f{type}"
  58. - "&eTier &f{tier}"
  59. # If you want the line below to work, remove # and set update-hologram below to true. Always, have the line at the end of this list
  60. #- "&eTime left &f{time}"
  61.  
  62. # Changing this value to true can cause less performance.
  63. update-hologram: false
  64. offset-y: 6.1 # Modify the y coordinate for the hologram
  65.  
  66. # Auto save generators. This can be useful because generators save on
  67. # restarts. If your server was to crash the generators might not save
  68. auto-save:
  69. enable: true
  70. interval: 300 # in seconds. 300 / 60 = 5. The auto save will trigger every 5 minutes
  71.  
  72. # If the owner of the generator isn't online
  73. # the generator will neither drop or execute commands
  74. disable-generator-if-player-is-offline: true
  75.  
  76. # If no player are in the same chunk as the generator,
  77. # it won't drop the reward neither execute commands
  78. stop-drop-if-no-player-in-chunk: false
  79.  
  80. # If this is set to true, no tnt can blow up the generator.
  81. # Check if tnt is enabled on your server before enabling this
  82. can-tnt-blow-up-a-generator: false
  83.  
  84. # If a player is looking at the items in the
  85. # storage gui, should the plugin update the gui
  86. # if an item is added?
  87. update-storage-live: true
  88.  
  89. # Recommended to stay false. If set to true a piston can
  90. # move a block in the generator
  91. can-piston-push-a-generator: false
  92.  
  93. # Should the player be refunded if the generator is broken
  94. refund-generator-when-destroyed: true
  95.  
  96. # How many blocks from the generator should it drop. Settings it to 3 will drop the item from
  97. # 1-3 blocks away from the generator itself.
  98. drop-radius: 3
  99.  
  100. # Use roman numerals for displaying tier
  101. use-roman-numerals: false
  102.  
  103. display-seconds-in-minutes: false # This will turn 60 seconds into "1 minute and 0 second"
  104. display-seconds-in-hours: false # This will turn 3600 seconds into "1 hour and 0 minute"
  105.  
  106. translate-hour: "hour(s)"
  107. translate-minute: "minute(s)"
  108. translate-second: "second(s)"
  109.  
  110.  
  111. # If a generator is placed on one of the given blocks (materials),
  112. # the generator wont place
  113. illegal-materials:
  114. - BEDROCK
  115. - CHEST
  116.  
  117. # How close can a generator be to each other. Minimum is 1 block between each
  118. # generator.
  119. blocks-between-generators: 1
  120.  
  121.  
  122. # (NOTE) This rule only applies to the main generator inventory
  123. #
  124. # If you want to remove any items from the GUI
  125. # just remove the whole <name>-item section.
  126. #
  127. # For instance, if you don't want upgrade-item
  128. # then remove the following:
  129. #
  130. # upgrade-item:
  131. # name: "&6&l(!) UPGRADE GENERATOR"
  132. # lore:
  133. # - "&8Upgrade"
  134. # - ""
  135. # - "&7Click to upgrade your &6generator"
  136. # - ""
  137. # - "&6* &7Cost &a{price}$"
  138. # - "&6* &7Next level &a{next-level}"
  139. # material: "HOPPER"
  140. # data: 0
  141. # slot: 10
  142.  
  143. generator-main-inventory:
  144.  
  145. name: "&8&lYour generator"
  146.  
  147. size: 27
  148.  
  149. fill-inventory: true
  150.  
  151. fill-item:
  152. name: ""
  153. material: "stained_glass_pane"
  154. data: 7
  155.  
  156. information-item:
  157. name: "&e&l(!) &eGenerator stats"
  158. lore:
  159. - "&8Information"
  160. - ""
  161. - "&7Owner: &6{owner}"
  162. - "&7Type: &6{type}"
  163. - "&7Speed Tier: &6{speed}"
  164. - "&7Storage Tier: &6{storage}"
  165. material: PAPER
  166. data: 0
  167. slot: 9
  168.  
  169. upgrade-item:
  170. name: "&e&l(!) &eUpgrade Generator"
  171. lore:
  172. - "&7Increase your generator speed and"
  173. - "&7storage by upgrading your generator"
  174. - ""
  175. - "&7New speed level &6&l{next-speed}"
  176. - "&7New storage level &6&l{next-storage}"
  177. material: ANVIL
  178. data: 0
  179. slot: 11
  180.  
  181. help-item:
  182. name: '&e&l(!) &eHelp'
  183. lore:
  184. - "&7No idea what generators are?"
  185. - "&7No problem! Click for some"
  186. - "&7information on how they work!"
  187. material: BOOK
  188. data: 0
  189. slot: 15
  190. help:
  191. - "&7The message that's sent to the player"
  192.  
  193. delete-item:
  194. name: "&e&l(!) &eDelete Generator"
  195. lore:
  196. - "&7Click to delete Generator"
  197. - ""
  198. - "&c&lNOTE: &7All storage/speed"
  199. - "&7levels will stay as normal!"
  200. material: "TNT"
  201. data: 0
  202. slot: 17
  203.  
  204. collect-item:
  205. name: "&e&l(!) &eCollect Items"
  206. lore:
  207. - "&6[LEFT-CLICK] &7To collect your items"
  208. - "&6[RIGHT-CLICK] &7To view your items"
  209. material: "CHEST"
  210. data: 0
  211. slot: 13
  212.  
  213. generator-upgrading-inventory:
  214. name: '&8&lUpgrading Generator'
  215.  
  216. size: 9
  217.  
  218. fill-inventory: true
  219.  
  220. upgrading-item:
  221. name: '&e&l(!) &eThis generator will finish upgrading in {time}'
  222. lore:
  223. - '&7This generator is currently upgrading'
  224. material: 'BARRIER'
  225. data: 0
  226. # This is only required if fill-inventory is set to false
  227. slot: 4
  228.  
  229. generator-view-all-inventory:
  230. name: '&8&lView All!'
  231.  
  232. size: 9
  233.  
  234. fill-inventory: true
  235.  
  236. fill-item:
  237. name: ''
  238. material: 'stained_glass_pane'
  239. data: 7
  240.  
  241. # This is only required if fill-inventory is set to false
  242. slot: 4
  243.  
  244. generator-upgrade-inventory:
  245. name: '&8&lUpgrade Generator'
  246.  
  247. size: 27
  248.  
  249. fill-inventory: true
  250.  
  251. fill-item:
  252. name: ''
  253. material: 'stained_glass_pane'
  254. data: 7
  255.  
  256. speed-item:
  257. name: '&e&lUpgrade Speed'
  258. lore:
  259. - "&7Click here to upgrade"
  260. - "&7your generator speed!"
  261. material: FEATHER
  262. data: 0
  263. slot: 11
  264.  
  265. storage-item:
  266. name: '&e&lUpgrade Storage'
  267. lore:
  268. - "&7Click here to upgrade"
  269. - "&7your generator storage!"
  270. material: CHEST
  271. data: 0
  272. slot: 15
  273.  
  274.  
  275. generator-speed-upgrade-inventory:
  276. name: '&8Upgrade Generator Speed'
  277.  
  278. size: 54
  279.  
  280. fill-inventory: true
  281.  
  282. fill-item:
  283. name: ''
  284. material: 'stained_glass_pane'
  285. data: 7
  286.  
  287. unlocked-item:
  288. name: '&b&lLevel {level}'
  289. lore:
  290. - ""
  291. - "&fSpeed: &6{speed}(s)"
  292. - "&fMoney: &6${moneycost}"
  293. - "&fToken: &6${tokencost}"
  294. - "&fUpgrade Time: &6{time}"
  295. material: ANVIL
  296. data: 0
  297.  
  298. locked-item:
  299. name: '&c&lLOCKED UPGRADE (Level {level})'
  300. lore:
  301. - ""
  302. - "&fSpeed: &6{speed}(s)"
  303. - "&fMoney: &6${moneycost}"
  304. - "&fToken: &6${tokencost}"
  305. - "&fUpgrade Time: &6{time}"
  306. material: 'stained_glass_pane'
  307. data: 14
  308.  
  309. next-item:
  310. name: '&c&l(!) &eNext Page'
  311. material: PAPER
  312. data: 0
  313.  
  314.  
  315. generator-storage-upgrade-inventory:
  316. name: '&8&lUPGRADE GENERATOR STORAGE'
  317.  
  318. size: 54
  319.  
  320. fill-inventory: true
  321.  
  322. fill-item:
  323. name: ''
  324. material: 'stained_glass_pane'
  325. data: 7
  326.  
  327. unlocked-item:
  328. name: '&e&l(!) &eLevel {level}'
  329. lore:
  330. - "&8Level {level} Upgrade"
  331. - ""
  332. - "&e[LEFT-CLICK] &7Claim items"
  333. - "&e[RIGHT-CLICK] &7View items"
  334. material: CHEST
  335. data: 0
  336.  
  337. locked-item:
  338. name: '&c&l(!) LOCKED UPGRADE'
  339. lore:
  340. - "&8Level {level} Upgrade"
  341. material: 'stained_glass_pane'
  342. data: 14
  343.  
  344. generator-storage-inventory:
  345.  
  346. name: "&8&lYOUR STORAGE"
  347.  
  348. fill-inventory: false
  349.  
  350. fill-item:
  351. name: "&7&l&oEMPTY SLOT"
  352. material: "stained_glass_pane"
  353. data: 7
  354.  
  355.  
  356. generator-setting-inventory:
  357.  
  358. name: "&8&lDELETE GENERATOR"
  359.  
  360. size: 9
  361.  
  362. confirm-item:
  363. name: "&a&lCONFIRM"
  364. lore:
  365. - "&7You will be refunded the generator"
  366. - "&7with your current level."
  367. material: "STAINED_CLAY"
  368. data: 13
  369. slot: 3
  370.  
  371. cancel-item:
  372. name: "&c&lCANCEL"
  373. lore:
  374. - "&7Abort request"
  375. material: "STAINED_CLAY"
  376. data: 14
  377. slot: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement