Skip to content

Commit

Permalink
Skip Reload for Datapacks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 20, 2024
1 parent 6095937 commit bc13757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Typewriter : KotlinPlugin(), KoinComponent {
logger(MinecraftLogger(logger))
}

CommandAPI.onLoad(CommandAPIBukkitConfig(this).usePluginNamespace())
CommandAPI.onLoad(CommandAPIBukkitConfig(this).usePluginNamespace().skipReloadDatapacks(true))

get<AdapterLoader>().loadAdapters()
}
Expand Down

0 comments on commit bc13757

Please sign in to comment.