Skip to content

brickadia-community/brixide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.