Eigentlich musst du nur das Microsoft Konto nochmal verbinden und im Nintendo eshop das Nintendo mitglied holen

...zur Antwort

Du solltest diese commands hintereinander eingeben im Chat wenn du level=border spielen willst nur ist es halt wenn du stribst resetet die border nicht und bleibt einfach aber sonst währe es nice für den singelplayer:

/scoreboard objectives add Level level

 /scoreboard objectives add currentLevel dummy 

/scoreboard players set @a currentLevel 0

 /scoreboard objectives add One dummy

 /scoreboard players set @a One 1

 /setblock 0 0 2 repeating_command_block{Command:"execute if score @p Level > @p currentLevel run scoreboard players add @p currentLevel 1", auto:1b}

 /setblock 0 0 1 chain_command_block[conditional=true]{Command:"worldborder add 1", auto:1b}

 /setblock 0 0 0 chain_command_block[conditional=true]{Command:"execute if score @p currentLevel > @p One run worldborder add 1", auto:1b}

 /worldborder center x z 

/worldborder set 1

 /gamerule commandBlockOutput false

 /scoreboard objectives setdisplay list currentLevel

...zur Antwort