|
Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file containing most commands registering. More...
#include <cmd/commands.h>#include <utils/config.h>#include <plugins/plugins.h>#include <server.h>Go to the source code of this file.
Functions | |
| void | helpMessage (const ISender::SenderType senderType, ISender &sender, const std::vector< std::string > &args) |
| Handler for help message. | |
| void | pluginsMessage (const ISender::SenderType senderType, ISender &sender, const std::vector< std::string > &args) |
| Handler for plugins message. | |
| void | registerCommands () |
| Register commands for the console and general usage. | |
The file containing most commands registering.
| void helpMessage | ( | const ISender::SenderType | senderType, |
| ISender & | sender, | ||
| const std::vector< std::string > & | args ) |
Handler for help message.
| senderType | sender type |
| sender | the actual sender |
| args | all of the args |
| void pluginsMessage | ( | const ISender::SenderType | senderType, |
| ISender & | sender, | ||
| const std::vector< std::string > & | args ) |
Handler for plugins message.
| senderType | sender type |
| sender | the actual sender |
| args | all of the args |