Skip to content

Commit 905cc2c

Browse files
committed
chore: add plugin-runtime classes
1 parent c6165e7 commit 905cc2c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package net.azisaba.vanilife.runtime
2+
3+
import io.papermc.paper.plugin.bootstrap.BootstrapContext
4+
import io.papermc.paper.plugin.bootstrap.PluginBootstrap
5+
6+
internal class Bootstrap : PluginBootstrap {
7+
override fun bootstrap(context: BootstrapContext) {
8+
}
9+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package net.azisaba.vanilife.runtime
2+
3+
import org.bukkit.plugin.java.JavaPlugin
4+
5+
internal class Main : JavaPlugin()

0 commit comments

Comments
 (0)