Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. blocked-entities=[
  2. "minecraft:player"
  3. ]
  4. particles {
  5. cloud {
  6. display-name="&6cloud"
  7. effects=[
  8. {
  9. center-offset {
  10. x=0.0
  11. y=0.0
  12. z=0.0
  13. }
  14. # Supported by redstone dust
  15. color {
  16. x=0
  17. y=0
  18. z=0
  19. }
  20. # In ticks(20 ticks = 1 second)
  21. interval=20
  22. offset {
  23. x=1.0
  24. y=1.0
  25. z=1.0
  26. }
  27. quantity=10
  28. type="minecraft:cloud"
  29. velocity {
  30. x=0.0
  31. y=0.2
  32. z=0.0
  33. }
  34. }
  35. ]
  36. glowing=false
  37. item="minecraft:stick"
  38. item-description="Right click an entity to apply this effect"
  39. item-enchanted=true
  40. }
  41. crithit {
  42. display-name="&cCrit Hit"
  43. effects=[
  44. {
  45. center-offset {
  46. x=0.0
  47. y=0.0
  48. z=0.0
  49. }
  50. # Supported by redstone dust
  51. color {
  52. x=1
  53. y=1
  54. z=1
  55. }
  56. # In ticks(20 ticks = 1 second)
  57. interval=20
  58. offset {
  59. x=1.0
  60. y=1.0
  61. z=1.0
  62. }
  63. quantity=16
  64. type="minecraft:magic_critical_hit"
  65. velocity {
  66. x=0.0
  67. y=0.2
  68. z=0.0
  69. }
  70. }
  71. ]
  72. glowing=false
  73. item="minecraft:stick"
  74. item-description="Right click an entity to apply this effect"
  75. item-enchanted=true
  76. }
  77. dragon {
  78. display-name="&edragon's breath"
  79. effects=[
  80. {
  81. center-offset {
  82. x=0.0
  83. y=0.0
  84. z=0.0
  85. }
  86. # Supported by redstone dust
  87. color {
  88. x=1
  89. y=1
  90. z=1
  91. }
  92. # In ticks(20 ticks = 1 second)
  93. interval=10
  94. offset {
  95. x=0.5
  96. y=0.5
  97. z=0.5
  98. }
  99. quantity=10
  100. type="minecraft:dragon_breath"
  101. velocity {
  102. x=0.0
  103. y=0.0
  104. z=0.0
  105. }
  106. }
  107. ]
  108. glowing=false
  109. item="minecraft:stick"
  110. item-description="Right click an entity to apply this effect"
  111. item-enchanted=true
  112. }
  113. dust {
  114. display-name="&cDust"
  115. effects=[
  116. {
  117. center-offset {
  118. x=0.0
  119. y=0.0
  120. z=0.0
  121. }
  122. # Supported by redstone dust
  123. color {
  124. x=0
  125. y=1
  126. z=0
  127. }
  128. # In ticks(20 ticks = 1 second)
  129. interval=20
  130. offset {
  131. x=1.0
  132. y=1.0
  133. z=1.0
  134. }
  135. quantity=30
  136. type="minecraft:town_aura"
  137. velocity {
  138. x=0.0
  139. y=0.2
  140. z=0.0
  141. }
  142. }
  143. ]
  144. glowing=false
  145. item="minecraft:stick"
  146. item-description="Right click an entity to apply this effect"
  147. item-enchanted=true
  148. }
  149. flame {
  150. display-name="&6flame"
  151. effects=[
  152. {
  153. center-offset {
  154. x=0.1
  155. y=0.0
  156. z=0.1
  157. }
  158. # Supported by redstone dust
  159. color {
  160. x=1
  161. y=1
  162. z=1
  163. }
  164. # In ticks(20 ticks = 1 second)
  165. interval=20
  166. offset {
  167. x=0.3
  168. y=0.3
  169. z=0.3
  170. }
  171. quantity=20
  172. type="minecraft:flame"
  173. velocity {
  174. x=0.0
  175. y=0.1
  176. z=0.0
  177. }
  178. }
  179. ]
  180. glowing=false
  181. item="minecraft:stick"
  182. item-description="Right click an entity to apply this effect"
  183. item-enchanted=true
  184. }
  185. glow {
  186. display-name="&cGlow"
  187. effects=[]
  188. glowing=true
  189. item="minecraft:stick"
  190. item-description="Right click an entity to apply this effect"
  191. item-enchanted=true
  192. }
  193. love {
  194. display-name="&cLove"
  195. effects=[
  196. {
  197. center-offset {
  198. x=0.0
  199. y=0.0
  200. z=0.0
  201. }
  202. # Supported by redstone dust
  203. color {
  204. x=1
  205. y=1
  206. z=1
  207. }
  208. # In ticks(20 ticks = 1 second)
  209. interval=20
  210. offset {
  211. x=0.5
  212. y=1.0
  213. z=0.5
  214. }
  215. quantity=15
  216. type="minecraft:heart"
  217. velocity {
  218. x=0.0
  219. y=0.3
  220. z=0.0
  221. }
  222. }
  223. ]
  224. glowing=false
  225. item="minecraft:blaze_rod"
  226. item-description="Right click an entity to apply this effect"
  227. item-enchanted=true
  228. }
  229. note {
  230. display-name="&cNote"
  231. effects=[
  232. {
  233. center-offset {
  234. x=0.0
  235. y=0.0
  236. z=0.0
  237. }
  238. # Supported by redstone dust
  239. color {
  240. x=100
  241. y=0
  242. z=0
  243. }
  244. # In ticks(20 ticks = 1 second)
  245. interval=10
  246. offset {
  247. x=1.0
  248. y=1.0
  249. z=1.0
  250. }
  251. quantity=16
  252. type="minecraft:note"
  253. velocity {
  254. x=0.0
  255. y=0.1
  256. z=0.0
  257. }
  258. }
  259. ]
  260. glowing=false
  261. item="minecraft:stick"
  262. item-description="Right click an entity to apply this effect"
  263. item-enchanted=true
  264. }
  265. splash {
  266. display-name="&cSplash"
  267. effects=[
  268. {
  269. center-offset {
  270. x=0.0
  271. y=0.0
  272. z=0.0
  273. }
  274. # Supported by redstone dust
  275. color {
  276. x=1
  277. y=1
  278. z=1
  279. }
  280. # In ticks(20 ticks = 1 second)
  281. interval=10
  282. offset {
  283. x=1.0
  284. y=1.0
  285. z=1.0
  286. }
  287. quantity=25
  288. type="minecraft:water_splash"
  289. velocity {
  290. x=0.0
  291. y=0.1
  292. z=0.0
  293. }
  294. }
  295. ]
  296. glowing=false
  297. item="minecraft:stick"
  298. item-description="Right click an entity to apply this effect"
  299. item-enchanted=true
  300. }
  301. }
  302. # Ignore the 'glowing' and 'effects' setting.
  303. remover-item {
  304. display-name="Particles remover"
  305. effects=[]
  306. glowing=false
  307. item="minecraft:bone"
  308. item-description=""
  309. item-enchanted=true
  310. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement