Skip to content

Releases: IgnitedStudiosFire/2Devs-EquipmentEffects

1.7.0-UNSTABLE

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 11 Jul 17:08
readme dump

1.6.2-STABLE

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 07 Jan 11:17
c8c5ea7

XMaterial Update; support for items from 1.19.x

1.6.1-STABLE

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 21 Nov 11:56
6681f88

1.6.1-STABLE 1.19.2 update

1.6.0-STABLE

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 27 Dec 15:47

1.6.0-STABLE

1.5.6

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 18 Dec 01:07

fixed bug with effects not disappearing after death

1.5.5-STABLE

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 04 Dec 17:53
1.5.5 tag release

Create Item Command

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 19 Aug 13:00
d60d094

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

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 17 Aug 08:17
2aa1725
Merge pull request #2 from IM-IgniteDEV/dev

Dev merge

Fix

Fix Pre-release
Pre-release

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 16 Aug 21:41
1.5.2-BETA

beta tag version bump to 1.5.2-BETA

1.8 - 1.17 support and custom checks

Pre-release

Choose a tag to compare

@IM-IgniteDEV IM-IgniteDEV released this 16 Aug 10:06

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.