Skip to content

Releases: horgeon/Bukkit-PacketsUtilities

v1.4: Bug corrections

08 May 00:54
Compare
Choose a tag to compare
  • FakeEntity now gets protocol manager directly from ProtocolLib
  • Corrected fake team bug when name is less than 16 characters

v1.3: Plugin, teams and entities

07 May 17:56
Compare
Choose a tag to compare
  • PacketsUtilities is now a separate plugin, allowing multiple plugins to plug into a single, updatable instance
  • New fake team management class to create a client-side only team, with initial attributes and players, support for adding and removing players dynamically as well as modifying team attributes after creation
  • New fake entity mangement class to create a client-side only entity, with initial attributes, support for adding and removing receiving players dynamically as well as modifying entity attributes after creation
  • FakeScoreboard now uses the new fake team class

v1.2: Bug corrections

20 Mar 21:34
Compare
Choose a tag to compare
  • Corrected 1.9 sound pitch
  • Correctec sound position

v1.1

17 Mar 22:26
Compare
Choose a tag to compare
  • Added the ability to specify a custom display name

v1.0

17 Mar 22:15
Compare
Choose a tag to compare
  • Initial release