diff --git a/README.md b/README.md index 5bcc87b..90c3d6d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ All features can be accessed with the command `/chunkmaster` or the aliases `/ch ```yaml generation: + # If set to true the plugin ignores the vanilla world border and doesn't stop + # the chunk generation when reaching it. + # The value should be a boolean + ignore-worldborder: false + # The maximum amount of chunks that are loaded before unloading and saving them. # Higher values mean higher generation speed but greater memory usage. # The value should be a positive integer.