Configuration
All configurations from the ULTIMATE Bliss SMP Plugin config
Special Items
The special-items
section for configurable items that allow players to change or upgrade their gems.
Gem Reroller
Key: reroller
Purpose: Allows players to reroll their currently equipped gem, and get a random new gem.
Usage: Right-click while holding the item to trigger a gem reroll.
Gem Upgrader
Key: upgrader
Purpose: Upgrades a gem from level 1 to level 2, increasing its strength and unlocking new abilities. Only usable on eligible level 1 gems.
Usage: Right-click while holding the item and a valid gem to perform the upgrade.
Gem Polisher
Key: polisher
Purpose: Polishes a level 2 gem to level 3 gem. It enhancing its abilities.
Usage: Right-click while holding the item and a valid level 2 gem to polish it.
Recipes
To change the recipes for special items, open the config file and locate the special-items
section. Each item (e.g., reroller
, upgrader
, polisher
) has a recipe
key containing a 3x3 grid of ingredients. Modify the values under recipe
to use different materials. Each inner list represents a row in the crafting grid.
Cooldowns
To change cooldowns, open the config file and edit the cooldowns
section. Each key represents an ability, and its value is the cooldown time in seconds.
Cooldowns are affected by modifiers in the cooldown-modifiers
section. Each modifier includes:
A
permission
string (e.g.,blisssmp.vip
)A
reduction
percentage
Players with a matching permission will have their cooldowns reduced accordingly. Higher entries in the list take priority.
Change Lore of the Gems
Each gem in your config has multiple lore levels (e.g., lore-1
, lore-2
, lore-3
), corresponding to its power level or upgrade stage. Here's how to modify or add to the lore:
🔹 Basic Format
gems:
gem-id:
lore-1:
- Line 1 of lore
- Line 2 of lore
- ...
lore-2:
- ...
Each -
represents a new line of lore in the item’s description.
Settings
To change core plugin behavior, open the config file and edit the settings
section. This section allows you to control gem trading, item drops on death, and enable/disable specific gem abilities.
General Options
keep-tier-on-trade: If
true
, gem tier will persist when rerolling.join-with-max-gems: If
true
, new players will start with tier 3 gems.drop-upgrader-on-death: If
true
, players with a tier 2 gem will drop an Upgrader item upon death.drop-polisher-on-death: If
true
, players with a tier 3 gem will drop a Polisher item upon death.
Ability Toggles
Use the deactivate-ability
section to disable individual gem abilities. Set a value to true
to disable the corresponding ability server-wide.
More Help?
💬 Found a bug, want a feature, or need help? Join our Discord – we're happy to help!
Last updated