FC-ulepszseta banner
FC-ulepszseta icon

FC-ulepszseta

Minecraft plugin for upgrading armor sets using a GUI and Vault economy. Main Function: Add a player command /ulepsz that opens a GUI. The GUI shows...

00
paperServer1.21.1mod

FC-ulepszseta adds a Vault-powered armor-upgrade GUI for Paper 1.21.1.

What it does

  • /ulepsz opens a configurable GUI listing armor sets; clicking a set buys the next level with Vault money and equips the saved armor pieces. Previous armor is returned to the inventory (or dropped if full).
  • /dodajpoziom <zestaw> <poziom> (ulepsz.admin) saves the armor piece in your hand into sets.yml under that set/level, updating max-level and the menu icon if needed.
  • Costs, messages, GUI title/lore, set display names, and saved ItemStacks (name, lore, enchants, material) are configurable with & color codes.
  • Player progress per set is stored and reused across sessions; a sample set is generated if sets.yml is empty.

Key files

  • config.yml: messages, GUI title/lore, currency format.
  • sets.yml: armor set definitions (levels, costs, stored items). Auto-created with an example set on first run if empty.
  • data.yml: saved player levels per set.

Notes and suggestions

  • Add all four armor pieces for each level via /dodajpoziom so upgrades apply a full set.
  • Adjust level costs/display names directly in sets.yml; restart or /reload to pick up manual edits if your server requires it.
  • Vault must be present with an economy provider for the plugin to function.