Add /slay alias for /kill

Like all of the other server mods I've used use /slay and not /kill and
it's really frustrating to type the wrong thing so I'm just going to add
an alias and hope nobody else minds.
This commit is contained in:
Lucas Nicodemus 2021-06-05 20:32:29 -07:00
parent fb84ebc283
commit f811be6cf8
2 changed files with 2 additions and 1 deletions

View file

@ -549,7 +549,7 @@ namespace TShockAPI
{
HelpText = "Heals a player in HP and MP."
});
add(new Command(Permissions.kill, Kill, "kill")
add(new Command(Permissions.kill, Kill, "kill", "slay")
{
HelpText = "Kills another player."
});