diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3ed9c74..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -target -out \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index b60ab01..ab1f416 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,10 +1,10 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/artifacts/creeperpit_jar.xml b/.idea/artifacts/creeperpit_jar.xml deleted file mode 100644 index 2ae4a11..0000000 --- a/.idea/artifacts/creeperpit_jar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - $PROJECT_DIR$/out/artifacts/creeperpit_jar - - - - - - \ No newline at end of file diff --git a/.idea/betterCommentsSettings.xml b/.idea/betterCommentsSettings.xml deleted file mode 100644 index abd3134..0000000 --- a/.idea/betterCommentsSettings.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 88a24ce..21e60da 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,13 +1,13 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/creeperpit.iml b/.idea/creeperpit.iml deleted file mode 100644 index a589521..0000000 --- a/.idea/creeperpit.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - SPIGOT - - 1 - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index a156f52..aa00ffa 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 0207397..91acafd 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -1,35 +1,25 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 62e7bdb..fdc35ea 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 9b17f10..2aac0a9 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/README.MD b/README.MD deleted file mode 100644 index 76cb139..0000000 --- a/README.MD +++ /dev/null @@ -1,6 +0,0 @@ -# CreeperPit's plugin - -## Credits - -* Befaci - Developer & CURRENT Maintainer -* Creeper - Creator & Original Developer \ No newline at end of file diff --git a/creeperpit.iml b/creeperpit.iml index 4709733..a589521 100644 --- a/creeperpit.iml +++ b/creeperpit.iml @@ -1,14 +1,13 @@ - - - - - - - PAPER - ADVENTURE - - 1 - - - + + + + + + + SPIGOT + + 1 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4f84b62..0a7bf45 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.creeper.mc creeperpit - 2.0.002-SNAPSHOT + 1.0-SNAPSHOT jar creeperpit @@ -52,23 +52,17 @@ - papermc-repo - https://repo.papermc.io/repository/maven-public/ + spigotmc-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - io.papermc.paper - paper-api + org.spigotmc + spigot-api 1.18.2-R0.1-SNAPSHOT provided - - org.jetbrains - annotations - RELEASE - compile - diff --git a/src/main/java/eu/creeper/mc/creeperPit/Main.java b/src/main/java/eu/creeper/mc/creeperPit/Main.java index 5112793..3b41d1f 100644 --- a/src/main/java/eu/creeper/mc/creeperPit/Main.java +++ b/src/main/java/eu/creeper/mc/creeperPit/Main.java @@ -128,4 +128,3 @@ public final class Main extends JavaPlugin implements Listener { player.setFoodLevel(20); } } - diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e0aca13..0370c81 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,10 +1,10 @@ name: CreeperPit -version: '2.0.002-SNAPSHOT' +version: '2.0.01-SNAPSHOT' main: eu.creeper.mc.creeperPit.Main -api-version: '1.18.2' +api-version: '1.18' prefix: CPit authors: [ Befaci, creeper ] -description: CreeperPit gameplay management +description: CreeperPit gameplay manager permissions: creeperpit.worldguard.*: default: "op"