syncTree

fun syncTree(server: MinecraftServer)

Synchronizes the command tree with all connected players.

This method sends the updated command tree to all currently connected players, ensuring they see the latest available commands for tab completion and command execution.

Parameters

server

The Minecraft server instance whose players will receive the updated command tree