10 lines
904 B
Mcfunction
10 lines
904 B
Mcfunction
|
# --- HeroGames - Copyright (c) HeroHost team (code provided by HeroChris). ---
|
||
|
|
||
|
tellraw @s [{"text":"» ","color":"gray"},{"text":"Welcome ","color":"white"},{"selector":"@s","color":"yellow"},{"text":", to the ","color":"white"},{"text":"H","color":"#fa6a52"},{"text":"e","color":"#fc7551"},{"text":"r","color":"#fd8051"},{"text":"o","color":"#fe8a52"},{"text":"H","color":"#ff9454"},{"text":"o","color":"#ff9e56"},{"text":"s","color":"#ffa85a"},{"text":"t","color":"#ffb15e"},{"text":" server!","color":"white"}]
|
||
|
tellraw @a[tag=hc.initialized] [{"text":"» ","color":"gray"},{"text":"Everyone, give ","color":"white"},{"selector":"@s","color":"yellow"},{"text":" a warm welcome!","color":"white"}]
|
||
|
execute at @s run playsound minecraft:entity.player.levelup master @s
|
||
|
execute in herohost:world run tp @s 0 101 0 0 0
|
||
|
gamemode adventure @s[tag=!hc.debug]
|
||
|
|
||
|
# initialize player
|
||
|
tag @s add hc.initialized
|