0e270085f96e482f6a61cbb59927af16cae269d6
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
Blocks the title screen
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.
Description
Shows when the user has too less Java memory allocated, and plays a sound when the game has loaded.
Resources
Languages
Java
100%