playit-cloud / playit-minecraft-plugin

A Minecraft plugin to make your server public without port forwarding using playit.gg
https://playit.gg
32 stars 7 forks source link

Add /logging command and config to enable/disable debug logging #22

Open uniformization opened 1 year ago

uniformization commented 1 year ago

You can now enable debug logging by running /playit logging enable and disable debug logging by using /playit logging disable. The plugin now uses SLF4J for logging.

Fixes #21

loriopatrick commented 1 year ago

This looks awesome! Thank you for putting it together. I'll plan on testing it locally tomorrow and if all looks good merging and pushing out a new release.

uniformization commented 1 year ago

@loriopatrick Any updates?