Adds per faction warps functionality from #72.
Default max warps per faction is 5. It can be changed in the config.yml.
You can now use {warps} in the info board to show how many warps a faction has when you walk into their territory.
Only faction mods+ can set faction warps.
This commit is contained in:
@@ -68,7 +68,9 @@ public enum Permission {
|
||||
UNCLAIM_ALL("unclaimall"),
|
||||
VERSION("version"),
|
||||
SCOREBOARD("scoreboard"),
|
||||
SEECHUNK("seechunk");
|
||||
SEECHUNK("seechunk"),
|
||||
SETWARP("setwarp"),
|
||||
WARP("warp");
|
||||
|
||||
public final String node;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user