Skip to content

Plugins #241

Description

@dzinks2009

Hello, I was wondering how I could add plugins to the developer version. I added the .cs file from Visual Studio to folder Plugins but it didn't work.

My code:

using System;
using System.Linq;
using TS3Client;
using TS3Client.Commands;
using TS3Client.Full;

public class NowPlaying : ITabPlugin
{
	public void Initialize(MainBot bot) {

	}

	public void Dispose() {

	}
}

Errors:
The type or namespace name 'MainBot' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'ITabPlugin' could not be found (are you missing a using directive or an assembly reference?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions