English:
EndSet adds the following features to Minecraft:
- Players spawn in the End dimension.
- Before using the "Void Key" (item ID: void_key), players cannot step into the area where the X-coordinate ranges from -400 to 400 and the Z-coordinate ranges from -400 to 400. Violating this will teleport the player back to their spawn point. This feature is called the "Void Barrier" (internal ID: void_barrier).
Notes on Spawning in the End:
Players will spawn at a random X and Z coordinate between 1200 and 12000, at a Y-coordinate of 150. They will also spawn with a 42-second (840 ticks) Slow Falling effect. This spawn location is also set as the player’s respawn point.
Notes on the Void Barrier:
The restricted area (X: -400 to 400, Z: -400 to 400) is hardcoded. My apologies for this limitation :)
- A game rule is available to control the Void Barrier. You can disable this feature by using the command:
/gamerule enableVoidBarrier false.
- In addition to right-clicking the Void Key, you can also adjust the Void Barrier’s status via commands:
/es vbset true (enable) or /es vbset false (disable).
This mod is created with MCreator.
P.S. I don't know English well, so there might be errors in this translation.
简体中文:Chinese:
EndSet为Minecraft提供了:
- 玩家会出生在末地。
- 玩家在使用‘虚空秘钥’(void_key)前不能踏足X坐标 400到-400,Z坐标 400到-400的区域,否则会被传送回出生点。此功能被称为虚空屏障(void_barrier)。
有关出生在末地的说明:
玩家会在x和z坐标1200-12000之中随机一个位置,玩家会带着持续840刻(42秒)的缓降在y150出生,此位置同样作为玩家的重生点。
有关虚空屏障的说明:
X坐标 400到-400,Z坐标 400到-400,这个区域是写死的,我很抱歉:)
有一条游戏规则可以控制虚空屏障的运作,您可以用/gamerule enableVoidBarrier false来关闭这个功能。
同时,除了右键虚空秘钥以外,您可以通过命令:/es vbset true 或者 /es vbset false 来调整其的工作状态。
本mod由MCreator制作