MinecraftConsoles/Minecraft.Server/Console/commands
kuwacom 20c2e4653a add: add new CLI Console Commands for Dedicated Server
Most of these commands are executed using the command dispatcher implemented on the `Minecraft.World` side. When registering them with the dispatcher, the sender uses a permission-enabled configuration that treats the CLI as a player.

- default game.
- enchant
- experience.
- give
- kill(currently, getting a permission error for some reason)
- time
- weather.
- update tp & gamemode command
2026-03-14 00:55:30 +09:00
..
ban refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
ban-ip refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
ban-list refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
defaultgamemode add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
enchant add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
experience add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
gamemode add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
give add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
help refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
kill add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
list refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
pardon refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
pardon-ip refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
stop refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
time add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
tp add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
weather add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
whitelist refactor: refactor command path structure 2026-03-13 00:14:20 +09:00
CommandParsing.h add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
IServerCliCommand.h add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00