Releases: iso2013/MultiLineAPI
Version 2.0.1 - Stability update
Version 2.0.0 - Alpha
THIS IS AN ALPHA BUILD, AND IT CANNOT BE GUARANTEED TO BE STABLE. However, since this is now purely packet-based, it is almost impossible that it causes any lasting changes once uninstalled (No guarantees).
IT'S FINALLY READY FOR PUBLIC TESTING! 😁
It should be noted, however, that this is still an alpha plugin. Bugs will exist. Please report any bugs you find to the issue tracker. They will be fixed as soon as possible 😄
This plugin requires PacketEntityAPI and ProtocolLIB.
Developers: JavaDocs are available here, with a starting guide available here!
Detailed Commit Changelog:
- Add MLAPI v2.
- Get MLAPIv2 working mostly, except for structure changes.
- Try to debug structure changes.
- I somehow didn't commit all the files.
- Add a ton of debug code and fix the bug
- Add fix for invisibility potions
- Begin code cleanup and optimizations
- Fix issues with refreshing entities that have passengers. Add a spawn handler for vehicles.
- Code cleanup
- Update to a more efficient and stable method of removing invalid tags.
- Update ISSUE_TEMPLATE.md
- Fix the presence of the tag hitboxes causing damage glitches.
- Allow the nametag to be rendered for players.
- Attempt to make the lines spawn at a more realistic location.
- Fix an issue causing re-mounting of tags during ANY metadata change.
- Fix a potential NPE
- Fix multiple conditions involving the addition and removal of tags.
- Make deleting the tag actually destroy the tag entities.
- Minor code cleanup
- Add many more update methods to the JavaDocs
- Merge branch 'master' of github.com:iso2013/MultiLineAPI
- Various bug fixes and simplifications
- Implement update methods
- Optimizations and fixes - improve armor stand visibility
- Fix tag spawning for other players.
- Add issue note
- Prepare for a second TagRender engine.
- Add a second tag render engine that uses teleportation.
- Remove debug code. Fix name changes. Add more config options.
- Various bugfixes
- Fix an issue where tags wouldn't respawn
- Add defaults for configuration options
- Code cleanup
- Update plugin page
- Fix closing tags on list items
- Code cleanup by Choco :D
- Various bugfixes
- Fix a bug involving the use of a TreeSet
- Remove some unused methods and add a default #getName() implementation
- Add a demo mode showing the wiki's implementation
- Add Javadoc comments to all methods in the API
- Typo fixes on JavaDocs
- Remove the old debug code
- Load entities in world chunks on startup
- Fix the demo controller to support entities with no names
- Add a better, packet-based way to handle name changes
- Remove the unnecessary mounted entity in the teleport-based renderer
- Update PacketEntityAPI
- Fix potential NPE
- Update version information to 2.0.0a to prepare for testing
- Remove unnecessary @NotNull and add JavaDocs
MultiLineAPI version 1.2.6
This fixes a critical bug in 1.2.4 and 1.2.5, that blocked all API functionality.
Sorry for not testing this before release ;)
This version includes several bugfixes, including issues #3, #4, #6, #7, #8, #9 and #10
Detailed Changelog:
- Fix the tag remaining where the player died until they press "Respawn"
- Fix the nametag staying on a player's head until they move
- Fix nametags still showing for players who have entities on their head server-side (but at y=-10)
- Fix Memory Leak in Tag class
- Fix /kill killing a player's nametag
- Stop players with invisibility from still having their tags shown
- Stop players in spectator mode from seeing the entities on a player's head
Note: The API methods themselves have not been heavily tested in this version. However, no major changes in the API exist between this version and the last one.
It should be noted, however, that this is still a beta plugin. Bugs will exist. Please report any bugs you find to the issue tracker. They will be fixed as soon as possible 😄
This plugin requires ProtocolLIB. Here are the recommended versions for 1.8 and later (This table is just provided for convenience. Consult the ProtocolLIB plugin page for the proper version if you encounter problems):
Minecraft Version | ProtocolLIB Version |
---|---|
1.8 | v4.2.0 |
1.9 | v4.2.0 |
1.10 | v4.2.0 |
1.11 | Latest Dev. Build |
Developers: JavaDocs are available here!
MultiLineAPI version 1.2
I'm happy to announce the first official pre-release of MultiLineAPI!
It has had several bugfixes since the previous version, including fixing world change bugs, teleportation bugs, and vanishing bugs!
It should be noted, however, that this is still a beta plugin. Bugs will exist. Please report any bugs you find to the issue tracker. They will be fixed as soon as possible 😄
This plugin requires ProtocolLIB. Here are the recommended versions for 1.8 and later (This table is just provided for convenience. Consult the ProtocolLIB plugin page for the proper version if you encounter problems):
Minecraft Version | ProtocolLIB Version |
---|---|
1.8 | v4.2.0 |
1.9 | v4.2.0 |
1.10 | v4.2.0 |
1.11 | Latest Dev. Build |
Developers: JavaDocs are now available here!