Bigger /f map

Add /f mapheight <height> command to allow players to set their mapheight.
Increase default map height and width to be in line with larger values servers want
This commit is contained in:
Trent Hensler
2018-02-10 16:20:13 -08:00
parent 3c4168a1dd
commit 50930d7583
9 changed files with 67 additions and 4 deletions

View File

@@ -364,8 +364,9 @@ public class Conf {
public static Backend backEnd = Backend.JSON;
public static transient int mapHeight = 8;
public static transient int mapWidth = 39;
// Taller and wider for "bigger f map"
public static transient int mapHeight = 17;
public static transient int mapWidth = 49;
public static transient char[] mapKeyChrs = "\\/#$%=&^ABCDEFGHJKLMNOPQRSTUVWXYZ1234567890abcdeghjmnopqrsuvwxyz?".toCharArray();
static {