satoshinm / WebSandboxMC

Bukkit plugin providing a web-based interface with an interactive WebGL 3D preview or glimpse of your server 🕷⏳📦 ⛺
https://www.spigotmc.org/resources/websandboxmc.39415/
MIT License
19 stars 5 forks source link

Use Bukkit logger instead of System.out.println #27

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

To allow logging to be attributed to the plugin, should change to use Bukkit's logging system (plugin.getLogger()) and replace all occurrences of System.out.println().