MinecraftConsoles/Minecraft.Server/Console
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
..
commands add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
ServerCli.cpp add: add implementing interactive command line using linenoise 2026-03-07 16:48:58 +09:00
ServerCli.h add: add implementing interactive command line using linenoise 2026-03-07 16:48:58 +09:00
ServerCliEngine.cpp add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
ServerCliEngine.h add: add new CLI Console Commands for Dedicated Server 2026-03-14 00:55:30 +09:00
ServerCliInput.cpp update: support stream(file stdin) input mode for server CLI 2026-03-13 13:03:03 +09:00
ServerCliInput.h update: support stream(file stdin) input mode for server CLI 2026-03-13 13:03:03 +09:00
ServerCliParser.cpp add: add implementing interactive command line using linenoise 2026-03-07 16:48:58 +09:00
ServerCliParser.h add: add implementing interactive command line using linenoise 2026-03-07 16:48:58 +09:00
ServerCliRegistry.cpp add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00
ServerCliRegistry.h add: implement StringUtils for string manipulation and refactor usages 2026-03-07 17:39:37 +09:00