Readd home command

This commit is contained in:
Magnus Ulf
2021-03-02 22:04:50 +01:00
parent 9ae143933e
commit cbf9246981
3 changed files with 42 additions and 2 deletions

View File

@@ -258,7 +258,10 @@ public class MConf extends Entity<MConf>
// It's usually a wise idea keeping this true.
// Otherwise players can set their warps inside enemy territory.
public boolean warpsMustBeInClaimedTerritory = true;
// And what faction warp should be used when a player types /f home
public String warpsHomeName = "home";
// These options can be used to limit rights to warp under different circumstances.
public boolean warpsTeleportAllowedFromEnemyTerritory = true;
public boolean warpsTeleportAllowedFromDifferentWorld = true;