From 0fe6d0f3e2ffdb7683fb05a6038919d6f09611a2 Mon Sep 17 00:00:00 2001 From: yaohunya <31456652@qq.com> Date: Tue, 23 Jul 2024 05:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 16 ++++++++++++++++ src/main/java/me/Demon/BlockWars/Main.java | 4 ++++ src/main/resources/plugin.yml | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 pom.xml create mode 100644 src/main/java/me/Demon/BlockWars/Main.java create mode 100644 src/main/resources/plugin.yml 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