Advertisement
Jt1010

pvp

Sep 17th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /pxyz <text> <number> <number> <number>:
  2. permission:admin
  3. trigger:
  4. if arg-1 is "check":
  5. send "&4&lRedTeam=%{pvpr.x}% %{pvpr.y}% %{pvpr.z}%"
  6. send "&1&lBlueTeam=%{pvpb.x}% %{pvpb.x}% %{pvpb.x}%"
  7. else if arg-1 is "red":
  8. send "&4&lsetRedspawn"
  9. set {pvpr.x} to arg-2
  10. set {pvpr.y} to arg-3
  11. set {pvpr.z} to arg-4
  12. else if arg-1 is "blue":
  13. send "&1&lsetBluespawn"
  14. set {pvpb.x} to arg-2
  15. set {pvpb.y} to arg-3
  16. set {pvpb.z} to arg-4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement