Skip to content

Releases: funkemunky/Atlas

Improved Annotation Commands

24 Feb 19:42
Compare
Choose a tag to compare
  • Fixed bugs with help page sender in CommandManager.
  • Improved efficiency and fixed other minor bugs.

Bug Fixes and new Minor Additions

18 Feb 18:05
Compare
Choose a tag to compare
  • Fixed packet error in 1.7 on enable.
  • Fixed errors with bounding boxes on versionsa 1.9+.
  • Fixed Shulker boxes once and for all.
  • Added some more math utilities.
  • Fixed WrappedPacketPlayOutWorldParticle errors on 1.7.

Improvements and New Additions

14 Feb 12:21
Compare
Choose a tag to compare
  • Fixed bugs with getting the bounding-box of ShulkerBoxes.
  • Implemented new features to the annotation command system.
  • Improved performance of bounding-box grabbers.
  • Fixed other minor bugs.
  • Fixed issues with errors.

Improved BoundingBoxes

06 Feb 00:35
Compare
Choose a tag to compare

New Command Features and Improvements

05 Feb 14:14
Compare
Choose a tag to compare
  • Added new ColorScheme object.
  • Added new runHelpCommand() for annotation commands as a replacement to the FunkeCommand command API help command.
  • Fixed packet issues.
  • Improved performance.

Fixed bugs and Improved Command system

04 Feb 21:35
Compare
Choose a tag to compare
  • Fixed error with arguments that have no permissions set.
  • Added more options to the @command command annotation.

Bug Fixes and Beginnings of Bungee DB

03 Feb 21:53
Compare
Choose a tag to compare
1.0.8.1

New BungeeCord database and general fixes

Stability Improvements and New Additions

01 Feb 20:27
Compare
Choose a tag to compare
  • Added the ability to register CommandExecutors with the @init annotation and ASM powered Class Scanner.
  • Fixed bugs with zSpigot (a 1.7.10 MCM Spigot) and other versions.
  • Now easily hot swappable with /plugman once all plugins depending on it are disabled first.

Fixed minor errors and bugs

30 Jan 21:51
Compare
Choose a tag to compare

Changelog

  • Fixed errors with WrappedInUseEntityPacket class when it was getting the hit entity.
  • Fixed errors in the WrappedInEntityActionPacket class on some 1.7.10 spigots with weird packet receivers.
  • Fixed bug where Atlas would not start if it was the first plugin to load.

New Database Functionality and More

27 Jan 19:53
Compare
Choose a tag to compare
  • Adds a priority() enum to the @init annotation.
  • Adds FLATFILE and Mongo database wrappers for the Database object.
  • Improves performance.
  • Fixes other bugs.