This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: justADeni/StandAPI
Releases · justADeni/StandAPI
Yet more methods and fixes
New methods and fixes
- fixed to and from euler angle methods
- bumped starting Id to ridiculous number to avoid id collision
- negated certain methods to mimic bukkit armorstand methods in PacketStand class
- setNoBaseplate to setBaseplate, hasNoBaseplate to hasBaseplate
- setInvisible to setVisible, isInvisible to isVisible
- in setEquipment and getEquipment methods, switched from using EnumWrappers.ItemSlot (from ProtocolLib) to Bukkit EquipmentSlot
- added set of methods to convert between real and packet armorstands
Small improvements - experimental
- added mutex to prevent ConcurrentModificationException
Removed config, new way of saving, chained setters and more
- removed command
- removed tab complete
- removed config
- added method to StandManager to get stands of plugin name
- reworked saving and loading
- added javadoc
Added bStats
v1.4 kotlin plugin made to be run before javac, so that kotlin classes are…
Fixes and improvements
- stands will now be saved every 15 minutes
- Rotation class will now only use and return positive values between 0f-360f
- made all functions in main class not public
First public version
v1.2 Update README.md