Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Conversation

@Sentropic
Copy link
Owner

Additions:

  • Added Armor Stand Mechanic
  • Added Armor Stand Pose Mechanic
  • Added Armor Mechanic

Changes:

  • Now particle effects work per entity (now possible to have more of each at the same time)
  • Moved use-custommodeldata option in Skill Bar config to GUI section (please go and set it to true again, sorry :c)
  • tool.yml now supports CustomModelData
  • Added separate config option for CustomModelData usage in skill mechanics, in Skill section
  • Item Mechanic and Item Projectile Mechanic now support CustomModelData option
  • Fixed durability methods causing error on plugin load under 1.13

API changes:

  • Optimized durability usage
  • Added missing dependencies to repo, so the project can now be compiled by Jitpack
  • The fake EntityDamageByEntity used for targeting is now identifiable by other plugins (check "event instanceof FakeEntityDamageByEntityEvent")

Now it's an instanceof FakeEntityDamageByEntityEvent
Added myself as author
Armor Stands summoned though this mechanic are identified by their "asMechanic" metadata
- Fixed armor stands not being removed after target dying
- Fixed Name visible tag not working
Disabled marker tag for 1.8. due to NoSuchMethodError
Armor stand intances in 1.8 are protected from damage though event handling, not invulnerability
Protected armor stand intances from player interactions
…nics

Particles now require this to be enabled instead of the SkillBar option
Error introduced after bad durability optimization
@Sentropic Sentropic linked an issue Nov 23, 2020 that may be closed by this pull request
@Sentropic Sentropic merged commit ace0778 into master Nov 23, 2020
@Sentropic Sentropic deleted the 1.96 branch November 23, 2020 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SkillAPI don't load in Spigot 1.12.2

2 participants