mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-07-01 19:34:31 +00:00
Initial commit
This commit is contained in:
11
Commands/TimeServerCommand.h
Normal file
11
Commands/TimeServerCommand.h
Normal file
@@ -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