Update dependencies

This commit is contained in:
ME1312 2019-12-18 15:07:51 -05:00
parent 6e116763c1
commit eb8261531d
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
7 changed files with 14 additions and 12 deletions

View File

@ -30,20 +30,20 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.ME1312.SubData</groupId>
<artifactId>Server</artifactId>
<version>19w42d</version>
<version>19w50a</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

View File

@ -48,14 +48,14 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.ME1312.SubData</groupId>
<artifactId>Client</artifactId>
<version>19w42d</version>
<version>19w50a</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

View File

@ -670,6 +670,7 @@ public final class SubCommand extends BukkitCommand {
else plugin.gui.getRenderer((Player) sender).groupMenu(1);
break;
case "server":
case "subserver":
if (args.length > 4) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(args[2]), args[4], null);
else if (args.length > 3) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(args[2]), null, args[3]);
else if (args.length > 2) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(args[2]), null, null);

View File

@ -30,14 +30,14 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.ME1312.SubData</groupId>
<artifactId>Client</artifactId>
<version>19w42d</version>
<version>19w50a</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

View File

@ -1069,6 +1069,7 @@ public final class SubCommand implements CommandExecutor {
else plugin.gui.getRenderer((Player) sender).groupMenu(1);
break;
case "server":
case "subserver":
if (menuopts.length > 2) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(menuopts[0]), menuopts[2], null);
else if (menuopts.length > 1) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(menuopts[0]), null, menuopts[1]);
else if (menuopts.length > 0) plugin.gui.getRenderer((Player) sender).serverMenu(Integer.parseInt(menuopts[0]), null, null);

View File

@ -20,14 +20,14 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.ME1312.SubData</groupId>
<artifactId>Client</artifactId>
<version>19w42d</version>
<version>19w50a</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>

View File

@ -30,20 +30,20 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w39b</version>
<version>19w50b</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.ME1312.SubData</groupId>
<artifactId>Client</artifactId>
<version>19w42d</version>
<version>19w50a</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>