Docs
Rebirth
The third progression tier, above prestige. Every rebirth resets rank and prestige in exchange for a permanent sell bonus.
| Configuration | rebirths.yml |
| Module | rebirth |
Commands
| Command | Aliases | Permission | Description |
|---|---|---|---|
/rebirth | /rb, /renacer | pulseprison.rebirth (everyone) | Rebirth |
/rebirth info | pulseprison.rebirth | Your level, sell bonus and next cost |
Default configuration
yaml
enabled: true
required-prestige: 10
max-rebirths: 0 # 0 = unlimited
cost:
base-money: 1000000000
base-tokens: 500000
growth: 2.0 # cost = base × growth^rebirths
sell-bonus-per-rebirth: 0.1 # +10% selling per rebirth
reset:
prestige: true
rank: true
broadcast: "&d&l[REBIRTH] &f{player} &dreached rebirth &f{rebirth}&d!"
reward-commands:
- "eco give {player} 100000 tokens"Placeholders
%pulseprison_rebirth%, %pulseprison_rebirth_bonus%
Event for addons: PlayerRebirthEvent (cancellable).