24 lines
1.5 KiB
Markdown
24 lines
1.5 KiB
Markdown
Website for TFMC (teknisk fysiks minecraft server)
|
|
|
|
|
|
[] Add integration for playerstatistics across servers
|
|
- We have to read the jsons in world (i have example for two worlds)
|
|
- we have to get the uuid as stats are saved in uuid
|
|
- convert playername to uuid maybe? is there an api?
|
|
- Would be nice to see playtime and block usage over all the different servers + a total.
|
|
for example using edc64... uuid i would like to see total amount of diamond collected on all worlds and also diamond per world in a list.
|
|
[] Add a nice site for TFMC with information about the server.
|
|
[] Add statistics of online status on the server?
|
|
- Graphs of players online?
|
|
- Show total players that have played on server?
|
|
-
|
|
[] Registering form with email authentication so only UMU university students can join. (link email to minecraft account for whitelist)
|
|
- This could be done via rcon maybe? and have a separate list of players that have registered.
|
|
|
|
[] Build this entire website and management via docker for easier release?
|
|
- We could use environment variables and maybe also add volumes with the player files
|
|
like mounting ./minecraftserver/world/stats:/status/server1:ro or something?
|
|
- Maybe use integration with itgz, and get variables from those servers? via for example docker sock? or would that be to insecure?
|
|
[] Maybe integrate chat with discord via rcon?
|
|
- Base on existing project? This one exist and could maybe be useful? https://github.com/destruc7i0n/shulker
|