Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #chat filter
- 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
- replace all "retard" with "*******" in the message
- replace all "." with "*" in the message
- replace all ".net" with "***" in the message
- replace all ".com" with "***" in the message
- replace all "https//" with "*****" in the message
- replace all "www." with "***"
- #EASTER EGGS
- command /easteregg
- permission: staff.easteregg
- permissiom message: &7Sorry this command is only for staff
- trigger:
- message "&7on rightclick of wood sword&8 It will message to the player &6Good job you found and Easter Egg!!"
- message "&7"
- on chat:
- if message is "I'm XXXCanadian"
- message "&cCongratulations&8! &7you won &b5 COINS"
- /setcoins give %player% 5
- stop
- on rightclick holding wooden sword:
- if {easter.egg} is true:
- wait 1 tick
- message "&cCongratulations&8! &7you found one of &bXXXCanadian's &aEastereggs!"
- message "&7Kill your opanant with this sword and be rewarded 10 points!"
- on load:
- if {easter.egg} is not set:
- set {easter.egg} to true
- On kill:
- If attackers tool is a wooden sword
- if {easter.egg} is true
- wait 1 tick
- /setcoins %player% give 25
- stop
Add Comment
Please, Sign In to add comment