diff --git a/cli/commands/setup.js b/cli/commands/setup.js index 5a06d356e..dede7d2f2 100644 --- a/cli/commands/setup.js +++ b/cli/commands/setup.js @@ -285,7 +285,7 @@ class SetupCommand extends Command { const player = await playerExists(conn, table, parsedId) if (!player) { - this.log(`Could not find Player ${id}`) + this.log(`Could not find Player ${id}, ensure the player has joined the Minecraft server after installing BanManager`) return askPlayer(question, conn, table) }