Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /tpall:
- trigger:
- broadcast "&eTéléportation en cours..." #Message de tp
- Set {_x} to random integer between 300 and -300
- set {_z} to random integer between 300 and -300
- set {Tp.BlueTeam} to location at {_x}, 150, {_z} in world "test"
- Set {_x1} to random integer between 300 and -300
- set {_z1} to random integer between 300 and -300
- set {Tp.RedTeam} to location at {_x1}, 150, {_z1} in world "test"
- Set {_x2} to random integer between 300 and -300
- set {_z2} to random integer between 300 and -300
- set {Tp.GreenTeam} to location at {_x2}, 150, {_z2} in world "test"
- Set {_x3} to random integer between 300 and -300
- set {_z3} to random integer between 300 and -300
- set {Tp.YellowTeam} to location at {_x3}, 150, {_z3} in world "test"
- loop all players:
- if loop-players is {BlueTeam::*}:
- teleport loop-players to {Tp.BlueTeam}
- if loop-players is {RedTeam::*}:
- teleport loop-players to {Tp.RedTeam}
- if loop-players is {GreenTeam::*}:
- teleport loop-players to {Tp.GreenTeam}
- if loop-players is {YellowTeam::*}:
- teleport loop-players to {Tp.YellowTeam}
Advertisement
Add Comment
Please, Sign In to add comment