Compatibility
Minecraft: Java Edition
1.19.3
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last year
Updated last year
Quietus
Minecraft Fabric mod that allows customization of player XP drops, made for a private SMP I am part of.
Configuration
The configuration file can be found in server_folder/config/quietus.json
with the default values of
{
"enabled": true,
"percentage": 0.8,
"maxLevels": -1
}
Commands
The /quietus
command allows the user to change settings in-game as well as reload the configuration files to reload external changes.
/quietus: Shows help.
/quietus
toggle: Toggles the mod on or off.
percent [0.0..100.0]: Sets the percentage of XP to be dropped by players.
maxlevels [-1..]: Changes the maximum level worth of XP dropped, -1 is unlimited.
settings: Shows the current settings of the mod.
reload: Reloads the configuration file.