Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@cAttte cAttte released this 19 Nov 09:24
ded8659

Bugs:

  • punishment schema type depends on PunishmentAction.parsePunishment(), which no longer exists.
    • Fixed in v0.1.3.

Documentation changes:

  • Added non-technical guide, explaining how to download source code without git.
    • Added batchfile setup and start scripts for Windows.
  • Documented Client.
  • Documented PunishmentProvider.

Internal changes:

  • Created PunishmentProvider class.
    • Created punishment property on Client class.
    • Moved most of PunishmentAction to it, the latter now acts as a wrapper around the former.
    • Fixed all of the bugs that came with this change.

See the Update section!