Advertisement
CREAMPAN0408

Untitled

Dec 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. on right click holding a nether star:
  2. name of held item contains "テレポートスター"
  3. remove 1 of nether star from player
  4. set {_temp} to random integer between 1 and 10
  5. if {_temp} is between 6 and 10:
  6. message "§6テレポートに成功しました!" to player
  7. teleport the player to the location (-428.35, 35, 953.35)
  8. else if {_temp} is between 1 and 5:
  9. message "&4テレポートに失敗しました・・・" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement