mirror of
https://github.com/zoriya/PluginSDG.git
synced 2025-12-05 22:36:11 +00:00
Fixing build pipeline
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.idea/
|
||||
.idea/
|
||||
target/
|
||||
1
pom.xml
1
pom.xml
@@ -8,6 +8,7 @@
|
||||
<artifactId>PluginSDG</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package moe.sdg.PluginSDG;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class GameManager extends JavaPlugin
|
||||
3
src/main/resources/plugin.yml
Normal file
3
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
name: PluginSDG
|
||||
version: 1.0
|
||||
main: moe.sdg.PluginSDG.moe.sdg.PluginSDG.GameManager
|
||||
Reference in New Issue
Block a user