mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-10 20:41:10 +01:00
Add show alias
This commit is contained in:
parent
4eb0225391
commit
ace044764e
@ -25,7 +25,7 @@ public class CmdFactionsFaction extends FactionsCommand
|
||||
public CmdFactionsFaction()
|
||||
{
|
||||
// Aliases
|
||||
this.addAliases("f", "faction", "who");
|
||||
this.addAliases("f", "faction", "show", "who");
|
||||
|
||||
// Parameters
|
||||
this.addParameter(TypeFaction.get(), "faction", "you");
|
||||
|
Loading…
Reference in New Issue
Block a user