Powergems
Fundamentals/Getting set up/Configuration

Advanced Configs

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

Info

Where to find the File

Open your servers file manager, go to the folder ~/plugins/Powergems and inside there is a folder named config which inside contains the files for advanced configuration.

recipes.yml

For advanced users. Define shaped recipes:

  • Shape: rows of letters separated by commas.
  • Ingredients: map letters to Bukkit material names see Bukkit Material list.

cooldown.yml

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

activeGems.yml

Enable or disable specific gems server-wide.

GemLore.yml

Controls the lore text applied to newly created gems.

gemMaterials.yml

Set the visual/material used for each gem item uses Bukkit Material names.

GemColors.yml

Sets the color of the gem (Name only)

GemPermanentEffects.yml

Set the Permanent Effect of each gem (AKA passive effect)

GemPermanentEffectLevels.yml

Sets the level of the Permanent effect set for each gem

GemParticles.yml

Controls the particles that the gem puts around the player

On this page