Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. config-version: 48
  2. root-command: /envoys
  3. lang:
  4. prefix: '&8[&4Envoys&8] &4'
  5. no-permission: You do not have permission for this
  6. setup-finished: Envoy setup successfully
  7. not-a-valid-id: That ID does not exist / is not valid
  8. removed-envoy: Successfully removed envoy.
  9. envoys-refilled: ALL ENVOYS HAVE BEEN REFILLED
  10. amount: There are %amount envoys (%worldAmount in your world)
  11. list: '%id (%tier) - World: %world X: %x Y: %y Z: %z'
  12. random-envoy-locations: 'An envoy spawned at World: %world X: %x Y: %y Z: %z!'
  13. reload: Reloaded successfully
  14. data-saved: Data file saved successfully
  15. invalid-syntax: Invalid syntax, type /envoys help for help
  16. add-item-no-name-or-chance: You must specify a name and a chance
  17. no-item-in-hand: You must have an item in your hand
  18. name-already-exists: This name already exists in the config
  19. added-item: Successfully added item
  20. broadcast-open-message: '%player opened an envoy at %world, %x, %y, %z'
  21. called-drop: You have called a drop in!
  22. already-opened: This envoy was already opened %minutes minutes ago!
  23. current-envoys:
  24. top: Current envoys
  25. line: 'There is an %tier envoy at: %world, %x, %y, %z'
  26. contents:
  27. tiers:
  28. tier1:
  29. chance: 70
  30. items:
  31. - token
  32. - my_item_1
  33. - announcement
  34. tier2:
  35. chance: 30
  36. items:
  37. - another_item
  38. items:
  39. my_item_1:
  40. type: item
  41. chance: 70
  42. id: 276
  43. data: 0
  44. name: '&4My &9Item'
  45. amount: 3
  46. lore:
  47. - '&3Lore &4Line &21'
  48. - '&3Lore &4Line &12'
  49. enchants:
  50. - DAMAGE_ALL,5
  51. - FIRE_ASPECT,3
  52. another_item:
  53. type: item
  54. chance: 32
  55. id: 364
  56. data: 0
  57. name: Another item
  58. amount: 64
  59. token:
  60. type: item
  61. chance: 78.9
  62. id: 339
  63. data: 0
  64. name: '&9Token'
  65. amount: 1
  66. lore:
  67. - '&3This is a crate token'
  68. - '&eRight click a crate to open it'
  69. enchants:
  70. - ARROW_INFINITE,10
  71. nbt:
  72. - type: STRING
  73. key: key1
  74. value: value
  75. - type: INT
  76. key: key2
  77. value: 12267
  78. announcement:
  79. type: command
  80. chance: 100
  81. commands:
  82. - say &a%player has just opened an %envoy_type envoy!
  83. - say &9command 2 here
  84. holograms:
  85. enabled: true
  86. text: '&b%tier Envoy'
  87. envoys-refilled-by-command-only: false
  88. envoy-refill-delay: 1800
  89. envoy-refill-minimum-players:
  90. enabled: false
  91. minimum-players: 10
  92. envoy-auto-remove:
  93. enabled: false
  94. remove-time: 120
  95. tell-if-already-opened: false
  96. updates-per-second: 5
  97. random-location:
  98. enabled: false
  99. amount: 50
  100. min-x: -10000
  101. min-z: -10000
  102. max-x: 10000
  103. max-z: 10000
  104. always-on-top: true
  105. custom-y: 200
  106. disabled-worlds:
  107. - world1
  108. - exampleWorld
  109. broadcast-locations:
  110. enabled: false
  111. only-to-players-in-same-world: true
  112. only-refill-random-location-envoys: false
  113. delete-old-envoys: true
  114. worldguard-integration:
  115. enabled: false
  116. type: everywhere
  117. blacklisted-regions:
  118. - region1
  119. - region2
  120. whitelisted-regions:
  121. spawnregion1:
  122. amount: 3
  123. world: world
  124. spawnregion2:
  125. amount: 5
  126. world: world
  127. random-tiers:
  128. - tier1
  129. - tier2
  130. max-items: 5
  131. min-items: 1
  132. particles:
  133. enabled: false
  134. style: circle
  135. particle-type: REDSTONE
  136. particle-speed: 0.5
  137. colour:
  138. enabled: true
  139. colours:
  140. - AQUA
  141. - BLACK
  142. - BLUE
  143. - FUCHSIA
  144. - GRAY
  145. - GREEN
  146. - LIME
  147. - MAROON
  148. - NAVY
  149. - OLIVE
  150. - ORANGE
  151. - PURPLE
  152. - RED
  153. - SILVER
  154. - TEAL
  155. - WHITE
  156. - YELLOW
  157. styles:
  158. circle:
  159. particle-count: 10
  160. radius: 2.0
  161. firework-on-open:
  162. enabled: true
  163. power: 2
  164. flicker: false
  165. trail: true
  166. type: STAR
  167. colors:
  168. - RED
  169. - WHITE
  170. - YELLOW
  171. delete-after-open: true
  172. broadcast-on-open: false
  173. drop-item:
  174. enabled: true
  175. material: REDSTONE_TORCH_ON
  176. name: '&cCall envoy'
  177. tier-color: c
  178. lore:
  179. - '&cRight click this item'
  180. - '&cto call an envoy'
  181. broadcast-on-place: '%player called an envoy in at %x, %y, %z'
  182. broadcast-location: false
  183. wait-time: 0
  184. refill-countdown:
  185. '60': 60 seconds until refill
  186. '120': 120 seconds until refill
  187. start-refill-countdown-after-opened: false
  188. refilled-message-worlds:
  189. - world
  190. - world_nether
  191. - world_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement