Add /god alias for /godmode

Some of these commands really need more intuitive aliases. Therefore,
I've added another intuitive alias that matches other server mods.
This commit is contained in:
Lucas Nicodemus 2021-06-06 01:19:12 -07:00
parent f811be6cf8
commit bf403a17ec
2 changed files with 2 additions and 1 deletions

View file

@ -541,7 +541,7 @@ namespace TShockAPI
{
HelpText = "Gives another player a buff or debuff for an amount of time. Putting -1 for time will set it to 415 days."
});
add(new Command(Permissions.godmode, ToggleGodMode, "godmode")
add(new Command(Permissions.godmode, ToggleGodMode, "godmode", "god")
{
HelpText = "Toggles godmode on a player."
});