Releases: Preponderous-Software/Ponder
Releases · Preponderous-Software/Ponder
Ponder v0.10 (Generalization)
Changes in Ponder v0.10
- Created the minecraft.spigot package.
- Created the math.graphics package.
- Created the networking.simpleserver package.
- Created the misc package.
- Moved some classes around.
Ponder v0.9 (NMS Tools)
Changes in Ponder v0.9
- Callum added NMS tools.
Ponder v0.8 (Fixes & Alterations)
Changes in Ponder v0.8
- Some fixes and improvements.
- Altered logging functionality.
- Removed the Config Service.
Ponder v0.8 (Second Beta)
The logging functionality in this version has been altered.
Ponder v0.8 (First Beta)
Changes
Some fixes and improvements.
Ponder v0.7 (First Functional Version)
Functional
This version of the library can be used to create plugins, but keep in mind that it is still experimental.
Changes in Ponder v0.7
- Set debug flag to false by default.
- Altered and improved a bunch of comments.
- Renamed StorageService to JsonWriterReader and moved it to the misc package.
- Altered the ICommand interface.
- Created the InternalLogger modifier.
- Fixed the Command Service not interpreting commands correctly.
- Removed the Scheduler tool.
- Altered the ArgumentParser tool.
Ponder v0.6
Changes in Ponder v0.6
- Made the IExpandedCommandService interface an abstract class that inherits from the CommandService class.
- Figured out how to use Ponder as a dependency in other projects and documented this progress.
- Removed unnecessary interfaces.
Ponder v0.5 (Locale Service & Cache class)
Note
This version of the API is experimental, and is not recommended for public use yet.
Changes in Ponder v0.5
- Fixed permissions not getting checked in the Command Service.
- Added the Locale Service.
- Added the Cache class.
- Improved the ICommand interface and simplified the AbstractCommand class.
- Allowed developers to send a message to players within a certain number of blocks from a player using the Messenger tool.
Ponder v0.4 (Command Service, Block Checker & Color Converter)
Note
This version of the API is experimental, and is not recommended for public use yet.
Changes in Ponder v0.4
- Implemented the Command Service.
- Added the Block Checker tool.
- Added the Color Converter tool.
Ponder v0.3 (Tools, Services & AbstractCommand)
Note
This version of the API is experimental, and is not recommended for public use yet.
Changes in Ponder v0.3
- Added the Color Checker tool.
- Added the Messenger tool.
- Added the AbstractCommand class.
- Implemented the Config Service class.
- Implemented the Storage Service class.