Skip to content

Emaki SeriesSpigot RPG Plugin Suite

A Spigot 1.21+ / Java 25 RPG plugin suite. Install only the modules you need; CoreLib unifies actions, GUI, item sources, PDC data, and presentation rebuilds.

Emaki Series Documentation

Emaki Series is a set of installable Spigot RPG modules. CoreLib provides the shared action, GUI, item-source, PDC, and presentation systems. Business modules add attributes, items, forging, strengthening, gems, skills, and cooking stations.

Who should read this documentation

  • Server owners and configurators: installation order, YAML fields, commands, permissions, and troubleshooting.
  • Gameplay designers: equipment growth, materials, strengthening stages, gems, skills, and cooking stations.
  • Developers: CoreLib actions, GUI, item source, PDC, assembly layers, and Attribute APIs.
  • Maintainers: module boundaries, runtime dependencies, and debugging entry points.
  1. Read Introduction to decide which modules to install.
  2. Read Getting Started to build, install, and verify the plugins.
  3. Before writing YAML, read CoreLib for item sources, actions, conditions, expressions, and GUI.
  4. For equipment progression, read Attribute → Item → Forge / Strengthen / Gem.
  5. For gameplay systems, read Skills and Cooking separately. They solve different problems.

Module overview

ModuleRoleTypical use
EmakiCoreLibShared foundationStart here: actions, GUI, item sources, PDC, expressions, economy, structured presentation.
EmakiAttributeAttribute and combatDefine stats, resources, damage types, conditions, and public attribute APIs.
EmakiItemCustom itemsGenerate stable item IDs, base attributes, skills, sets, and triggers.
EmakiForgeForgingUse blueprints and materials to modify equipment or create new results.
EmakiStrengthenStrengtheningHandle star upgrades, success rates, materials, failure penalties, and protection.
EmakiGemGemsManage sockets, opening, inlay, extraction, upgrades, and resonance.
EmakiSkillsSkillsManage active/passive triggers, cooldowns, resource costs, and MythicMobs execution.
EmakiCookingCooking stationsManage chopping board, wok, grinder, steamer, oven, juicer, and fermentation barrel.