Territory info using 1.8 Titles.
This commit is contained in:
@ -266,6 +266,20 @@ public class MConf extends Entity<MConf>
|
||||
// Choose between: LOWEST, LOW, NORMAL, HIGH, HIGHEST and MONITOR.
|
||||
public EventPriority homesTeleportToOnDeathPriority = EventPriority.NORMAL;
|
||||
|
||||
// -------------------------------------------- //
|
||||
// TERRITORY INFO
|
||||
// -------------------------------------------- //
|
||||
|
||||
public boolean territoryInfoUseScreen = true;
|
||||
|
||||
public String territoryInfoScreenMaintitle = "{relcolor}{name}";
|
||||
public String territoryInfoScreenSubtitle = "<i>{desc}";
|
||||
public int territoryInfoScreenTicksIn = 5;
|
||||
public int territoryInfoScreenTicksStay = 60;
|
||||
public int territoryInfoScreenTicksOut = 5;
|
||||
|
||||
public String territoryInfoChat = "<i> ~ {relcolor}{name} <i>{desc}";
|
||||
|
||||
// -------------------------------------------- //
|
||||
// ASSORTED
|
||||
// -------------------------------------------- //
|
||||
|
Reference in New Issue
Block a user