Перейти к содержимому
Mineforgian

Golden Heads

Golden Heads plugin that complies with the mctiers.com UHC testing guidelines

Загрузки
358
Подписчики
1
Обновлён
2 декабря 2025 г.
Лицензия
MIT

Опубликован 30 ноября 2025 г.

Golden Head Plugin

Professional UHC-style golden head plugin for Minecraft Paper servers.

What is a Golden Head?

The Golden Head plugin adds craftable healing items to your Minecraft server. Players can combine gold ingots with a player head to create a golden head item. When consumed, it provides instant healing and protection effects during combat.

This plugin is fully compliant with the official MCTiers.com UHC tierlist rules and is suitable for competitive UHC gameplay.

Features

Crafting Recipe

  • Combine 8 gold ingots and 1 player head on a crafting table
  • Produces 1 golden head item
  • Recipe shows in recipe book for easy access

In-Game Effects

When a player consumes a golden head by right-clicking it:

  • Regeneration effect (customizable duration and strength)
  • Absorption effect (customizable duration and strength)
  • Cooldown system to prevent spam (customizable duration)
  • Feedback messages confirming consumption

Commands

Player Commands

/goldenheads reload

  • Reloads the plugin configuration without restarting
  • Shows confirmation message to the user
  • Updates all settings instantly
  • Requires operator permission by default

Configuration

The plugin is highly customizable through the config.yml file. Edit this file to adjust gameplay without modifying code.

Customizable Settings

Effects Section

  • Regeneration duration in seconds
  • Regeneration effect level (strength)
  • Absorption duration in seconds
  • Absorption effect level (strength)

Example:

effects:
  regeneration:
    duration-seconds: 5
    level: 3
  absorption:
    duration-seconds: 120
    level: 2

Gameplay Section

  • Cooldown time between uses in seconds
  • Controls how frequently players can consume golden heads

Example:

gameplay:
  cooldown-seconds: 10

Item Section

  • Custom display name with color support
  • Description text (lore) shown in item tooltip
  • Add multiple lore lines for detailed descriptions

Example:

item:
  display-name: "Golden Head"
  lore:
    - "Right-click to use"
    - "10 second cooldown"

Messages Section

All player-facing text is customizable:

  • Consumption confirmation message
  • Cooldown warning message (with remaining time display)
  • Reload notification messages
  • Permission denied messages

Example:

messages:
  consumed: "You consumed a Golden Head!"
  cooldown: "You need to wait {REMAINING}s more!"
  reload_success: "Golden Head plugin reloaded!"

Compliance

This plugin meets the official MCTiers.com UHC tierlist requirements for golden head mechanics. It implements industry-standard UHC gameplay rules and is suitable for competitive tournaments and survival events.

Server Requirements

  • Minecraft Paper 1.21 or compatible
  • Java 21 or higher

Ченджлог

1.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 2 декабря 2025 г.
  • Fixed the textures not displaying and removed configuration on the head texture
  • Added the /goldenheads give # command and a configurable permission node
  • Did some touching up on the default configurations
1.0.1Бета1.21.8, 1.21.9, 1.21.10 · 30 ноября 2025 г.

Added the tab quality of life function when typing the command to reload the plugin

/goldenheads reload

BETA-1.0.0Бета1.21.8, 1.21.9, 1.21.10 · 30 ноября 2025 г.

Initial test release of the golden heads plugin.

Functions to add:

  • Working head texture
  • Config.yml compatibility to change the player head texture to the user's preference.

Комментарии

Загружаем…