Minecraft 1.12 - Server Spawn Setup Tutorial - Vanilla Minecraft

Описание к видео Minecraft 1.12 - Server Spawn Setup Tutorial - Vanilla Minecraft

Hello there! In this tutorial I show you how I've set up a Command-Block system so I can separate the world spawn from Spawntown on my Vanilla Minecraft server Virtual Toast.
Separating where players spawn from the spawn chunks on a server has a number of advantages, check the video for more info.
This system handles new players, players not in gamemode 0, returning players who have died and lost their spawnpoint, and explorers who are visiting the world spawn!

Tested in Vanilla Minecraft version 1.12.2

Thanks for watching!

Please Like, Comment and Subscribe for more Vanilla Minecraft content!
Any comments or suggestions are welcome!

Follow me on Twitter:   / coptotermesmc  
Virtual Toast server forum: http://vtmc.enjin.com

Commands:
/gamerule spawnradius 0
/scoreboard objectives add logindeath deathCount

Command Blocks:
scoreboard players tag @a[r=5,m=0,tag=!returnplayer] add target
scoreboard players tag @a[tag=!returnplayer] add returnplayer
scoreboard players tag @a[r=5,m=0,score_logindeath_min=1] add target
scoreboard players set @a[score_logindeath_min=1] logindeath 0
spawnpoint @a[tag=target] x y z
tp @a[tag=target] x y z
scoreboard players tag @a[tag=target] remove target

Комментарии

Информация по комментариям в разработке