Releases: n42k/brikkit
Releases · n42k/brikkit
Brikkit v1.1.2
Brikkit v1.0.2
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
Changelog:
- (Hopefully) fixed server starting in the wrong map. Do tell me if it happens again!
Brikkit v1.0.0
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
Changelog:
- Fixed Brikkit.getSaves() crashing in installations without any saves.
- Fixed Brikkit continuing to run when Brickadia crashed or exited.
Brikkit v0.1.5
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
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
Changelog:
- Fixed a critical bug when loading plugins that reacted to events.
Brikkit v0.1.2
Changelog:
- Fixed Brikkit not running on a new installation.
Brikkit v0.1.1
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.