Bläddra i källkod

Add author to pom.xml

Jimmy Allen 1 månad sedan
förälder
incheckning
beb5ff072c
3 ändrade filer med 5 tillägg och 2 borttagningar
  1. 3 0
      .vscode/settings.json
  2. 1 1
      .vscode/tasks.json
  3. 1 1
      pom.xml

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
1
+{
2
+    "java.configuration.updateBuildConfiguration": "automatic"
3
+}

+ 1 - 1
.vscode/tasks.json

@@ -13,7 +13,7 @@
13 13
         {
14 14
             "label": "run",
15 15
             "type": "shell",
16
-            "command": "cp target/BanItems-1.4.7.jar server/plugins; cd server;  java -Xms1G -Xmx2G -jar ../mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar",
16
+            "command": "cp target/BanItems-1.4.7.jar server/plugins/BanItems.jar; cd server;  java -Xms1G -Xmx2G -jar ../mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar",
17 17
             "group": "test",
18 18
             "dependsOn": "build"
19 19
         }

+ 1 - 1
pom.xml

@@ -16,7 +16,7 @@
16 16
 
17 17
     <properties>
18 18
         <!--  Author and MainClass are used in plugin.yml -->
19
-        <author>Jimmy Allen</author>
19
+        <author>Jimmy Allen | Jame Golding</author>
20 20
         <mainClass>nz.jimmy.banitems.BanItems</mainClass>
21 21
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 22
     </properties>