Advertisement
kunihiko_sato

Untitled

Dec 23rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. on right click holding a dye:10:
  2. name of held item contains "§a§lミジンコの§d玉手箱"
  3. cancel event
  4. execute console command "clear %player% dye 10 1 {display:{Name:""§a§lミジンコの§d玉手箱""}}"
  5. execute console command "give %player% diamond 1 0 {display:{Name:""§b§ltest""}}"
  6. execute console command "give %player% gold_ingot 1 0 {display:{Name:""§e§ltest""}}"
  7. send "&a&lミジンコの&d玉手箱&bを開けた!"
  8.  
  9. command /tamatebako [<text>]:
  10. permission: admin
  11. permission message: 権限がないとこのコマンドは実行できないよ!
  12. trigger:
  13. execute console command "give %player% dye 1 10 {display:{Name:""§a§lミジンコの§d玉手箱""}}"
  14. send "&a&lミジンコの&d玉手箱&bを渡しました。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement