Advertisement
lukemango

Untitled

May 20th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. config-version: 47
  2. lang:
  3. prefix: '&8[&4&lEnvoys&8] &c'
  4. no-permission: You do not have permission for this
  5. setup-finished: Envoy setup successfully
  6. not-a-valid-id: That ID does not exist / is not valid
  7. removed-envoy: Successfully removed envoy.
  8. envoys-refilled: ALL ENVOYS HAVE BEEN REFILLED
  9. amount: There are %amount envoys (%worldAmount in your world)
  10. list: '%id (%tier) - World: %world X: %x Y: %y Z: %z'
  11. random-envoy-locations: 'An envoy spawned at /warp Envoys! X: %x Y: %y Z: %z!'
  12. reload: Reloaded successfully
  13. data-saved: Data file saved successfully
  14. invalid-syntax: Invalid syntax, type /envoys help for help
  15. add-item-no-name-or-chance: You must specify a name and a chance
  16. no-item-in-hand: You must have an item in your hand
  17. name-already-exists: This name already exists in the config
  18. added-item: Successfully added item
  19. broadcast-open-message: '%player opened an envoy at %world, %x, %y, %z'
  20. called-drop: You have called a drop in!
  21. already-opened: This envoy was already opened %minutes minutes ago!
  22. current-envoys:
  23. top: Current envoys
  24. line: 'There is an %tier envoy at: %world, %x, %y, %z'
  25. contents:
  26. tiers:
  27. tier1:
  28. chance: 100
  29. items:
  30. - Rare
  31. - Common
  32. - 5EXP
  33. - 10EXP
  34. - 20EXP
  35. - Gapple2
  36. - Gapple3
  37. - SFBatteries
  38. - SFEMagnet
  39. - CowSpawner
  40. - PigSpawner
  41. - 3Towny
  42. - 5Towny
  43. - 150$
  44. - 250$
  45. - 500$
  46. - 1000$
  47. items:
  48. Rare:
  49. type: command
  50. chance: 5
  51. commands:
  52. - cr give to %player Rare 1
  53. Common:
  54. type: command
  55. chance: 15
  56. commands:
  57. - cr give to %player Common 1
  58. 5EXP:
  59. type: command
  60. chance: 20
  61. commands:
  62. - exp give %player 5L
  63. 10EXP:
  64. type: command
  65. chance: 10
  66. commands:
  67. - exp give %player 10L
  68. 20EXP:
  69. type: command
  70. chance: 3
  71. commands:
  72. - exp give %player 20L
  73. Gapple2:
  74. type: command
  75. chance: 10
  76. commands:
  77. - give %player golden_apple 2
  78. Gapple3:
  79. type: command
  80. chance: 5
  81. commands:
  82. - give %player golden_apple 3
  83. SFBatteries:
  84. type: command
  85. chance: 10
  86. commands:
  87. - sf give %player BATTERY 2
  88. SFEMagnet:
  89. type: command
  90. chance: 2
  91. commands:
  92. - sf give %player ELECTRO_MAGNET 2
  93. CowSpawner:
  94. type: command
  95. chance: 1
  96. commands:
  97. - es give %player cow 1
  98. PigSpawner:
  99. type: command
  100. chance: 2
  101. commands:
  102. - es give %player pig 1
  103. 3Towny:
  104. type: command
  105. chance: 20
  106. commands:
  107. - townyadmin givebonus %player 3
  108. 5Towny:
  109. type: command
  110. chance: 12
  111. commands:
  112. - townyadmin givebonus %player 5
  113. 150$:
  114. type: command
  115. chance: 20
  116. commands:
  117. - eco give %player 150
  118. 250$:
  119. type: command
  120. chance: 10
  121. commands:
  122. - eco give %player 250
  123. 500$:
  124. type: command
  125. chance: 5
  126. commands:
  127. - eco give %player 500
  128. 1000$:
  129. type: command
  130. chance: 1
  131. commands:
  132. - eco give %player 1000
  133. holograms:
  134. enabled: true
  135. text: '&b&lC&3&lY&9&lT &f&lEnvoy'
  136. envoys-refilled-by-command-only: false
  137. envoy-refill-delay: 600
  138. envoy-refill-minimum-players:
  139. enabled: true
  140. minimum-players: 10
  141. envoy-auto-remove:
  142. enabled: true
  143. remove-time: 600
  144. tell-if-already-opened: true
  145. updates-per-second: 5
  146. random-location:
  147. enabled: false
  148. amount: 1
  149. min-x: -400
  150. min-z: -400
  151. max-x: 400
  152. max-z: 400
  153. always-on-top: true
  154. custom-y: 200
  155. disabled-worlds:
  156. - world
  157. - world_nether
  158. - Extras
  159. - world_the_end
  160. - QuestEmpty
  161. - hunt
  162. - PvP
  163. - res
  164. broadcast-locations:
  165. enabled: true
  166. only-to-players-in-same-world: false
  167. only-refill-random-location-envoys: true
  168. delete-old-envoys: true
  169. worldguard-integration:
  170. enabled: true
  171. type: everywhere
  172. blacklisted-regions:
  173. - spawn
  174. whitelisted-regions:
  175. __global__:
  176. amount: 1
  177. world: Grass
  178. random-tiers:
  179. - tier1
  180. max-items: 5
  181. min-items: 1
  182. particles:
  183. enabled: true
  184. style: circle
  185. particle-type: REDSTONE
  186. particle-speed: 0.5
  187. colour:
  188. enabled: true
  189. colours:
  190. - AQUA
  191. - BLACK
  192. - BLUE
  193. - FUCHSIA
  194. - GRAY
  195. - GREEN
  196. - LIME
  197. - MAROON
  198. - NAVY
  199. - OLIVE
  200. - ORANGE
  201. - PURPLE
  202. - RED
  203. - SILVER
  204. - TEAL
  205. - WHITE
  206. - YELLOW
  207. styles:
  208. circle:
  209. particle-count: 10
  210. radius: 2.0
  211. firework-on-open:
  212. enabled: true
  213. power: 2
  214. flicker: false
  215. trail: true
  216. type: STAR
  217. colors:
  218. - RED
  219. - WHITE
  220. - YELLOW
  221. delete-after-open: true
  222. broadcast-on-open: true
  223. drop-item:
  224. enabled: false
  225. material: REDSTONE_TORCH_ON
  226. name: '&cCall envoy'
  227. tier-color: c
  228. lore:
  229. - '&cRight click this item'
  230. - '&cto call an envoy'
  231. broadcast-on-place: '%player called an envoy in at %x, %y, %z'
  232. broadcast-location: false
  233. wait-time: 0
  234. refill-countdown:
  235. '60': 60 seconds until refill
  236. '120': 120 seconds until refill
  237. start-refill-countdown-after-opened: false
  238. refilled-message-worlds:
  239. - world
  240. - world_nether
  241. - world_the_end
  242. - hunt
  243. - QuestEmpty
  244. - Extras
  245. - Grass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement