mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-09-23 12:02:26 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class WhitelistCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"whitelist"; }
|
||||
wstring getUsage() { return L"/whitelist <on|off|list|add|remove|reload> [player] - Manages the whitelist"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user