Change any command (: also refixed tntfill
This commit is contained in:
committed by
droppinganvil
parent
4c90bae87c
commit
05e1a7297c
@@ -7,7 +7,7 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
public class CmdPlayerTitleToggle extends FCommand {
|
||||
public CmdPlayerTitleToggle() {
|
||||
super();
|
||||
this.aliases.add("titles");
|
||||
this.aliases.addAll(Aliases.titles);
|
||||
this.requirements = new CommandRequirements.Builder(Permission.TOGGLE_TITLES)
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user