Skip to content

Brikkit v1.0.0

Compare
Choose a tag to compare
@n42k n42k released this 14 Sep 19:24
· 32 commits to master since this release

BREAKING API CHANGES
Plugins made for previous versions of Brikkit are not guaranteed to work in this version. The only plugin in the BrikkitPlugins repository, the autosaver, will continue to work.

Changelog:

  • Refactor/Bugfix: Rewrote from scratch how output from Brickadia is parsed: increased the robustness and how simple it is, fixing several bugs in the process.
  • Modding: LeaveEvent was removed.
  • Modding: Brikkit.getPlayerList() was removed.
  • Modding: You can no longer retrieve the ip address, port and profile of a specific player directly. You may still retrieve the profile indirectly by using the scrapper.

Details:
It is not possible to reliably get the player's ip and port. When a player leaves, only their ip and port are output by Brickadia. Thus, it is not possible to reliably push leave events.