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.
Use valid Minecraft material IDs. Save the file and reload the plugin for changes to take effect!
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.
Example
To change dash from 45s to 60s:
dash: 60
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.
Example Modifier
vip:
permission: blisssmp.vip
reduction: 15
Explanation:
vip: This is the name of the modifier (can be anything).
permission: The permission node players must have. In this case, blisssmp.vip.
reduction: How much to reduce cooldowns, in percent. Here, 15%.
Example in Action:
If an ability has a base cooldown of 100 seconds, and the player has the blisssmp.vip permission:
Final cooldown = 100 - (15% of 100) = 85 seconds.
Players with higher priority permissions (top to bottom order) get the best reduction available.
You can add more modifiers as needed. Save the config and reload the plugin to apply changes.
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.
Color Codes
Use #RRGGBB to color individual lines, or use § codes for advanced effects:
§f – White
§l – Bold
§4, §5, etc. – Colored text
Combine: §f§l → White and bold
Example:
- §f§lᴍᴀɴᴀɢᴇ ᴛʜᴇ ᴛɪᴅᴇꜱ ᴏꜰ ᴛʜᴇ ᴄᴏꜱᴍᴏꜱ → Bold white text
More Help?
💬 Found a bug, want a feature, or need help?
Join our Discord – we're happy to help!