Skip to content

Releases: chrismin13/AdditionsAPI

v1.3.3 For 1.13 and 1.14

16 Dec 04:48
60cd57b
Compare
Choose a tag to compare

This version adds support for 1.14.4

Config Updates and Bug Fixes

13 Aug 18:56
Compare
Choose a tag to compare

WARNING: IF YOU'VE MADE ANY CHANGES TO THE ITEMS IN THE CONFIG, THEY WILL BE DISCARDED. BACKUP THE CONFIG.YML FILE BEFORE UPDATING!

This update brings a plethora of new options to the items section of the config. Attributes are now in the config, so you can add new ones or change existing ones. This allows you to change attack speed, attack damage, or even add stuff like movement speed. There's now also an option to change the color of Leather Armor.

There have also been a few bug fixes related to the config and some compatibility improvement for lower Minecraft versions.

Bug fixes and 1.13 support

08 Aug 22:31
Compare
Choose a tag to compare

Finally 1.13 support has been added! This has been one of, if not the biggest, Minecraft Updates ever released. This update of the Additions API is mostly a compatibility update to be compatible with the new version of Spigot and to mimic the mechanics of the 1.13 release. There's also been a number of bug fixes, and hopefully some improvements to compatibility with PaperSpigot!

Due to the amount of changes made in 1.13, I will now be maintaining two versions of the plugin: One for compatibility with versions between 1.9 and 1.12.2, and one for 1.13 and any future releases. This is done in order to make sure people who haven't updated yet can still keep getting new features and bug fixes. This shouldn't affect anything beyond compatibility.

MAKE SURE TO DOWNLOAD THE VERSION OF THE API THAT MATCHES WITH YOUR MINECRAFT SERVER!

The Resource Pack Update

04 Jul 15:43
Compare
Choose a tag to compare

This is a major update and the first release on GitHub. Old releases can still be found on Spigot.

This update changes the way the Resource Pack is handled by default. From now on, minepack.net will be used to host the Resource Pack which means that PORT FORWARDING IS NO LONGER REQUIRED! Furthermore, if you had issues with hosting the resource pack in the past, then these have most likely been resolved.

IF YOU ARE ALREADY USING THE RESOURCE PACK OF THE ADDITIONS API THROUGH THE SERVER.PROPERTIES FILE, THEN PLEASE REMOVE IT FROM YOUR SERVER.PROPERTIES AND ENABLE THE RESOURCE PACK SEND OPTION IN THE ADDITIONS API CONFIG.

If for whatever reason you would like to switch back to the old HTTP Server, you can do so by disabling minepack.net in the Additions API config.

This new release also changes how the Resource Pack is regenerated. In the past, the resource pack only updated when the plugin version of any of the supported plugins changed. Now, however, the resource pack is combined every time on startup (asynchronously in order to not lag the server) and its md5 checksum is checked against the one that was previously used. If anything changed, then the new resource pack will be uploaded and used.

I have also had to move the download to the GitHub servers as the plugin has seen a dramatic increase in size due to the inclusion of Selenium, the web browser interface that allows the resource pack uploading to function. However, this shouldn't affect the performance of the plugin.

Any feedback is very much appreciated, as this release has a lot of changes that haven't been extensively tested yet. Thank you all for your support!