ISeal Wiki
FundamentalsGetting set upConfiguration

Advanced Configs

Files for recipes, cooldowns, enabled gems, lore, and materials.

Where to find the files

Open your server's file manager, go to ~/plugins/PowerGems, and open the config folder — it contains the files for advanced configuration below.

Restart after editing

After changing any of these files, fully restart your server. /reloadconfig (/rc) does not reliably apply config changes, so don't count on it.

Files at a glance

FileWhat it controls
recipes.ymlShaped crafting recipes for gems (see details below).
cooldown.ymlBase cooldown (seconds) for each ability at level 1.
activeGems.ymlEnable or disable specific gems server-wide.
GemLore.ymlThe lore text applied to newly created gems. Supports MiniMessage formatting.
gemMaterials.ymlThe visual item/material used for each gem.
GemPermanentEffects.ymlThe permanent (passive) effect of each gem.
GemPermanentEffectLevels.ymlThe level of each gem's permanent effect.
GemParticles.ymlThe particles a gem emits around the player.

Names & lore support MiniMessage

Gem names and lore support MiniMessage formatting — use tags like <gradient:#ff5555:#55ff55>, <bold>, and color names to style them.

recipes.yml

For advanced users — define shaped recipes:

cooldown.yml

Set the base cooldown (in seconds) for abilities at level 1. Higher levels reduce the cooldown according to cooldownBoostPerLevelInSeconds in config.yml.

On this page