Skip to content

emre1702/altv-CustomCommandsSystem

Repository files navigation

alt:V Custom Commands System

A custom commands system for alt:V, written in C#.

Nuget

Features

  • Register commands in different assemblies
  • Unregister commands in specific assemblies
  • Add custom parameter converters (with Task support)
  • Add custom requirement checkers to command methods
  • Execute commands manually
  • Configure settings (like error messages)
  • Add aliases to command methods
  • Remaining text support
  • Default values for command parameters support
  • Dependency Injection (Microsoft) support
  • Really fast with IL generated dynamic method
  • You can help decide what to implement next

You want more? Add an issue and help make that system better!

How do I use it?

  1. Install the NuGet package
  2. Implement it in an AsyncResource. Use the Wiki for information.

About

Custom commands system for alt:V

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published