Skip to content

Releases: Preponderous-Software/Ponder

Ponder v0.10 (Generalization)

05 Jan 01:11
Compare
Choose a tag to compare
Pre-release

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)

13 Dec 18:33
Compare
Choose a tag to compare
Pre-release

Changes in Ponder v0.9

  • Callum added NMS tools.

Ponder v0.8 (Fixes & Alterations)

08 Dec 23:42
Compare
Choose a tag to compare
Pre-release

Changes in Ponder v0.8

  • Some fixes and improvements.
  • Altered logging functionality.
  • Removed the Config Service.

Ponder v0.8 (Second Beta)

23 Nov 19:46
Compare
Choose a tag to compare
Pre-release

The logging functionality in this version has been altered.

Ponder v0.8 (First Beta)

21 Nov 02:32
Compare
Choose a tag to compare
Pre-release

Changes

Some fixes and improvements.

Ponder v0.7 (First Functional Version)

01 Nov 06:25
Compare
Choose a tag to compare
Pre-release

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

26 Oct 02:17
Compare
Choose a tag to compare
Ponder v0.6 Pre-release
Pre-release

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)

16 Oct 03:25
Compare
Choose a tag to compare

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)

14 Oct 05:58
Compare
Choose a tag to compare

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)

13 Oct 17:23
Compare
Choose a tag to compare

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.