Skip to content

Commit 5662ef9

Browse files
authored
Fix instruction typo for the value of skup-initial-datapack-reload for CommandAPI#552
1 parent 8e17db3 commit 5662ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docssrc/src/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ hook-paper-reload: false
146146

147147
Controls whether the CommandAPI should perform its initial datapack reload when the server has finished loading.
148148

149-
The CommandAPI automatically reloads all datapacks in a similar fashion to `/minecraft:reload` in order to propagate CommandAPI commands into datapack functions and tags. This operation may cause a slight delay to server startup and is not necessary if you are not using datapacks or functions that use CommandAPI commands. This operation can be skipped by setting this value to `false`.
149+
The CommandAPI automatically reloads all datapacks in a similar fashion to `/minecraft:reload` in order to propagate CommandAPI commands into datapack functions and tags. This operation may cause a slight delay to server startup and is not necessary if you are not using datapacks or functions that use CommandAPI commands. This operation can be skipped by setting this value to `true`.
150150

151151
Note that datapacks will still be reloaded if performed manually when `hook-paper-reload` is set to `true` and you run `/minecraft:reload`.
152152

0 commit comments

Comments
 (0)