mirror of
https://github.com/5vl/ItemAdder.git
synced 2025-09-16 03:43:36 +00:00
init
This commit is contained in:
9
src/main/java/me/fivevl/itemadder/Main.kt
Normal file
9
src/main/java/me/fivevl/itemadder/Main.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package me.fivevl.itemadder
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin
|
||||
|
||||
class Main : JavaPlugin() {
|
||||
override fun onEnable() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user