⚡Apply Item Mode
Enable/Disable Apply Item Mode
We support 2 apply item use method, you can enable or disable it at config.yml with apply-item-mode. With this option, it will work for all apply items in plugin.
GUI: Apply items will use in
/mc openchangegui. - PremiumDRAG: Drag the apply item to the item you want to changed.
This option change require server restart.
apply-item-mode:
drag-enabled: true
# GUI mode is in EARLY ALPHA TEST, be careful to use!
# Premium version only.
gui-enabled: trueSet apply item mode for each single apply items
If you want to set the apply mode for individual apply items, instead of setting it for all apply items at once as described above, then you need to set the value of the apply-item-mode option in config.yml to GENERAL first.
Then, each apply item configs will include a option called apply-item-mode too, set it to the apply use method you want. Supported value:
GUI: Apply items will use in
/mc openchangegui. - PremiumDRAG: Drag the apply item to the item you want to changed.
GENERAL: Both GUI and DRAG method can use the apply item. (GUI mode requires PREMIUM version)
Other Words (Custom Mode): You can enter characters other than DRAG, GUI, and GENERAL. For example, if you enter
MY_CUSTOMhere, the player will only be able to use the apply item in the GUI opened by the command/mc openchangegui MY_CUSTOM.

Custom Mode - Premium
We've already introduced custom mode above. You can set apply-item-mode to a custom value in the apply item config, and then open a custom GUI using /mc openchangegui with your custom value. Players will only be able to use these apply items within this custom GUI.
You can also set those custom GUI config at config.yml file.
Last updated