Skip to content

Commit 96088e5

Browse files
committed
Add CommandAPIBukkitConfig#skipReloadDatapacks to setup_shading.md
Seems to have been missed when implementing CommandAPI#552
1 parent 5edfecc commit 96088e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docssrc/src/setup_shading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class CommandAPIBukkitConfig extends CommandAPIConfig {
5252
CommandAPIBukkitConfig(JavaPlugin plugin);
5353

5454
CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked); // Whether the CommandAPI should hook into the Paper-exclusive ServerResourcesReloadedEvent
55+
CommandAPIBukkitConfig skipReloadDatapacks(boolean skip) // Whether the CommandAPI should reload datapacks on server load
5556
}
5657
```
5758

0 commit comments

Comments
 (0)