#include "Command.hpp" class CommandBan : public Command { public: CommandBan(); std::string execute(Minecraft& mc, Player& player, const std::vector& args); std::string help(Minecraft& mc); };