added mineplexer to the modules, move some community parsed maps to the right directory
This commit is contained in:
@ -81,7 +81,6 @@ public class ProfileCacheManager extends MiniPlugin implements GameProfileReposi
|
||||
gameProfile.getProperties().putAll(propertyMap);
|
||||
return gameProfile;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
package mineplex.serverdata.data;
|
||||
|
||||
import mineplex.serverdata.Region;
|
||||
import mineplex.serverdata.data.Data;
|
||||
|
||||
public class BungeeServer implements Data
|
||||
{
|
||||
|
@ -564,9 +564,8 @@ public class ServerMonitor
|
||||
if (serversToRestart <= 5)
|
||||
serversToRestart = 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
else if (serverGroup.getName().equalsIgnoreCase("Halloween"))
|
||||
{
|
||||
if (serverGroup.getServers().size() > (_region == Region.US ? 300 : 100))
|
||||
@ -581,6 +580,7 @@ public class ServerMonitor
|
||||
serversToAdd = 0;
|
||||
}
|
||||
}
|
||||
|
||||
else if (serverGroup.getName().equalsIgnoreCase("UltraHardcore"))
|
||||
{
|
||||
int maxUHC = Math.max(1, _totalPlayers / 6000);
|
||||
|
@ -29,6 +29,7 @@
|
||||
<module>Mineplex.Game.Nano</module>
|
||||
<module>Mineplex.Hub</module>
|
||||
<module>Nautilus.Game.Arcade</module>
|
||||
<module>Mineplex.Bungee.Mineplexer</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
|
Reference in New Issue
Block a user