Init repo with basic files
This commit is contained in:
7
src/main/java/wtf/beatrice/limbomanager/Main.java
Normal file
7
src/main/java/wtf/beatrice/limbomanager/Main.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package wtf.beatrice.limbomanager;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
6
src/main/resources/plugin.yml
Normal file
6
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: LimboManager
|
||||
main: wtf.beatrice.limbomanager.Main
|
||||
version: 0.0.1
|
||||
description: Mix of tools to run a Limbo server
|
||||
api-version: 1.19
|
||||
author: astro_bea
|
Reference in New Issue
Block a user