Apply Item
For 2.1.0+: Free version can only create up to 3 apply items, please consider buy the premium version if you want to more.
Sometimes you want players to modify their items independently, and this feature is born. Players can modify items through the Apply Item instead of using the matching rules set in the rule configuration.
You can those item by this feature:
Item Skiner - By
set-custom-model-data, set-color
rule.Deenchanter Item - By
remove-all-enchants
rule. Requirereal-changes
. This will remove all enchantments.Name Changer - By
set-name
rule.
Create new apply item
All apply items are saved in apply_items
folder, an example file is here:
General Options
We have those options for apply item!
display-item: The display item of this apply item. Should use Item Format here.
match-item: Read Match Rules page for more info, which item can use this apply item, if removed, all items can use this apply item.
chance: The chance of the apply item be success to use. Can set a number from 0 to 100 here.
success-actions/fail-actions: The success/fail actions will executed after player use this apply item.
Apply item types and their specific options
There 2 types of apply items, different type of apply item have different specific options:
Apply item based on rules. This means after use apply item, even this item do not meet match requirements of this rule configs, it will still be changed. Supports fake change and real change.
apply-rule: Which rule config will use after applied this item.
apply-real-change: Whether also apply rule's real changes.
Apply item has it's own changes. This means after use apply item, we will change this item by the apply item config, this only supports real change.
real-changes: Set the real change after use this apply item.
Let the apply item only use the same item once
Start from 2.1.0, we won't prevent player use same apply item repeatly, if you want to this apply rule can only be used for each item once, you need add contains-apply
rule at match-item
section. Like:
Deapply - Premium
Want to rollback your modified item? This example apply item can help you!
You MUST set
apply-real-change
option tofalse
in apply items config.This won't work for REAL CHANGE items.
Use Method
We support 2 apply item use method, you can set it at config.yml
with apply-item-mode
.
GUI: Apply items will use in /mc openchangegui. - Premium
Drag: Drag the apply item to the item you want to changed.
This option change require server restart.
Apply Limit - Premium
By default, each item can only use 1 apply item, but, you can use new apply item system to avoid that.
You can use
set-apply-limit
,add-apply-limit
,reset-apply-limit
change rules to edit item's apply item.Another way is use command
/mc setlimit <amount>
to edit your hold item's apply item. Then use/mc saveitem <itemID>
command, after that, you can use/mc givesaveitem <itemID>
command to give the item you edited.
Last updated