From c0cf6f24b305030694758d68e9bb988ccfbc8dfb Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sun, 1 Nov 2020 18:40:00 +0100 Subject: [PATCH] Fix Chroma-Core dependency --- ButtonPresents.iml | 14 +++++++++++--- plugin.yml | 2 +- pom.xml | 2 +- .../buttondevteam/presents/ButtonPresents.java | 2 +- target/classes/config.yml | 0 target/classes/plugin.yml | 18 ------------------ 6 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 target/classes/config.yml delete mode 100644 target/classes/plugin.yml diff --git a/ButtonPresents.iml b/ButtonPresents.iml index e979477..4e894f4 100644 --- a/ButtonPresents.iml +++ b/ButtonPresents.iml @@ -1,5 +1,10 @@ + + + @@ -10,6 +15,8 @@ + + @@ -17,7 +24,7 @@ - + @@ -25,7 +32,7 @@ - + @@ -39,6 +46,7 @@ - + + \ No newline at end of file diff --git a/plugin.yml b/plugin.yml index e6de283..6ad8274 100644 --- a/plugin.yml +++ b/plugin.yml @@ -16,4 +16,4 @@ commands: description: A set of commands designed for R and D softdepend: [Factions] -depend: [ChromaCore] \ No newline at end of file +depend: [Chroma-Core] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2469a85..188896f 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ com.github.TBMCPlugins.ChromaCore Chroma-Core - master-SNAPSHOT + v1.0.0 com.github.tbmcplugins diff --git a/src/main/java/buttondevteam/presents/ButtonPresents.java b/src/main/java/buttondevteam/presents/ButtonPresents.java index 05894fd..623d01d 100644 --- a/src/main/java/buttondevteam/presents/ButtonPresents.java +++ b/src/main/java/buttondevteam/presents/ButtonPresents.java @@ -13,7 +13,7 @@ import org.bukkit.plugin.java.JavaPlugin; import java.util.logging.Logger; public class ButtonPresents extends JavaPlugin{ - //Hello Norbs + //Hello Norbs - Hello Ali public void onEnable(){ PluginDescriptionFile pdfFile = getDescription(); diff --git a/target/classes/config.yml b/target/classes/config.yml deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index af04016..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,18 +0,0 @@ -main: buttondevteam.presents.ButtonPresents -name: ButtonPresents -version: 0.0.1 - -commands: - dictionary: - description: A set of Hello World commands and listeners, type in /hello to see subcommands - rtp: - description: A command that allows players to randomly teleport across the map - spawn: - description: A set of commands designed to be used in spawn - magic: - description: A set of fun commands designed for cheaty stuff - research: - description: A set of commands designed for R and D - -softdepend: [Factions] -depend: [ChromaCore] \ No newline at end of file