Skip to content

Commit 33ffe4a

Browse files
authored
Document the worlds section of the bukkit.yml (#283)
1 parent 5c570a9 commit 33ffe4a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config-specs/paper/bukkit.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,19 @@ ticks-per:
137137
description: >-
138138
Number of ticks between each water-underground-creature spawn attempt. Set
139139
to -1 to use default.
140+
worlds:
141+
<world>:
142+
biome-provider:
143+
default: 'N/A'
144+
description: >-
145+
The biome provider to use for this world. Plugins must register a BiomeProvider
146+
to be used here. The format is *plugin-name:extra-parameters* or *plugin-name*
147+
if no extra parameters are needed. The plugin name is as defined in the
148+
plugin.yml or paper-plugin.yml.
149+
generator:
150+
default: 'N/A'
151+
description: >-
152+
The generator to use for this world. Plugins must register a ChunkGenerator
153+
to be used here. The format is *plugin-name:extra-parameters* or
154+
*plugin-name* if no extra parameters are needed. The plugin name is as defined
155+
in the plugin.yml or paper-plugin.yml.

0 commit comments

Comments
 (0)