From ec59a3ddbe97c216208c95995d6359ed1ebc30ca Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Mon, 8 Mar 2021 13:19:15 +0100 Subject: [PATCH] Add some features ideas --- TODO.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 8511c3c..4b2fb76 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,18 @@ * If Valheim running with the following information: * Memory usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.memory * Cpu usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.cpu_usage - * Uptime: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.start_time \ No newline at end of file + * Uptime: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.start_time + + +# Ideas + +* Some ideas from https://demo.mcmyadmin.com/ + +* Display the server status: (cpu usage/memory usage/ disk usage) +* Display a realtime console +* Can manage users: + * See the online player + * Add/remove to banlist + * Add/remove to adminlist +* Access to server configuration +* Manage backups \ No newline at end of file -- 2.43.0