Qubit Player XP
No reviews yet
A tiny, configurable mod intended for use in modpacks. Allows for configuration of the XP leveling and XP drop on death formulas.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Usage
By default, this mod should change nothing.
It can be configured with a file at <mc folder>/config/qubit/player_xp.json
Its configuration has this format (this is not the default configuration):
{
// Controls how much XP is needed for each level.
// An array of pieces that forms a piecewise linear function.
// The function's input is your *current* level.
// Defaults to vanilla's formula if not provided.
// One piece needs to start at 0.
"level_formula": [
// Each piece has this format:
{
// What level this piece starts at, default 0. Must be >=0.
"start": 0,
// The value at the starting level (not the y-intercept). Must be >0.
"constant": 7,
// Additional XP required for each level afterward, default 0.
// Must be >=0, can be a float.
"slope": 2
}
],
// Controls how much XP is dropped on death.
// Defaults to vanilla's formula if not provided.
"xp_drop": {
// A formula with the same format as `level_formula`.
// Controls the amount that drops for each level.
"formula": [ /* ... */ ],
// How much of the progress toward the next level is dropped.
// Progress is a fraction of the amount for the next level in `formula`.
// It is *not* based on the actual amount of XP the next level requires.
// Must be at least 0.
"extra_mult": 1.0,
// The maximum XP that will be dropped. Must be at least 0.
// If omitted, there is no cap (except the integer limit).
"cap": 100
}
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers