diff --git a/idofront-catalog-shaded/src/main/java/com/mineinabyss/idofront/IdofrontBootstrapper.kt b/idofront-catalog-shaded/src/main/java/com/mineinabyss/idofront/IdofrontBootstrapper.kt new file mode 100644 index 0000000..2f32c36 --- /dev/null +++ b/idofront-catalog-shaded/src/main/java/com/mineinabyss/idofront/IdofrontBootstrapper.kt @@ -0,0 +1,10 @@ +package com.mineinabyss.idofront + +import io.papermc.paper.plugin.bootstrap.BootstrapContext +import io.papermc.paper.plugin.bootstrap.PluginBootstrap + +class IdofrontBootstrapper : PluginBootstrap { + override fun bootstrap(context: BootstrapContext) { + + } +} \ No newline at end of file diff --git a/idofront-catalog-shaded/src/main/resources/paper-plugin.yml b/idofront-catalog-shaded/src/main/resources/paper-plugin.yml index b01f104..d6a47e4 100644 --- a/idofront-catalog-shaded/src/main/resources/paper-plugin.yml +++ b/idofront-catalog-shaded/src/main/resources/paper-plugin.yml @@ -3,4 +3,5 @@ version: ${plugin_version} authors: [Offz, boy0000] load: STARTUP main: com.mineinabyss.idofront.IdofrontPlugin +bootstrapper: com.mineinabyss.idofront.IdofrontBootstrapper api-version: '1.21'