commit 0fe6d0f3e2ffdb7683fb05a6038919d6f09611a2 Author: yaohunya <31456652@qq.com> Date: Tue Jul 23 05:08:46 2024 +0800 测试版 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..90ef713 --- /dev/null +++ b/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + me.Demon.BlockWars + BlockWars + 1.0-SNAPSHOT + + + 8 + 8 + + + \ No newline at end of file diff --git a/src/main/java/me/Demon/BlockWars/Main.java b/src/main/java/me/Demon/BlockWars/Main.java new file mode 100644 index 0000000..1efb98a --- /dev/null +++ b/src/main/java/me/Demon/BlockWars/Main.java @@ -0,0 +1,4 @@ +package me.Demon.BlockWars; + +public class Main { +} diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..3e9a882 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,5 @@ +name: BlockWars +main: me.Demon.BlockWars.Main +version: 1.0.0 +commands: + game: \ No newline at end of file