⚙️ Configuration & Customization

Configuration & Customization for the ULTIMATE Bliss SMP Plugin

How do I change crafting recipes? Read more

Open the config.yml file and locate the special-items section. Each item has a recipe: key with a 3x3 list of material IDs. Modify the values to change the ingredients used in the crafting grid.


Can I balance the gem abilities?

Yes! You can adjust most ability strengths directly in the config.yml file. You can configure:

  • Cooldowns (under cooldowns:)

  • Cooldown reductions by permission group (under cooldown-modifiers:)

  • Specific ability parameters per gem


How do I customize the gem item lore? Read more

Each gem can have separate lore entries for its upgrade tiers (e.g., lore-1, lore-2, lore-3). Format in config.yml:

gems:
  sapphire:
    lore-1:
      - "Your first steps with clarity..."
      - "Focus flows through this stone."
    lore-2:
      - ...
    lore-3:
      - ...

Each - entry adds a new line of lore to the gem's description.


The Energy System isn’t working. What should I do? Read more

First, make sure you’ve waited a few minutes after purchase and restarted your server. Also confirm that the addon is enabled in the config file. If it still doesn’t work, check your server startup logs for any error messages. If the system still doesn’t load, please open a support ticket for further help.


💬 Need more help? Join our Discord

If you run into any issues, want to suggest features, or need help configuring something, join our Discord server — we’re happy to help!

Last updated