Files
LoadSupport/README.md
2024-10-05 20:10:24 +02:00

882 B

Load Support

Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.
It is fully configurable in config/loadsupport.toml.

Directly Shows a warning message

image

Blocks the title screen

image

Config

The config in config/loadsupport.toml is pretty self explainatory:

startSound = true
minMemory = 4.0
errorTitle = "Error: Not enough Java memory!"
errorDescription = "Please allocate at least {minMemory} GB of Java memory to your Minecraft Instance! You have currently {currentMemory} GB allocated."

The errorDescription does automatic line breaks. {minMemory} and {currentMemory} get replaced by their actual values.