-
Bug
-
Resolution: Invalid
-
None
-
1.16.20
-
None
-
Unconfirmed
Hello! It's not a bug but rather a list of questions since I don't know a better place to ask:
- Which is the preferred way to stop the server for graceful shutdown? SIGINT or SIGTERM? The server is not logging any hints both ways;
- Would it be possible to have kernel and server data in separate directories? I would like to keep the server kernel in `/opt` and data in `/var` so it would be more POSIX in general;
- Can you please make dynamic path creation? I have to define `WorkingDirectory` in `bedrock.service`, took me a while to find the issue. You should also mention that the server has to be run from it's directory;
- Will it ever be possible to make HTTP requests or connect to a database from addons? I'd really be happy if there were etcd and PostgreSQL so I could integrate the server with another my software. I'm pretty sure huge projects like featured ones may also need Redis, gRPC, Cassandra and stuff;
- It'd also be cool if the server could run as a daemon to get TPS, number of players and stuff;
- How backups are managed?
- How can I make that fancy MotD the one can see on featured servers?
- It'd also be good if there was an option to execute commands directly from the server rather than entering the game and typing them;
- How can I see TPS or toggle coordinate display for individual players? Will I have to define a UI addon? Isn't it overly complicated for such a simple task?
I know some of these features are possible with custom kernels like NukkitX, however, I'd like to stick to vanilla kernel if it's possible.