Isaac
Isaac
Allow users to upload worlds from their devices to omegga Somewhat depends on #59 for validation
- [ ] populate https://github.com/brickadia-community/omegga-plugin-repo with plugin metadata that is in a forward and backwards compatible format. (In the plugins/ dir) - [ ] a top level meta.json or index.json...
Add some tool to read brdb files for the worlds view and Omegga API to open worlds in a readonly way and get owners, counts, etc. Can also replace the...
Detect when the server closes unexpectedly, then start it back up if configured to do so. Needs some mechanism to prevent crash loops (like a world failure)
This could probably just be a shrunken version of the egg-omega logo, or a purple brick
Next to `Omegga vX.Y.Z` display `Brickadia CL###` Will involve updating the `data` socket.io event to emit the current omegga version if it's available
- Add an optional "dependencies" field to plugin.json: `{ [pluginName]: { version?: semver string, optional?: true, repo?: string }}` - Add an optional "load_priority" field to plugin.json: number - Add...