💠 Gem Un Socket
The Gem Add Item feature allows the Main Item to have gems inserted into it, provided that the item has empty sockets available for placing the gems.

🛠️ How Gem Un Socket Works
When you place an item with socketed gems into the item slot, the display gems will appear on the GUI, allowing the player to select and remove the gems as desired.
🔑 Permission
Each station has its own permission requirement in order to be used. Of course, you can customize or change the permission to suit your needs.
🌟 Features
1. Material Item
If enabled, this means the operation of the station will require the specified materials in order to function as intended. You can define one or more material items, and the station will only execute if the player provides the required materials.
Note:
type is the type of the MMOItem.
id is the ID of the MMOItem.
amount is the quantity of the material required.
slot is the GUI slot where the material must be placed.
Options
These are additional conditions that enhance material requirements:
match-item-type
match-item-tier
match-item
2. Chance Item
If enabled and used in conjunction with chance-based mechanics, the Chance Item provides an additional success rate boost on top of the existing base chance. This item acts as a support to increase the overall likelihood of success during actions such as upgrading.
Note:
type is the type of the MMOItem.
id is the ID of the MMOItem.
amount is the quantity of the material required.
slot is the GUI slot where the material must be placed.
chance This sets the success chance for the Chance Item.
Options
Same conditions apply:
match-item-type
match-item-tier
match-item
3. Material Formula
The Material Formula feature provides a highly flexible way to dynamically calculate the cost and material requirements for item.
Material Increase
When this feature is enabled (enabled: true), the quantity of material items required for an gem add socket will increase as the item's level rises.
This ensures that higher-level upgrades demand a greater investment from players.
In Short: Level Up = Material Requirements.
Formula Configuration
4. Cost
This feature allows you to use currencies such as PlayerPoints, CoinsEngine, or Vault.
5. Default Chance
This feature allows you to set the success chance of this station yourself, in cases where Tier is not enabled.
6. Tiers
This feature allows you to set the success chance based on the tiers of the item placed in the item slot.
Example Full Config
Last updated