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

Skip to content

Tags: Quretea/SkillAPI-s

Tags

1.98-rc2

Toggle 1.98-rc2's commit message
update title editor

1.98-rc

Toggle 1.98-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pom.xml

1.98

Toggle 1.98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#23 from Sentropic/1.98

1.98

1.97

Toggle 1.97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#10 from Sentropic/1.97

1.97

1.96

Toggle 1.96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#4 from Sentropic/1.96

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")

1.94

Toggle 1.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#4 from Sentropic/1.96

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")

1.95

Toggle 1.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#2 from Sentropic/s1.95

s1.95

1.94.1

Toggle 1.94.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Sentropic#1 from Sentropic/1.94.1

1.94.1

1.93

Toggle 1.93's commit message
Usage of CustomModleData can be toggled

Resorts to disabled for versions below 1.14

1.92

Toggle 1.92's commit message
Update ParticleEffect.java