Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 660 Bytes

brixide

Brixide is a very experimental server wrapper for the game Brickadia. It supports plugins over JSON RPC.

Installation

Install Rust, then clone this repository.

You can run the server with cargo run -p server.

Plugins

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

Credits

  • voximity - creator/maintainer
  • Meshiest - Omegga, huge inspiration and borrowed logic/Regex/tools/etc.