Puts("Console command executed");
Puts("Hello from MyPlugin!");
[ChatCommand("hello")] void HelloCommand(BasePlayer player, string command, string[] args)
void Init()
base.LoadConfig(); config = Config.ReadObject<Configuration>();
SendReply(player, "No permission"); return;