RPG Stats

RPG Stats

35.1k Downloads

Title

About

This mod allows you to upgrade your stats using XP earned from killing mobs.

Use your earned Stat Points to upgrade stats such as:

  • 💖 Health 
  • 💪 Strength
  • 🥾 Speed
  • 🏰 Defense

(These are the default stats. You can edit them to anything you want using Minecraft's attributes on the server config folder)

You can only configure the mod after creating your world. (This might change :D)

To configure the mods you need to go to the save config:

       saves/yourworldfolder/serverconfig/rpgstats.toml

You can edit any of the variables there:

 // GENERAL

 - Requirement Base: The ammount of mobs you must kill to earn a new point.

 - Requirement Increase: How much more mobs you'll need to kill to get your next point. (Every point you earn makes you need to kill more mobs to get the next)

 - Maximum Level: The maximum ammount you can increase your stats. Default: 100

 // STATS

 - Name: The display name of the stat.

 - Attribute Path: The ID of the attribute of your stats. (Consult Minecraft Wiki)

 - Base Value: The value of the attribute the player has by default. (You can check it with /attribute <yourattribute> base get)

 - Increase per Level: How much your stat will be increased per upgrade.

 - Point Cost: How many points you need in order to upgrade your stat. (Used for balancing)