Clean up a bit
This commit is contained in:
parent
19778b1aca
commit
170a704fc9
11
README.md
11
README.md
@ -1,17 +1,16 @@
|
|||||||
# sfs-mc
|
# sfs-mc
|
||||||
|
|
||||||
More than a web server that dynamically show the status of a Minecraft server (formerly known as bukkit-server-status)
|
More than a web server that dynamically show the status of a Minecraft server (formerly known as bukkit-server-status)
|
||||||
|
|
||||||
# Goals
|
# Goals
|
||||||
- [ ] A cli (using [`clap`](https://crates.io/crates/clap)) that enables to
|
- [ ] A cli (using [`clap`](https://crates.io/crates/clap/)) that enables to
|
||||||
- [ ] Start the Minecraft server and give control over its terminal (using [`screen`](https://www.gnu.org/software/screen))
|
- [ ] Start the Minecraft server and give control over its terminal (using [`screen`](https://www.gnu.org/software/screen/))
|
||||||
- [ ] Start and control the webserver
|
- [ ] Start and control the webserver
|
||||||
- [ ] Turn on/off remote starting of the Minecraft server
|
- [ ] Turn on/off remote starting of the Minecraft server
|
||||||
- [ ] A webserver that show the current status of the Minecraft server (using [`actix-web`](https://crates.io/crates/actix-web), [`tokio`](https://crates.io/crates/tokio), and [`async-minecraft-ping`](https://crates.io/crates/async-minecraft-ping))
|
- [ ] A webserver that show the current status of the Minecraft server (using [`actix-web`](https://crates.io/crates/actix-web/), [`tokio`](https://crates.io/crates/tokio/), and [`async-minecraft-ping`](https://crates.io/crates/async-minecraft-ping/))
|
||||||
- [ ] Server online
|
- [ ] Server online
|
||||||
- [ ] Players online
|
- [ ] Players online
|
||||||
- [ ] MOTD
|
- [ ] MOTD
|
||||||
- [ ] Start the Minecraft server if offline
|
- [ ] Start the Minecraft server if offline
|
||||||
- [ ] Config loading (using [`toml`](https://crates.io/crates/toml))
|
- [ ] Config loading (using [`toml`](https://crates.io/crates/toml/))
|
||||||
- [ ] Config profiles
|
- [ ] Config profiles
|
||||||
- [ ] Running in the background (using [`screen`](https://www.gnu.org/software/screen))
|
- [ ] Running in the background (using [`screen`](https://www.gnu.org/software/screen/))
|
Loading…
Reference in New Issue
Block a user