PvPManager

PvPManager

3M Downloads

Issue with PvPLog message

pxblx opened this issue ยท 6 comments

commented

Please put the PvP Log message as it was before again. The bukkit command /say don't support color codes and appears with the tag [Server] before the message. Same with PvP Toggle messages.

commented

Replace with a tellraw command.
But I am not sure if the config.yml is fully compatible with the json formatting.

For easier generation of a nice json msg use http://minecraftjson.com/

commented

/tellraw is just to send a private message to a user, not a broadcast.

commented

Use '/tellraw @A' to send the message to all online players.
However, i might create a simple command like /announce or similar to broadcast the message in a cleaner way.

commented

Why not leave messages on the messages.properties? It was much easier.
You could leave all messages on messages.properties and leave that section of commands to use for other things.

commented

Because some people don't use the broadcast, also it doesn't make sense to keep the broadcast when executing custom commands allows for that and much more.

commented

I have tried to remove all commands from the option and the default set command still executing...
I will stay on PvPManager 3.0-SNAPSHOT-b118 for the moment.