Info
Version: | 0.1.1.459 |
Author(s): | FiveLifeFramework |
Last Update: | Sunday, March 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FiveLifeFramework/FiveLife.AlternateLife.RageMP.Net.Commands |
NuGet Url: | https://www.nuget.org/packages/FiveLife.AlternateLife.RageMP.Net.Commands |
Install
Install-Package FiveLife.AlternateLife.RageMP.Net.Commands
dotnet add package FiveLife.AlternateLife.RageMP.Net.Commands
paket add FiveLife.AlternateLife.RageMP.Net.Commands
FiveLife.AlternateLife.RageMP.Net.Commands Download (Unzip the "nupkg" after downloading)
Dependencies
- AlternateLife.RageMP.Net(>= 1.1.3)
Tags
This library automates type parsing for you and allows you to have various parameters for your commands.
With the command system used by "AlternateLife.RageMP.Net" you have to use following parameters for your commands: "(IPlayer player, string[] arguments)".
You can even add custom TypeParsers, which allows you do add handy shortcuts like "@" to select the nearest player or "#" to select yourself.