mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Commands: add /summon command
This commit is contained in:
@@ -66,11 +66,12 @@ public:
|
||||
void setupCommands();
|
||||
|
||||
// Commands
|
||||
void commandHelp (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandStats(OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandTime (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandSeed (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandTP (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandHelp (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandStats (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandTime (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandSeed (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandTP (OnlinePlayer*, const std::vector<std::string>&);
|
||||
void commandSummon (OnlinePlayer*, const std::vector<std::string>&);
|
||||
|
||||
public:
|
||||
Minecraft* m_pMinecraft;
|
||||
|
||||
Reference in New Issue
Block a user