Skip to content

Commit

Permalink
feat: add empty bootstrapper to support kotlin and deps in bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Sep 9, 2024
1 parent ecc9da6 commit 21323b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 21323b0

Please sign in to comment.