Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
3,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #Skqueryのプラグインを入れてないとエラーが出るよ!
  2.  
  3. command /gui:
  4. trigger:
  5. open chest with 1 row named "TestFOOOO" to player
  6. set slot 0 of player's current inventory to apple
  7. set slot 1 of player's current inventory to glass named "テレポートする"
  8. set slot 2 of player's current inventory to nether star named "サーバーの説明" with lore "ここをクリックしてみて!"
  9.  
  10. on inventory click:
  11. if name of player's current inventory contain "TestFOOOO":
  12. cancel event
  13. if name of clicked item is "テレポートする":
  14. command "/tp %player% 0 10 0"
  15. if name of clicked item is "サーバーの説明":
  16. send "荒らさない!"
  17.  
  18. on rightclick:
  19. send "%player's held item%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement