From 5f9991c2f1e29c01466e39ed0a51721564c82000 Mon Sep 17 00:00:00 2001 From: BONNe1704 Date: Tue, 29 Jan 2019 16:39:18 +0200 Subject: [PATCH] Set to use-own-generator to avoid recalulation in position finder. --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5be02ee..4320089 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -36,7 +36,7 @@ world: # Use your own world generator for this world. # In this case, the plugin will not generate anything. # /!\ This feature is experimental and might not work as expected or might not work at all. - use-own-generator: false + use-own-generator: true # Sea height (don't changes this mid-game unless you delete the world) # Minimum is 0, which means you are playing Skyblock! # If sea height is less than about 10, then players will drop right through it