We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe47ad commit 0f8e178Copy full SHA for 0f8e178
2 files changed
src/main/java/me/croabeast/prismatic/plugin/PrismaticPlugin.java
@@ -0,0 +1,5 @@
1
+package me.croabeast.prismatic.plugin;
2
+
3
+import org.bukkit.plugin.java.JavaPlugin;
4
5
+public final class PrismaticPlugin extends JavaPlugin {}
src/main/resources/plugin.yml
@@ -0,0 +1,7 @@
+main: me.croabeast.prismatic.plugin.PrismaticPlugin
+name: PrismaticAPI
+version: '${project.version}'
+prefix: Prismatic
6
+authors: [ CroaBeast ]
7
+api-version: 1.13
0 commit comments