Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #This Skript is made by PaperLightz.
- #This entire skript is configurable for everyone and encourage to use!
- #This is here for no reason at all.
- #All I ask, is for the credit of this skript
- #Thank you!
- #This is also here for no reason at all.
- #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.
- options: #This defines the commands below. This basically dosen't need to be here, but helps make the skripting easier and faster
- green: &2 #This is here because I like the color green xD.
- AdminChat: &r[&4&lAdminChat&r] #This is also configurable to whatever you'd like it to be.
- p: skript.adminchat #Change the text after the ., "adminchat", to the actual skript name.
- Report: &r[&e&lReport&r] #This is also configurable to whatever you'd like it to be.
- #This is the start of the Configurable part of the Admin Chat. This also includes reseting the stats of a certain player!
- command /ac <text>: #This is the command. This is all configurable if you know what you are doing.
- permission: {@p} #This is the permission set. Without this, anyone can talk in the Admin chat.
- usage: /ac <message> #This shows how to use this command.
- aliases: /adminchat #These are the other ways you can you use this command.
- trigger: #This basically says, if this command is correct, use the go to the next step.
- loop all players: #This says, if the command is used correct, send the message to all players.
- loop-player has permission "{@p}" #This says, if the command is used correct, send the message to only "OP" players.
- message "{@AdminChat} %player%&f: %arg-1%" to loop-player #This is how the messaging works. This is basically the final product of the #command
- command /report <text> <text>: #This is the command. This is all configurable if you know what you are doing.
- usage: /report <player> <modded client> #This shows how to use this command.
- trigger: #This basically says, if this command is correct, use the go to the next step.
- loop all players: #This says, if the command is used correct, send the message to all players.
- loop-player has permission "{@p}" #This says, if the command is used correct, send the message to only "OP" players.
- 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
- #Short Skript HYPE
- #32 Line Hype Lmao
Advertisement
Add Comment
Please, Sign In to add comment