Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Below Is A Options Format!
  2. options
  3. option: Text
  4. # The premade option does nothing because {@option} isnt a command thats being run!
  5. # Use The Option by doing {@option}
  6. # Remember The Whole Entire Skript Can Use The Option USE AT YOUR OWN RISK!
  7. # Mineplex Skript
  8. # <3 <3 Created By The Arctic Skripting Team!
  9. #
  10. #
  11. # Messaging System
  12.  
  13. command /msg [<offline player>] [<text>]:
  14. aliases: /message, /pm, /whisper, /tell
  15. trigger:
  16. if argument 1 is set:
  17. if argument 2 is set:
  18. if arg-1 is online:
  19. send "&6&l%player% > %arg-1% &e&l%arg-2%" to player
  20. send "&6&l%player% > %arg-1% &e&l%arg-2%" to arg 1
  21. else:
  22. send "&9Message> &7Locating &e%arg-1%&7..."
  23. wait 5 seconds
  24. send "&9Message> &7Could not locate &e%arg-1%&7."
  25. else:
  26. message "&9Please Specify A Message!"
  27. else:
  28. message "&9Please Specify A Player!"
  29. #
  30. # Mineplex Punishments / Commands With Incorrect Permission
  31. #
  32. #
  33. command /punish [<player>] [<reason>]:
  34. description: Punish A Player!
  35. usage: /punish <player> <reason>
  36. permission: mineplex.punish
  37. permission message: &9Permissions> &7This reuquires Permission Rank [&9TRAINEE&7]
  38. executable by: players and console
  39. aliases: /p
  40. trigger:
  41. message "test"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement