Commands
MCmdLogger provides a set of commands to manage the fake server and implement different attack scenarios.
Usage
Commands are entered into the MCmdLogger console after initial configuration (entering port and target server address).
Here and inside help messages, square brackets ([]
) denote optional arguments, angle brackets (<>
) denote required arguments and round brackets with pipe ((a|b)
) denote choice between options or subcommands.
Command | Description |
---|---|
help [command] | Show help (list of all commands or more detailed info about specific command) |
banip (list|clear|add <ip or player>|remove <ip>) | Manage ip blacklist |
coords <player> | Get last known player coordinates |
deaf <player> (on|off) | Hide all new server chat messages from the player |
fakegm <player> (0|1|2|3) | Change player clientside gamemode (fake gamemode) |
kick <player> [message] | Disconnect player |
list | Show list of all connected players |
logfile (on|off) | Enable or disable writing "mcmdlogger.log" file |
mute <player> (on|off) | Prevent sending player's messages and commands to the server |
send <player> <message> | Show chat message to connected player |
stop | Stop MCmdLogger and disconnect all connected players |
sudo <player> <message> | Send chat message or command as player |
vermaps (info|remove|build prismarine|build git <url> [branch]|build local <path>) | Manage local version mappings |