Releases: TheDGOfficial/SharpSK
SharpSK v1.6.13 | Another Patch Update
- Fixed two possible NoSuchFieldError exceptions on 1.13+ caused by trying to access outdated Material enum values. (#13)
No other changes!
SharpSK v1.6.12 | Small Patch Update
-
Updated to compile with Skript 2.6-beta2 (still compatible with any Skript version though)
-
Fixed a bug where elytras not being detected in armor equip/unequip events. This considered a bug, since even though it is not directly an armor, anything that can be put into armor slots using vanilla Minecraft (not /hat or something, though) should be detected and taken into account for those events.
No other changes!
SharpSK v1.6.11 | Quick Patch Update
This release only focuses on one bug leftover from last release, however there is still some other things changed:
-
Updated to compile with Skript 2.6-alpha1 (still compatible with any Skript version though)
-
Fixed golden armor not triggering armor equip/unequip event and not being detected as an armor piece (Leftover bug from v1.6.10, should've tested and fixed all armor variants in that release)
-
Added a system property that can be enabled by adding -Dsharpsk.whyitdoesntworkiwantdetails=true to your startup script, which will print detailed errors/stacktrace in case of WorldGuard/WorldEdit hook failure, not just "version not supported"
Other than these there is not really anything changed between v1.6.10 and this release.
SharpSK v1.6.10 | Added Netherite Armor Support to Armor Equip/Unequip Events
- Added automatic module name
- Now does a clean build on build script
- Updated for Skript 2.5.3
- Fixed build failures caused by down repos
- Fixed netherite armor and turtle helmet not throwing armor equip/unequip events, and materials being detected as AIR (caused by no api-version: 1.13)
- Added api-version: 1.13. This will enchance compatibility for 1.13 and above while still supporting all the way back to 1.7
- Prepped for release 1.6.10 (not 1.7 since this release is nothing major except 1.13 api-version)
- Built with latest Maven and JDK 8 (3.6.3 & 1.8.0_281)
This should fix the warnings on start-up and * after plugin name on /plugins and logs; though I'm still not going to actively maintain this add-on. I'll only fix small bugs and such, not add anything new or update something that requires a "hassle", i.e switching from 1.12 to 1.16 api, updating luck perms api, etc.
Also note that, while api-version: 1.13 enchances compatibility with newer versions, it also may break things. Please report the issues by opening an issue on GitHub and downgrade to 1.6.9 if you get issues and you don't need armor equip/unequip for netherite armor and turtle helmet.
SharpSK v1.6.9 | Fixed Towny Add Player to Town Effect
- Fixed NullPointerException on towny add player to town effect (PR #5 , issue #3)
- Updated JUnit (PR #4)
- Changed some repo links in pom.xml to use HTTPS instead of HTTP
- Updated for Skript 2.5.2 and Minecraft 1.16.4 (though this release is future-proof unlike others; it should work on Skript 2.5.3 & MC 1.16.5)
- Version check now uses Skript#isRunningMinecraft instead of hardcoding (more future-proof, no need to update on every MC release)
- Project now requires at least Maven 3.1.0 to build
- Built with latest Maven and JDK 8 (3.6.3 & 1.8.0_271)
Note: Although I'm still updating this add-on, I'm doing it on my free time and I will not add anything new. And while it supports 1.12+ too, the original project is written for 1.12 by the original author. That's the why you are seeing a warning when loading it up on 1.13+ and why it shows * after the plugin name. The original author abandoned it, so you should switch to another add-on, if applicable.
SharpSK v1.6.8 | Fixed AuthMe Expressions
- Fixed AuthMe Reloaded skript expressions. (#2)
- Fixed build script instant closing after execution
- Upgraded dependencies to their latest versions
- Improved performance and code quality
SharpSK v1.6.7
Fixed runtime errors
Note: The v1.6.6 version is skipped for fun
SharpSK 1.6.5 - Unofficial Fork
SharpSK 1.6.5 - Unofficial Fork
Note: As of my late tests, this version does not work with multiverse, there may be more incompatibilities, i'll try to fix that later. Don't use this version unless you want something on the edge
Warning: This a unofficial fork of SharpSK (what official fork means lol) and i don't
used this add-on too much, so things may break.
- No longer supporting PermissionsEx (use LuckPerms instead)
- Bunch of code style improvements and refactorings
- All encodings changed to use UTF-8 to fix strange bugs
- Removed Metrics and/or bStats - maybe implemented later
- Also removed the update notifier - maybe implemented later
- Fixed various bugs and possibly added new ones :S
This version is compiled with:
- Apache Maven 3.6.1
- Java Development Kit 8_212