promotional bannermobile promotional banner

RPG Stats

RPG elements that introduce character stats, ability's, and an experience system with leveling. Totally configurable via config.toml.

File Details

rpgstats-0.1.2.jar

  • R
  • Jan 20, 2026
  • 61.90 KB
  • 100
  • Early Access

File Name

rpgstats-0.1.2.jar

Supported Versions

  • Early Access

0.1.2

Added

  • Clarified damage_multiplier_base behavior in config.toml comments (lower number = more damage).
  • Standardized permission root to rpgstats for LuckPerms compatibility.
  • Explicit permission nodes are now registered so LuckPerms can list them.
  • Added XP blacklist config for NPC type IDs and roles to block XP from non-hostiles.
  • Added xp_blacklist.toml so XP blacklist entries can live outside config.toml.
  • Default xp_blacklist.toml now ships with a starter list of non-hostile NPC type IDs.
  • Added per-stat cap settings in config.toml (default 25) with enforcement in /stats add and /stats set.
  • Restricted /stats set, /stats reset <player>, and /stats reload to OP or explicit permission grants.

Removed

  • None.

Fixed

  • Stats now persist between sessions after logout/login.
  • /stats set level now blocks values above max_level and reports the server cap.
  • Health, mana, and stamina now scale down when stats drop below 10, with floors (health 10, mana 0, stamina 1).
  • XP blacklist parsing now supports multi-line arrays and loads immediately after first creation.
  • Stat values now clamp to a minimum of 1 when set.