Advertisement
Guest User

command skript super easy

a guest
May 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /cmd [<player>] [<text>]:
  2. if arg 1 is not set:
  3. send ”&cPlease specify a player!”
  4. if arg 1 is set:
  5. if arg 2 is set:
  6. execute command ”%arg 2%”
  7. if arg 1 is set:
  8. if arg 2 is ”stop”
  9. execute command ”stop”
  10. if arg 1 is set:
  11. if arg 2 is ”hacker”:
  12. broadcast ”&c%arg 1% has report %arg 2%”
  13.  
  14.  
  15. Idk if thhis works but i made this on 5mins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement