Skip to content

Releases: n42k/brikkit

Brikkit v1.1.2

29 Sep 14:19
Compare
Choose a tag to compare

Changelog:

  • Brickadia Alpha 4 Patch 1 support.

Brikkit v1.0.2

16 Sep 21:21
Compare
Choose a tag to compare

This release is effectively equal to v1.0.1 if you use Linux. Only the filenames of the log files have been changed, removing their colon, as the colon is not supported for filenames on Windows.

Changelog:

  • Brikkit does not crash on Windows on startup.

Brikkit v1.0.1

16 Sep 20:02
Compare
Choose a tag to compare

Changelog:

  • (Hopefully) fixed server starting in the wrong map. Do tell me if it happens again!

Brikkit v1.0.0

14 Sep 19:24
Compare
Choose a tag to compare

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.

Brikkit v0.1.6

14 Sep 02:51
Compare
Choose a tag to compare

Changelog:

  • Fixed Brikkit.getSaves() crashing in installations without any saves.
  • Fixed Brikkit continuing to run when Brickadia crashed or exited.

Brikkit v0.1.5

13 Sep 22:41
Compare
Choose a tag to compare

Changelog:

  • Added a script that allows server hosts to restart their server whenever it crashes.
  • Improved logging: logs get pushed to a logs folder, with the current date in their filename.
  • Modding: added a way to get the names of previously saved saves.
  • Modding: added a new event that runs when the server is started: StartEvent

Brikkit v0.1.4

13 Sep 18:44
Compare
Choose a tag to compare

Changelog:

  • You can now run Brickadia console commands in the Brikkit console! Just run cmd YOURCMD.
  • Added a way to set the default map.
  • Fixed Brikkit crashing when you change map. global.Brikkit.changeMap now does not take players to the new map and instead disconnects them.

Brikkit v0.1.3

13 Sep 05:19
Compare
Choose a tag to compare

Changelog:

  • Fixed a critical bug when loading plugins that reacted to events.

Brikkit v0.1.2

13 Sep 03:21
Compare
Choose a tag to compare

Changelog:

  • Fixed Brikkit not running on a new installation.

Brikkit v0.1.1

13 Sep 00:52
Compare
Choose a tag to compare

Changelog:

  • Fixed welcome message appearing weirdly
  • Fixed error when the brickadia directory is deleted (such as when it is mounted), by deleting only the files inside the directory.