Releases: TheComputerGeek2/MagicSpells
Releases · TheComputerGeek2/MagicSpells
untagged-3fb8befa7d2d2f2f4c2d
Start allowing some spells to have offsets for where they originate f…
untagged-e7e783543606deec5f6a
The 1.10 update first build. Disguise manager will not work cu curren…
untagged-6806243d90ec612390d4
It helps to actually check for the right class name, volatile feature…
untagged-be68317768b492884fa9
Should fix the damage increase bug that was affecting spells that dea…
untagged-84422858e235fb9ea1ef
Potential fix for sounds in 1.9.4
untagged-1bb04437b9669616db2c
Slightly futureproof the entity damage by entity from magicspells
untagged-65ae7ca753757574a0e2
Temporarily remove disguise manager for 1.9.4 to fix the build. Will …
untagged-cd6104ebf14098ae307b: Cleanup.
Improve modifier name checking system. Add javadoc headers to spell and spell effect classes in preparation for proper documentation generation. Start using MagicSpells extensions of various events so that anticheat plugins can exempt them more easily. Fix leap spell to not only leap on the client by default.
untagged-4d8a3094b43fbeaf6a10
Fix external command spell variable handling. Stop causing null point…
untagged-ea217c092c015d959ad2: Add two new modifier conditions.
targetmaxhealthgreaterthan will check if the target's max health is greater than the variable value. Likely only will work on the target modifiers. targetmaxhealthlessthan will check if the target's max health is less than the variable value. Likely will only work on the target modifiers.