Changed maven artifactID names

This commit is contained in:
simon 2017-11-22 17:05:50 -05:00
parent 6be2a496c6
commit 29cac77e79
10 changed files with 10 additions and 20 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.simon987.plugincubot</groupId>
<artifactId>Plugin Cubot</artifactId>
<artifactId>plugin-cubot</artifactId>
<version>1.2a</version>
<build>
@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>net.simon987.server</groupId>
<artifactId>Server</artifactId>
<artifactId>server</artifactId>
<version>1.2a</version>
</dependency>

View File

@ -1,10 +0,0 @@
package net.simon987.cubotplugin;
public enum CubotAction {
IDLE,
DIGGING,
WALKING,
WITHDRAWING,
DEPOSITING
}

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.simon987.pluginmischw</groupId>
<artifactId>Plugin Misc HW</artifactId>
<artifactId>plugin-misc-hw</artifactId>
<version>1.2a</version>
<build>
@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>net.simon987.server</groupId>
<artifactId>Server</artifactId>
<artifactId>server</artifactId>
<version>1.2a</version>
</dependency>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.simon987.pluginnpc</groupId>
<artifactId>Plugin NPC</artifactId>
<artifactId>plugin-npc</artifactId>
<version>1.2a</version>
<build>
<plugins>
@ -29,7 +29,7 @@
<dependency>
<groupId>net.simon987.server</groupId>
<artifactId>Server</artifactId>
<artifactId>server</artifactId>
<version>1.2a</version>
</dependency>
</dependencies>

View File

@ -20,7 +20,7 @@ public class NpcPlugin extends ServerPlugin implements GameObjectDeserializer {
@Override
public GameObject deserializeObject(JSONObject object) {
;
int objType = (int) (long) object.get("type");
if (objType == HarvesterNPC.ID) {

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.simon987.pluginplant</groupId>
<artifactId>Plugin Plant</artifactId>
<artifactId>plugin-plant</artifactId>
<version>1.2a</version>
<build>
<plugins>
@ -29,7 +29,7 @@
<dependency>
<groupId>net.simon987.server</groupId>
<artifactId>Server</artifactId>
<artifactId>server</artifactId>
<version>1.2a</version>
</dependency>
</dependencies>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.simon987.server</groupId>
<artifactId>Server</artifactId>
<artifactId>server</artifactId>
<version>1.2a</version>
<build>