Advertisement
kaliumsan

Untitled

Feb 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. on place of crafting_table:
  2. if name of held item contains "&6どこでも作業台":
  3. cancel event
  4.  
  5. on place of ender_chest:
  6. if name of held item contains "&5エンダーチェスト+":
  7. cancel event
  8.  
  9. on rightclick holding a crafting_table:
  10. if name of held item contains "&6どこでも作業台":
  11. open crafting table inventory to player
  12.  
  13. on rightclick holding a ender_chest:
  14. if name of held item contains "&5エンダーチェスト+":
  15. open the player's ender chest to the player
  16.  
  17. on damage:
  18. attacker is holding a ender_chest
  19. if name of attacker's tool is "&5エンダーチェスト+":
  20. if victim is a player:
  21. open the victim's ender chest to the player
  22.  
  23. on leftclick holding a bow:
  24. if name of held item contains "&6クロスボウ":
  25. shoot an arrow from the player
  26.  
  27. on break:
  28. if name of held item contains "&6クロスボウ":
  29. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement