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