FEAT: server-side commands

This commit is contained in:
Kolyah35
2026-04-04 01:13:56 +03:00
parent 4dc7055d9d
commit 4023d70687
13 changed files with 83 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ public:
std::vector<std::string> getListAllCommands();
void execute(Minecraft& mc, Player& player, const std::string& input);
std::string execute(Minecraft& mc, Player& player, const std::string& input);
Command* getCommand(const std::string& name);