SUGGESTION 1
What?
The ability to use the `/forceload` command inside command blocks.
Why?
To allow command blocks to pre-generate the world without using a player. (Useful for ultra hardcore)
How?
Add an option in `server.properties` to allow `/forceload`.
Add an option in `server.properties` to change the forceload quota for command blocks.
Keep track of whether chunks were forceloaded by players or by command blocks.
SUGGESTION 2
What?
Add a `/chunk pregenerate` command (and maybe move `/forceload` to `/chunk forceload`).
Syntax: `/chunk pregenerate <chunkX> <chunkY> [radius] [timeout]`
This command should not be usable inside a command block.
Why?
To allow pre-generation of world without using a player. (Useful for ultrahardcore)
How?
Kick non-ops and prevent player connection during this process.
Please sign in to leave a comment.
4 Comments