Advertisement
okkunsyouta

Untitled

Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. on rightclick holding a red dye:
  2. name of held item is "ファイアー"
  3. execute console command "/particle flame ~ ~ ~ 0.5 0 0.5 0.6 100"
  4. execute console command "/entitydata @e[r=5] {Fire:1000}"
  5. execute console command "/entitydata @e[r=5] {Motion:[0d,0d,0d]}"
  6. execute console command "/scoreboard players remove %player% MP 5"
  7.  
  8. on rightclick holding a red dye:
  9. name of held item is "§4インフェルノ"
  10. execute console command "/particle flame ~ ~ ~ 10 1 10 0.6 1000"
  11. execute console command "/entitydata @e[r=10] {Fire:3000}"
  12. execute console command "/entitydata @e[r=10] {Motion:[0d,1d,0d]}"
  13. execute console command "/entitydata @e[r=10] {FallDistance:100}"
  14. execute console command "/scoreboard players remove %player% MP 20"
  15.  
  16. on rightclick holding a green dye:
  17. name of held item is "§aウインドエッジ"
  18. execute console command "/particle sweepAttack ~ ~1 ~ 5 1 5 1 50"
  19. execute console command "/entitydata @e[r=7] {FallDistance:40}"
  20. execute console command "/scoreboard players remove %player% MP 15"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement