Simple RPG
No reviews yet
Adds RPG mechanics to Minecraft. Most of the mod is configurable.
Themed around magical elements, mythical creatures, and enchanted worlds, often inspired by fantasy literature and folklore.
Features role-playing elements like character progression, quests, and story-driven gameplay.
Introduces player leveling systems with skills and abilities.
Adds skill trees or abilities for character progression.
Adds tools to customize the user interface and menus.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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
Resources
External Links
About
Description
This mod add RPG mechanics to Minecraft. Killing mobs gives experience that is separate from the vanilla experience used to enchant. Gain enough experience and you earn more health and deal more damage per hit. Most of the mod is configurable.
Experience gained by killing a mob is calculated in the following steps:
- A value is added based on the max health (default 0.05 per half-heart) and attack damage (default 0.1 per half-heart) of the mob
- The above value is then multiplied by a value based on armor (default 0.1 per armor point)
- The value is then multiplied by a value based on difficulty (default: peaceful 0.25, easy 0.75, normal 1.0, hard 1.25, 1.5 hardcore)
The player has a default base health of 20 and gain 2 health every level plus a multiplier of 0.0075 per level. Attack damage is calculated by multiplying the base damage of the hit by the following formula:
atk * 0.1
where atk is calculated from this formula:
(1 + flat * (level - 1)) * (1 + (level - 1) * rate)
where flat and rate are values set in the config. (default 1 flat, 0.005 rate)
After that the value is then multiplied by a value based on two values set in the config. (default 0.75 base damage, 0.5 variation)
The mod also has a custom overlay that can be disabled in the config:

(The difficulty bar is not part of this mod, it is part of Scaling Health)
The XP bar is at the top of the screen, and can be moved around and resized in the config.
The mod also has a command to view the stats not shown on the overlay and view the stats of other players:
/pilotsrpg_stats [player] OR /simplerpg_stats [player]
You can enable damage based experience mode. Instead of gaining experience when you kill a mob, you gain it based on damage dealt, mob health, mob armor, and mob attack from the following formula:
(damage * Damage Value) * (1 + (XP Per Health * Mob Health * 0.1)) * (1 + (XP Per Attack * Mob Attack * 0.4)) * (1 + (XP Per Armor * Mob Armor * 0.2)) * Difficulty Modifier
where damage is the damage dealt by the player and Damage Value is a value set in the config. (default 0.13333333333333333)
Edit Dec 6, 2017: Corrected defaults to the ones in version 2.x and updated the screenshot of the overlay.
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
Statistics
Resources