toxamin

Untitled

May 20th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. command /randomtp:
  2. permission: rtp.use
  3. permission message: No permission
  4. trigger:
  5. execute console command "scoreboard players tag %player% add notp"
  6. execute console command "minecraft:tp %player% @r[tag=!notp]"
  7. message "&7Teleported you to a random player."
  8. execute console command "scoreboard players tag %player% remove notp"
  9. command /rtp:
  10. permission: rtp.use
  11. permission message: No permission
  12. trigger:
  13. execute console command "scoreboard players tag %player% add notp"
  14. execute console command "minecraft:tp %player% @r[tag=!notp]"
  15. message "&7Teleported you to a random player."
  16. execute console command "scoreboard players tag %player% remove notp"
Advertisement
Add Comment
Please, Sign In to add comment