Advertisement
Guest User

event.sk

a guest
Dec 11th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. options:
  2. prefix: &c&lEVENT &f» &c
  3. version: 1.11
  4.  
  5. command /event [<text>] [<text>] [<text>]:
  6. trigger:
  7. if arg-1 is "info":
  8. send "&c&m--------------------------------------------------"
  9. send "&c&lEVENT"
  10. send "&cBY: &7 ItzAnox"
  11. send "&cVERSION: &7{@version}"
  12. send "&c&m--------------------------------------------------"
  13. send "&cTO HELP: &7/event help"
  14. if arg-1 is "help":
  15. send "&c&m--------------------------------------------------"
  16. send "&c&lEVENT"
  17. send "&c&lCOMMANDS:"
  18. send "&c/event join&7 To join to event"
  19. send "&c/event leave&7 To leave from event"
  20. send "&c&lSTAFF COMMANDS:"
  21. send "&c/event set <name> <description> &7To create event"
  22. send "&c/emsg&7 To event msg"
  23. send "&c/event start&7 To start event"
  24. send "&c/event end&7 To end event"
  25. send "&c&m--------------------------------------------------"
  26. if arg-1 is "set":
  27. if arg-3 is set:
  28. if player has permission "event.set":
  29. set {event.status} to "wait"
  30. set {event.port} to player's location
  31. send "{@prefix}Event has created!"
  32. broadcast "&c&m--------------------------------------------------"
  33. broadcast "&c&lEVENT"
  34. broadcast "&cNAME: &7%arg-2%"
  35. broadcast "&cDESCRIPTION: &7%arg-3%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement