mirror of
https://github.com/SchweGELBin/smoos.git
synced 2026-08-24 10:56:14 +02:00
Super Mario Odyssey: Online Server
- Nix 56.5%
- Rust 43.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| smoos-bot | ||
| smoos-cs | ||
| smoos-rs | ||
| .gitignore | ||
| .gitmodules | ||
| cliff.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
Super Mario Odyssey: Online Server
- A server for Super Mario Odyssey: Online by @CraftyBoss
- Available in my nur expressions repo
SMOOS-Bot - Discord Bot
Discord bot to control the Super Mario Odyssey: Online Server
Environment
The Bot needs following environment variables to function:
| Variable | Description | Default |
|---|---|---|
| SMOOS_API_HOST | Your Server IP | localhost |
| SMOOS_API_PORT | Your Server Port | 1027 |
| SMOOS_API_TOKEN | Your SMOOS JsonApi Token | - |
| SMOOS_DISCORD_ID | Your Discord User ID | - |
| SMOOS_DISCORD_PREFIX | Your Discord Bot Command Prefix | ! |
| SMOOS_DISCORD_TOKEN | Your Discord Bot Token | - |
SMOOS-CS - C# Server
A wrapper around the official Online Server by @Sanae6
SMOOS-RS - Rust Server
A wrapper around the Online Server by @speyejack
Documentation
Available at the official website (source) by @Istador