Essential Commands

Essential Commands

108k Downloads

/night command missing in Wiki and README.md and elaborate on Config Documentation

Glenta opened this issue ยท 2 comments

commented

The night command is not mentioned at all in this repository but exists and works.

It is currently missing in the:

It would also be great if you elaborated in the config documentation of what each variable does. While some variables are easy to guess on what it does such as allow_back_on_death, rtp_max_attempts and a couple of others do no make any sense to me. Is this for a time period which a player cannot rtp anymore? The lifetime of the player's existence?

commented

Just noticed the the feed and heal commands are also missing from all three locations as well.

commented

Yeap, these need to be added. Thanks for bringing to my attn, I'll do that soon.


To answer the immediate question about rtp_max_attempts: Most people won't have to worry about this option. EC does a "safety check" on a location before RTP-ing the player to make sure they don't end up in lava, the middle of an ocean, a wall, etc. This config option is the "max attempts" EC will make at finding a valid location before aborting processing the RTP request.

In practice, it should only really matter on worlds where there are an unusually high proportion of invalid locations. (e.g. if you have a water-world, or a world with mostly void, like the End). In these cases, if this option didn't exist, the RTP could stall the whole server indefinitely.