Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Releases: justADeni/StandAPI

Yet more methods and fixes

28 Oct 17:41
569c26d
Compare
Choose a tag to compare
  • fixed many potential bugs
  • added more methods to StandManager, and shortened all method names
  • added more remove methods to PacketStand, now with timer or even a task
  • updated documentation

New methods and fixes

21 Oct 15:34
f087c81
Compare
Choose a tag to compare
  • 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

12 Oct 10:29
1db266a
Compare
Choose a tag to compare
Pre-release
  • added mutex to prevent ConcurrentModificationException

Removed config, new way of saving, chained setters and more

07 Oct 22:00
82d6fe4
Compare
Choose a tag to compare
  • 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

02 Oct 14:59
9b457be
Compare
Choose a tag to compare
v1.4

kotlin plugin made to be run before javac, so that kotlin classes are…

Fixes and improvements

02 Oct 14:12
e206310
Compare
Choose a tag to compare
  • 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

01 Oct 18:22
78af718
Compare
Choose a tag to compare
v1.2

Update README.md