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:
parent
fb84ebc283
commit
f811be6cf8
2 changed files with 2 additions and 1 deletions
|
|
@ -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."
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue