-
Notifications
You must be signed in to change notification settings - Fork 35
RemoveItemsMatchingName
dniym edited this page Dec 7, 2019
·
3 revisions
This feature is probably not needed on most servers, it was added at the request of a user and would only ever be used under very special circumstances.
If this setting is set to TRUE, any item matching the name will be destroyed, useful if you have items taken out of GUI's due to another plugins bug. OFF by default (User Requested Feature)
To enable / disable this protection use the following command: /istack toggle RemoveItemsMatchingName
- ItemNamesToRemove - Item names to watch for.
- ItemLoresToRemove - Item lores to watch for.
- NameLoreStrictMatchMode - If this value is true, then the item name or lore line must EXACTLY match including color codes, when set to false as long as the text is included in the lore or name a match will be detected.
- BlockEnchantingInstead - If this value is true then prevent players from enchanting the matched item.
- BlockRepairsInstead - If this value is true then prevent players from repairing the matched item.