Advertisement
AdamLam

Untitled

Jan 31st, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on any move:
  2. if block below the player is glass:
  3. if {start.%player%} is true:
  4. set {start.%player%} to false
  5. apply blindness to player for 999 days
  6. execute player command "is create"
  7. send "Island creating...."
  8. wait 5 seconds
  9. remove blindness from player
  10. send "Done"
  11. wait 5 seconds
  12. set {start.%player%} to true
  13. else if {start.%player%} is not set:
  14. set {start.%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement