A Minecraft plugin that replaces the loggers of Minecraft to UwUify all logs.
To install UwULogs, just download the latest version from the Releases page, and upload it to your server's plugins
folder.
UwULogs can be built the same as any other Maven plugin.
If you have Maven installed:
- Clone the repository locally, either by downloading the ZIP from GitHub, or with
git clone
. - Open the clone in a terminal.
- Run
mvn package
to build the plugin.
Alternatively, if you have IntelliJ IDEA installed:
- Clone the repository locally, either by downloading the ZIP from GitHub, or with
git clone
. - Open the clone in IntelliJ IDEA as a project.
- Wait for IntelliJ IDEA to finish syncing and indexing.
- Open the
Maven
panel on the right side. ExpandUwULogs
andbuild
. - Run the
package
task.