Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class TimeServerCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"time"; }
|
||||
wstring getUsage() { return L"/time <set|add> <value>"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user