▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Yield

Yield

Rust-inspired skill leveling and Rebirth system for Minecraft Paper 1.21.1

Оцените первым
18
3


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

  • Center Axis: Configured around slot 4 (Admin Command Block), slot 13 (Info Nether Star Divider), and slot 22 (Barrier Close).
  • Skill Grid: Symmetrical slots for Woodcutting & Mining on the left (slots 10, 11) and Farming & Combat on the right (slots 15, 16).
  • Adventure Components: Fully compliant with Paper's Adventure API for rendering titles and lores.

Progression & Prestige (Rebirth)

  • Star Ratings: Rebirth count formatted with yellow stars inside gray brackets: &7[&e★...&7].
  • Level Caps: Customizable level limits with requirements per skill.
  • XP Multipliers: Each Rebirth awards a permanent, stacking XP boost.

Admin Control Panel & Search Engine

  • Player Selection: Inventory interface displaying player heads of all online users.
  • Compass Search Engine (Material.COMPASS): Instant chat-prompt username filtering to manage players in populated servers.
  • Live Stat Editing: Direct stat modification (XP, Level, Rebirth count) via chat sessions.

Multi-Language

  • Dynamic translation of menus, item lores, chat prompts, and system messages.
  • Built-in languages: Turkish (tr), English (en), and German (de).
  • Gradient text styling supported using custom <g:#hex:#hex>text</g> tags.

Walkthrough

Chat Sessions

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

Player Filter Selection

Compass search filters player heads by name.


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

CommandDescriptionPermission
/yieldOpens the graphical skills overview menu.None (All players)
/yield reloadReloads all configuration and language files.yield.admin

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная