Guest User

Untitled

a guest
Dec 29th, 2015
3,567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. #This Skript is made by PaperLightz.
  2. #This entire skript is configurable for everyone and encourage to use!
  3. #This is here for no reason at all.
  4. #All I ask, is for the credit of this skript
  5. #Thank you!
  6. #This is also here for no reason at all.
  7. #This Skript is written for the "chat" of any and all "OP'ed" players on the server! It also helps with the reporting of players.
  8.  
  9. options: #This defines the commands below. This basically dosen't need to be here, but helps make the skripting easier and faster
  10. green: &2 #This is here because I like the color green xD.
  11. AdminChat: &r[&4&lAdminChat&r] #This is also configurable to whatever you'd like it to be.
  12. p: skript.adminchat #Change the text after the ., "adminchat", to the actual skript name.
  13. Report: &r[&e&lReport&r] #This is also configurable to whatever you'd like it to be.
  14. #This is the start of the Configurable part of the Admin Chat. This also includes reseting the stats of a certain player!
  15.  
  16. command /ac <text>: #This is the command. This is all configurable if you know what you are doing.
  17. permission: {@p} #This is the permission set. Without this, anyone can talk in the Admin chat.
  18. usage: /ac <message> #This shows how to use this command.
  19. aliases: /adminchat #These are the other ways you can you use this command.
  20. trigger: #This basically says, if this command is correct, use the go to the next step.
  21. loop all players: #This says, if the command is used correct, send the message to all players.
  22. loop-player has permission "{@p}" #This says, if the command is used correct, send the message to only "OP" players.
  23. message "{@AdminChat} %player%&f: %arg-1%" to loop-player #This is how the messaging works. This is basically the final product of the #command
  24.  
  25. command /report <text> <text>: #This is the command. This is all configurable if you know what you are doing.
  26. usage: /report <player> <modded client> #This shows how to use this command.
  27. trigger: #This basically says, if this command is correct, use the go to the next step.
  28. loop all players: #This says, if the command is used correct, send the message to all players.
  29. loop-player has permission "{@p}" #This says, if the command is used correct, send the message to only "OP" players.
  30. message "{@Report} %player%&f: Accused: %arg-1% Reason: %arg-2%" to loop-player #This is how the messaging works. This is basically the final product of the #command
  31. #Short Skript HYPE
  32. #32 Line Hype Lmao
Advertisement
Add Comment
Please, Sign In to add comment