From 78c0e72178bfba86eef2ecfc1adb071bc8272c8c Mon Sep 17 00:00:00 2001 From: jojo Date: Wed, 3 Feb 2021 20:21:31 +0100 Subject: [PATCH 1/3] Add plugin.yml --- BauSystem_Main/src/plugin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BauSystem_Main/src/plugin.yml b/BauSystem_Main/src/plugin.yml index bc85fb9..4d17a57 100644 --- a/BauSystem_Main/src/plugin.yml +++ b/BauSystem_Main/src/plugin.yml @@ -1,10 +1,12 @@ name: BauSystem -author: Lixfel +author: [Lixfel, YoyoNow, Chaoscaot] version: "1.0" depend: [WorldEdit, SpigotCore] load: POSTWORLD main: de.steamwar.bausystem.BauSystem api-version: "1.13" +webside: www.steamwar.de +description: "So unseriƶs wie wir sind: BauSystem nur besser." commands: debugstick: -- 2.39.5 From 5f0477e920e7a738d20cca633fb23c4b9ece7c86 Mon Sep 17 00:00:00 2001 From: jojo Date: Wed, 3 Feb 2021 20:25:23 +0100 Subject: [PATCH 2/3] Fix plugin.yml --- BauSystem_Main/src/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/plugin.yml b/BauSystem_Main/src/plugin.yml index 74b9ef6..0c1df7e 100644 --- a/BauSystem_Main/src/plugin.yml +++ b/BauSystem_Main/src/plugin.yml @@ -5,7 +5,7 @@ depend: [WorldEdit, SpigotCore, ProtocolLib] load: POSTWORLD main: de.steamwar.bausystem.BauSystem api-version: "1.13" -webside: www.steamwar.de +website: "https://steamwar.de" description: "So unseriƶs wie wir sind: BauSystem nur besser." commands: -- 2.39.5 From 607b1f155725836739f0c222823e65844709bea8 Mon Sep 17 00:00:00 2001 From: jojo Date: Wed, 3 Feb 2021 20:27:16 +0100 Subject: [PATCH 3/3] Fix plugin.yml --- BauSystem_Main/src/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/plugin.yml b/BauSystem_Main/src/plugin.yml index 0c1df7e..5a10a50 100644 --- a/BauSystem_Main/src/plugin.yml +++ b/BauSystem_Main/src/plugin.yml @@ -1,5 +1,5 @@ name: BauSystem -author: [Lixfel, YoyoNow, Chaoscaot] +authors: [Lixfel, YoyoNow, Chaoscaot] version: "1.0" depend: [WorldEdit, SpigotCore, ProtocolLib] load: POSTWORLD -- 2.39.5