Creating console commands
This page will help you to create console commands on the server for your plugins.
Console commands are created through attributes and only works with STATIC methods. Here's different examples :
Console commands can also have arguments with a string[] args
parameter as shown below.
Last updated