Brixide is a very experimental server wrapper for the game Brickadia. It supports plugins over JSON RPC.
Install Rust, then clone this repository.
You can run the server with cargo run -p server
.
Plugins work over JSON RPC. For reference, see ping_pong_plugin
under the base plugins
in
this repository.
TODO: define the RPC spec and plugin.toml
spec here