MMMOUpgradeUser Wikiv2.0 docs
License

Free vs Premium

Free mode keeps the basic upgrade system usable. Premium unlocks full limits, per-item overrides, elemental stat upgrades, and enchantment upgrades.

Feature Matrix

FeatureFreePremium
GUI, upgrade stones, lucky charms, protect charmsAvailableAvailable
Maximum item levelLimited by license-limits.free.max-levelUses max-level and MMOUPGRADE_MAX_LEVEL
Maximum success chanceLimited by license-limits.free.max-success-chanceUses success-chance.max-percent
Per-item custom statsIgnored except MMOUPGRADE_LEVELAvailable
Upgrade element stats from stat-modifiers.ymlNot appliedAvailable
Upgrade enchantments from stat-modifiers.ymlNot appliedAvailable
Custom formulas for stone/lucky/protect chanceNot availableAvailable

License Config

# config.yml
license-key: ""

debug:
  enchant-modifiers: false

An empty license-key runs Free mode. With a valid key, startup or reload logs that the Premium license was verified.

# upgrade.yml
license-limits:
  free:
    max-level: 10
    max-success-chance: 75
Premium modifiers: element stat modifiers and the enchantments: section in stat-modifiers.yml only run when licenseManager().isPremium() is true. Normal non-element stat modifiers still run in Free mode.