Stuct containing information about a chat command. More...
#include <ChatCommand.h>
Public Attributes | |
| std::string | PluginName |
| Name of the plugin the command belongs to. | |
| std::string | PluginVersion |
| Version of the plugin the command belongs to. | |
| std::string | PluginAuthor |
| Author of the plugin the command belongs to. | |
| std::string | Command |
| Chat command. | |
| std::string | Description |
| Chat command description. | |
| Permission | Access = User |
| Command access level. | |
|
std::function< void(Player, std::vector< std::string >)> | Method |
| Chat command method. | |
Stuct containing information about a chat command.
1.8.6