Module Configuration
ClearLaggEnhanced is built on a modular system. This means that instead of one giant configuration file, each feature has its own dedicated configuration folder and files.
Folder Structure
The modular configurations are located in the plugins/ClearLaggEnhanced/modules/ directory:
plugins/ClearLaggEnhanced/
āāā config.yml (Global enable/disable)
āāā modules/
āāā entity-clearing/
ā āāā config.yml
ā āāā inventory_gui.yml
āāā mob-limiter/
ā āāā config.yml
ā āāā inventory_gui.yml
āāā spawner-limiter/
ā āāā config.yml
ā āāā inventory_gui.yml
āāā ...
Available Modules
| Module Name | Description | Configuration Link |
|---|---|---|
entity-clearing |
Main entity removal system | Docs |
mob-limiter |
Limits mob spawning | Docs |
spawner-limiter |
Controls spawner lag | Docs |
misc-entity-limiter |
Limits boats, minecarts, etc. | Docs |
chunk-finder |
Locates entity hotspots | Docs |
performance |
Monitors TPS and MSPT | Docs |
GUI Configuration
For most modules, you can find an inventory_gui.yml file. This file allows you to customize the appearance of the Admin GUI for that specific module, including:
- Item slots
- Item materials
- Display names and lore
Applying Changes
- Edit the desired
config.ymlwithin its module folder. - Run
/clearlagg reloadto apply the changes. - Alternatively, use
/lagg adminto change settings in real-time.