Skip to content

Redforce04/AdvancedCommandLibrary

Repository files navigation

Advanced Command Library

A command library that makes SCP-SL Commands cleaner, simpler, and easier.

Usage

Look at the testing directory for examples of how to use.

    [ParentCommand("nestedBase", "The Second base command for the plugin", [], [])]
    public static void BaseCommand(ParentCommandContext context)
    {
        if(!context.CheckPermissions())
        {
            return;
        }

        context.RespondWithSubCommands();
    }

About

Improves upon the SCP SL Command System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages