HomeJavaModsSolarisRPG
SolarisRPG
ModsJava

SolarisRPG

Two layers of progression. You, and every item you own.

⬇ Download on Spigot

SOLARIS RPG

Your skills level up. So does every sword, tool and helmet you own.

What it does

Two progression layers that run side by side.

You train eleven skills by playing, spend attribute points, and prestige a skill once it caps.
Your gear levels on its own. Every weapon, tool and armour piece tracks its own xp, rolls a rarity, earns trait slots and gem sockets, and gets measurably stronger as it goes.

The player layer

The gear layer


Smithing and anvils carry progress across, so upgrading to netherite does not wipe your work.

Commands

Permissions

Placeholders
PlaceholderAPI is optional. When it is there you get %solaris_...%


Config
Seven files, and every number in them is yours to change. Skills, traits, gems and effects are all data, so you can add a trait or retheme every particle without touching a line of code. New settings merge in on update and your old file is backed up first.

Spoiler: config.yml
Code (Text):

storage:
  folder: playerdata
  autosave-seconds: 300

attributes:
  points-per-skill-level: 1
  points-per-prestige: 10
  max-per-attribute: 100
  respec:
    enabled: true
    point-loss: 0.1

hooks:
  mcmmo:
    enabled: true
    use-levels-for-trait-gates: true
    mirror-xp: false

indicators:
  enabled: true
  damage:
    format: "<gradient:#ff5555:#ffaa00>-<amount></gradient>"
    lifetime-ticks: 24

broadcast:
  legendary-roll:
    enabled: true
  ascension:
    enabled: true

engine:
  tick-interval: 1
  max-active-effects: 400
  particles-per-tick: 600
  view-distance: 24
 

Spoiler: Adding a trait, the whole thing
Code (Text):

pool:
  frostbite:
    display: "Frostbite"
    description: "Chance to slow whatever you hit."
    colour: "<aqua>"
    tier: 3
    min-rarity: RARE
    effect: POISON_CHANCE
    value: 0.1
    value-per-item-level: 0.002
    skill-gate:
      skill: swords
      level: 25
    categories: [SWORD, AXE]
 

SolarisRPG is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 13 times (via Spigot). Download it and open it directly in the game.

Explore more