xaniox / HeavySpleef

Advanced and highly configurable Spleef plugin for Bukkit
http://dev.bukkit.org/server-mods/heavyspleef/
GNU General Public License v3.0
12 stars 19 forks source link

Remove ugly prefixes from stats messages #52

Closed Ghostlyr closed 7 years ago

Ghostlyr commented 7 years ago

I think the prefixes in all statistic messages must be removed, because duplicates looks so ugly.

54656456654 45654546456456465

xaniox commented 7 years ago

The prefix in Messages.java is an internal prefix for finding the correct yaml path, it has nothing to do with the visual prefix.

To disable the actual prefix that is shown to the user, I would have to make some small changes to the internationalization (i18n) system. I may do that in the next days...