Effects
- Sound effect - Particle effect - offHand tnt for visualization
This commit is contained in:
@ -4,6 +4,7 @@ tellraw @s [{"text":"» ","color":"gray"},{"text":"Welcome ","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
|
||||
execute in herohost:world run spawnpoint 0 100 0 0 0
|
||||
gamemode adventure @s[tag=!hc.debug]
|
||||
|
||||
# initialize player
|
||||
|
@ -6,5 +6,8 @@ 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]
|
||||
|
||||
# protection
|
||||
clear @s
|
||||
|
||||
# reset player score
|
||||
scoreboard players reset @s +hc.disconnect
|
Reference in New Issue
Block a user