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,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "ServerCommand.h"
|
||||
|
||||
class EnchantServerCommand : public ServerCommand
|
||||
{
|
||||
public:
|
||||
wstring getName() { return L"enchant"; }
|
||||
wstring getUsage() { return L"/enchant <player> <enchantment ID> [level]"; }
|
||||
void execute(const wstring& args, ConsoleInputSource *src, MinecraftServer *server);
|
||||
};
|
||||
Reference in New Issue
Block a user