Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Whisper Skript
- #By Wheemangga
- Options:
- L: &7[&bText &6Message&7]
- Command /m [<player>] [<text>]:
- Aliases: /msg, /message, /em, /emsg
- trigger:
- arg 1 is not set:
- send "{@L} Input the Playername!"
- arg 1 is set:
- arg 2 is not set:
- send "{@L} Input the Text!"
- arg 2 is set:
- send "{@L} &a%arg 1%&7 : %coloured arg 2%"
- send "{@L} &a%player%&7 : %coloured arg 2%" to arg 1
- set {msg.%player%} to arg 1
- Command /r [<text>]:
- trigger:
- {msg.%player%} is set:
- send "{@L} &a%player%&7 : %coloured arg 1%"
Advertisement
Add Comment
Please, Sign In to add comment