LuminolOptimizations

Supposed to be a performance and memory optimization plugin for my Minecraft server (LUMINOL)

88

LuminolOptimizations

Supposed to be a performance and memory optimization plugin for my Minecraft server (LUMINOL) But it didnt work out, so I decided to leave it opened source on github.

Major issues:

1.Memory GC overhead on low RAM: Medium severity

2.Scheduler overload from async tasks: High severity

3.TPS drop and rubberbanding: Critical severity

4.Config reload not refreshing threads: Medium severity

5.Unstable async world generation: Critical severity

6.Compatibility with other forks: Medium severity

7.Console spam and debug overhead: Low severity

I do admit that this project is poorly coded

What it supposed to be

Features

- Async mob spawning (safe offload)

- Memory cleanup and reload support

- Low-RAM mode for small servers

- Configurable async systems

Commands

- `/reload` — Reloads config and clears memory.

Installation

1. Place the JAR file into your server's `plugins` folder. 2. Start the server to generate the config. 3. Adjust settings in `config.yml` as needed.

ADS