mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-09-23 10:03:39 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class MeCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"me"; }
|
||||
wstring getUsage() { return L"/me <action ...> - Performs the specified action"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user