Random Respawn
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: fabric
标签: game-mechanics management utility
This mod only needs to be installed on the server. It is configured entirely through the Minecraft console.
Commands Enable/disable random respawn by default (for the new players): ``` /randomrespawn default true/false ``` Set random respawn range (default is 10000): ``` /randomrespawn range 10000 ``` Enable/disable random-respawn individually, per-player: ``` /randomrespawn set PlayerName true/false ``` How random teleportation works: The mod selects a random point within a radius from the 0,0 and checks it. If this chunk has never been loaded by players and the teleportation location is safe, the player is teleported there. If the chunk was discovered or place is unsafe, another point is selected with a slightly larger radius.Why did I create this mod when there are already similar mods? Other mods either don't work or don't suit me in terms of functionality.
请登录后举报
暂无评论,抢个沙发吧~