LLibrary — Configuration
Configuration
The mod's settings can be adjusted via the llibrary.cfg file located in the /config folder of your Minecraft directory. These options allow players to toggle specific UI features and performance settings.
| Option | Type | Default | Description |
|---|---|---|---|
checkUpdates |
Boolean | true |
Enables or disables the built-in mod update checker. |
versionCheckInterval |
Integer | 1 |
Sets how often (in days) the mod checks for updates. |
patreonEffects |
Boolean | true |
Toggles the visibility of floating patron effects on players. |
modNameTooltip |
Boolean | true |
Toggles the display of the mod's name in item tooltips. |
extraTooltipInfo |
Boolean | true |
Shows mod ID and registry name when advanced tooltips are on. |
Commands
LLibrary adds a base command that can be used to manage the library and its dependent mods. Note that many sub-commands are added dynamically by other mods using the LLibrary framework.
/llibrary: The base command for the mod. Running this alone will usually display the help menu or version info./llibrary version: Displays the current installed version of LLibrary and checks for any available updates.
For developers, LLibrary also provides hooks to create custom commands with complex argument parsing, which are then accessible under the /llibrary prefix or as standalone commands.