Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Skqueryのプラグインを入れてないとエラーが出るよ!
- command /gui:
- trigger:
- open chest with 1 row named "TestFOOOO" to player
- set slot 0 of player's current inventory to apple
- set slot 1 of player's current inventory to glass named "テレポートする"
- set slot 2 of player's current inventory to nether star named "サーバーの説明" with lore "ここをクリックしてみて!"
- on inventory click:
- if name of player's current inventory contain "TestFOOOO":
- cancel event
- if name of clicked item is "テレポートする":
- command "/tp %player% 0 10 0"
- if name of clicked item is "サーバーの説明":
- send "荒らさない!"
- on rightclick:
- send "%player's held item%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement