Important
Skuishy is no longer maintained by the old developer @aabssmc.
He's decided to step away from the development scene fully to the point he deleted his GitHub and Modrinth accounts.
I @Fusezion will be taking over development for the foreseeable future,
if you have any questions feel free to join the discord on the read me.
Warning
The skin-api has been updated to 3.0.1
, this change has brought a large change to how skin request were done.
If you experience any issues please open a new issue here
Note
This version does not promise support of Skript 2.10.0 you should be able to load however syntax is likely to conflict
This update marks the first official release with Minecraft 1.21.3 and 1.21.4 support, please note that these versions are still new and changes made during this time are mostly untested.
Full Changelog: 2.8...2.8.1
Changes
- Updated supported Minecraft version to 1.21.4 (yes 1.21.3 too)
- Bumped skin-api version from 2.1.1 to 3.0.1
- Bumped internal skript version to 2.9.5
Added
- Added complex entity api
- Added collar colorable api
- Added shearable api
- Added schoolable fish api
- Added tameable api
Removed
- Removed villager api (this was removed to fix conlicts in skbee but is now being added in skript 2.10)
Fixes
- Fixed an issue when registering comparators caused stacktraces
- Replaced
#getNoClassInfoError()
with#getExactClassInfo()
- Fixed an issue where
#setSkin
was not running on a normal Minecraft thread - Fixed color codes in tiny text (#10)
- Fixed some issues with how version control was handled (in the future these steps will not be needed)