HomeJavaModsYield
Yield

Banner

Paper Version Release Java 21


Yield is a progression and prestige (Rebirth) skill system built for Paper 1.21.1. Inspired by the progression and leveling dynamics of modded Rust servers, it replaces text-based chat commands for players and admins with a symmetrical Chest GUI.


Features

GUI Layout

Progression & Prestige (Rebirth)

Mining Stats Rebirth Requirements Max Rebirths

Admin Control Panel & Search Engine

Admin Control Panel Navigation

Multi-Language


Walkthrough

Chat Sessions

Administrators can modify a player's progress by entering values directly into the chat after selecting an action in the GUI.

Chat Input

Player Filter Selection

Compass search filters player heads by name.

Player Search


Configuration (config.yml)

The plugin configuration file:

# Supported: tr, en, de
lang: "en"

xp-settings:
  max-level: 50
  base-xp: 100.0
  exponent: 1.8

custom-levels:
  enabled: false
  levels:
    1: 100.0
    2: 250.0
    3: 500.0
    ...

rebirth-settings:
  requirements:
    1: 10
    2: 15
    3: 25
    4: 40
    5: 70
  min-level-required:
    woodcutting: 10
    mining: 10
    farming: 10
    combat: 10
  xp-boost-per-rebirth: 0.20

gather-settings:
  chance-multiplier-per-level: 5.0

xp-awards:
  woodcutting: 10.0
  mining: 15.0
  farming: 8.0
  combat: 20.0

rare-rewards:
  enabled: true
  ...

Commands & Permissions

Command Description Permission
/yield Opens the graphical skills overview menu. None (All players)
/yield reload Reloads all configuration and language files. yield.admin

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more