Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

UwULogs

A Minecraft plugin that replaces the loggers of Minecraft to UwUify all logs. Screenshot of server logs

Installation

To install UwULogs, just download the latest version from the Releases page, and upload it to your server's plugins folder.

Building

UwULogs can be built the same as any other Maven plugin.

If you have Maven installed:

  1. Clone the repository locally, either by downloading the ZIP from GitHub, or with git clone.
  2. Open the clone in a terminal.
  3. Run mvn package to build the plugin.

Alternatively, if you have IntelliJ IDEA installed:

  1. Clone the repository locally, either by downloading the ZIP from GitHub, or with git clone.
  2. Open the clone in IntelliJ IDEA as a project.
  3. Wait for IntelliJ IDEA to finish syncing and indexing.
  4. Open the Maven panel on the right side. Expand UwULogs and build.
  5. Run the package task.