NiklasEi / gamebox

Minecraft plugin with a vast selection of inventory games
http://gamebox.nikl.me
GNU General Public License v3.0
17 stars 12 forks source link

Use plugin logger for error messages #68

Closed RoboMWM closed 5 years ago

RoboMWM commented 5 years ago

You should consider using the plugin logger here so the plugin name shows up along with the message here.

https://github.com/NiklasEi/gamebox/blob/25a0693ea71b53104dc3eea2717ed5bad474ea8e/core/src/main/java/me/nikl/gamebox/PluginManager.java#L399

If I find time and don't forget (and am not beat to it) I'll PR this.

NiklasEi commented 5 years ago

There are some uses of ConsoleSender left, but they also print the plugin name and use colour.