Releases: IgnitedStudiosFire/2Devs-EquipmentEffects
Releases · IgnitedStudiosFire/2Devs-EquipmentEffects
Release list
1.7.0-UNSTABLE
readme dump
1.6.2-STABLE
XMaterial Update; support for items from 1.19.x
1.6.1-STABLE
1.6.1-STABLE 1.19.2 update
1.6.0-STABLE
1.5.6
fixed bug with effects not disappearing after death
1.5.5-STABLE
Create Item Command
This update adds /eea create {ITEM_ID} command which will speed up process of creating items!
GENERATE NEW CONFIG.YML or add this values: 8124220
Fix of check system
Merge pull request #2 from IM-IgniteDEV/dev Dev merge
Fix
1.5.2-BETA beta tag version bump to 1.5.2-BETA
1.8 - 1.17 support and custom checks
Finally support for 1.8 - 1.17 spigot. This version as well is supporting a new custom checks system:
# section for itemstack checks
item-checks:
# if all checks is true, then other checks won't be working ( all checks is also including nbt check)
all-checks: true
# should check item display name?
display-name-check: true
# should check item lore?
lore-check: true
# should check item enchantments?
enchantment-check: true
# should check item flags?
item-flag-check: true
It's item-based, it can be different for each item.
WARNING: You need to generate new items configs, version is BETA since it's not tested, for any bug reports use our discord or issue system on github.