diff --git a/src/main/java/world/bentobox/parkour/Settings.java b/src/main/java/world/bentobox/parkour/Settings.java index 1fd9868..85d0153 100644 --- a/src/main/java/world/bentobox/parkour/Settings.java +++ b/src/main/java/world/bentobox/parkour/Settings.java @@ -119,7 +119,7 @@ public class Settings implements WorldSettings { @ConfigComment("Area height - Lowest is 5.") @ConfigComment("It is the y coordinate of the bedrock block in the blueprint.") @ConfigEntry(path = "world.area-height") - private int islandHeight = 5; + private int islandHeight = 100; @ConfigComment("Use your own world generator for this world.") @ConfigComment("In this case, the plugin will not generate anything.") diff --git a/src/main/resources/blueprints/default.json b/src/main/resources/blueprints/default.json index e6f3966..41e5b9a 100644 --- a/src/main/resources/blueprints/default.json +++ b/src/main/resources/blueprints/default.json @@ -1,15 +1,16 @@ { "uniqueId": "default", - "icon": "PAPER", - "displayName": "Default bundle", + "icon": "ORANGE_CONCRETE", + "displayName": "Starter Parkour", "description": [ - "§bDefault bundle of blueprints" + "A starter Parkour", + "with instructions." ], "requirePermission": false, "blueprints": { - "NORMAL": "bedrock", - "NETHER": "bedrock", - "THE_END": "bedrock" + "NORMAL": "starter", + "NETHER": "starter", + "THE_END": "starter" }, "slot": 0 } \ No newline at end of file diff --git a/src/main/resources/blueprints/starter.blu b/src/main/resources/blueprints/starter.blu new file mode 100644 index 0000000..ca158dd Binary files /dev/null and b/src/main/resources/blueprints/starter.blu differ diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 2ba26c0..bbd4de1 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -45,7 +45,7 @@ world: # Default protection range radius in blocks. Cannot be larger than distance. # Admins can change protection sizes for players individually using /bsbadmin range set # or set this permission: parkour.island.range. - protection-range: 1 + protection-range: 100 # Start islands at these coordinates. This is where new islands will start in the # world. These must be a factor of your island distance, but the plugin will auto # calculate the closest location on the grid. Islands develop around this location