Minecraft Spigot plugin making /msg (/w and /tell) better with adding /reply (and /r). Also, now has a config file to change error messages.
Default config.yml:
Code (YAML):
console-error
:
"&cConsole can't reply to messages!"
no-reply
:
"&cYou have no one to reply to!"
offline-player
:
"&cThis player is offline"
unknown-player
:
"&cNo player found!"
no-message
:
"&cNo message was entered!"
usage
:
"&cNo player name was entered. Correct usage: /%s <player-name> <message>"