
VoidBack
Активный0.0
Установок
0
Последнее обновление
3 месяца назад
Версии
1.21 — 1.21.4
Сервер
Fabric
Игровые механики
Управление
VoidBack
VoidBack is a mod to set up protection in void worlds to prevent players from falling into the void to die, doing this by teleporting them back to the location you want them to be returned to.
📄
"world"
- is for what world you want the mod to work in.
📄
backWorld
- is to set which world the player should be teleported back.
📄
"cordX","cordY","cordZ"
- is the coordinates where you want the player to be teleported when falling into the void.
Config:
{
"voidback": [
{
"world": "minecraft:test",
"backTeleport": {
"backWorld": "minecraft:test2",
"cordX": 0,
"cordY": 100,
"cordZ": 0
}
},
{
"world": "minecraft:test3",
"backTeleport": {
"backWorld": "minecraft:test4",
"cordX": 0,
"cordY": 100,
"cordZ": 0
}
}
]
}