
Quietus
A Minecraft Fabric modification designed for customizing the experience drop system when players die. Initially created for a private server with friends where flexible configuration of this mechanism was required.
Configuration
The configuration file is located at server_folder/config/quietus.json
and contains the following default parameters:
{
"enabled": true,
"percentage": 0.8,
"maxLevels": -1
}
Commands
The main command /quietus
is available, allowing you to change settings directly during gameplay and reload configuration files to apply external changes.
/quietus: Displays command help.
/quietus toggle: Enables or disables the mod's operation.
/quietus percent [0.0..100.0]: Sets the percentage of experience that will drop when a player dies.
/quietus maxlevels [-1..]: Changes the maximum experience level for dropping, where -1 means unlimited amount.
/quietus settings: Displays the current mod settings.
/quietus reload: Reloads the configuration file from memory.