1
0

added mineplexer to the modules, move some community parsed maps to the right directory

This commit is contained in:
labalityowo
2023-05-29 11:44:48 +07:00
parent b435320abd
commit d08593dd85
15 changed files with 7 additions and 13 deletions

View File

@ -81,7 +81,6 @@ public class ProfileCacheManager extends MiniPlugin implements GameProfileReposi
gameProfile.getProperties().putAll(propertyMap); gameProfile.getProperties().putAll(propertyMap);
return gameProfile; return gameProfile;
} }
return null; return null;
} }

View File

@ -1,7 +1,6 @@
package mineplex.serverdata.data; package mineplex.serverdata.data;
import mineplex.serverdata.Region; import mineplex.serverdata.Region;
import mineplex.serverdata.data.Data;
public class BungeeServer implements Data public class BungeeServer implements Data
{ {

View File

@ -564,9 +564,8 @@ public class ServerMonitor
if (serversToRestart <= 5) if (serversToRestart <= 5)
serversToRestart = 0; serversToRestart = 0;
} }
} }
else if (serverGroup.getName().equalsIgnoreCase("Halloween")) else if (serverGroup.getName().equalsIgnoreCase("Halloween"))
{ {
if (serverGroup.getServers().size() > (_region == Region.US ? 300 : 100)) if (serverGroup.getServers().size() > (_region == Region.US ? 300 : 100))
@ -581,6 +580,7 @@ public class ServerMonitor
serversToAdd = 0; serversToAdd = 0;
} }
} }
else if (serverGroup.getName().equalsIgnoreCase("UltraHardcore")) else if (serverGroup.getName().equalsIgnoreCase("UltraHardcore"))
{ {
int maxUHC = Math.max(1, _totalPlayers / 6000); int maxUHC = Math.max(1, _totalPlayers / 6000);

View File

@ -29,6 +29,7 @@
<module>Mineplex.Game.Nano</module> <module>Mineplex.Game.Nano</module>
<module>Mineplex.Hub</module> <module>Mineplex.Hub</module>
<module>Nautilus.Game.Arcade</module> <module>Nautilus.Game.Arcade</module>
<module>Mineplex.Bungee.Mineplexer</module>
</modules> </modules>
<repositories> <repositories>

View File

@ -10,15 +10,6 @@ Mineplex source code dated back to 2018
5. [Redis](https://github.com/tporadowski/redis/releases) & [Redis Desktop Manager](https://anonfiles.com/399650s1ze/RedisManager_zip) 5. [Redis](https://github.com/tporadowski/redis/releases) & [Redis Desktop Manager](https://anonfiles.com/399650s1ze/RedisManager_zip)
6. [Mineplex's Backend Server](https://github.com/timing1337/MineplexMonitor) 6. [Mineplex's Backend Server](https://github.com/timing1337/MineplexMonitor)
## Working status
- ✅ Arcade
- ✅ Hub
- ❓ NanoGames
- ❓ Networking/Bungee related
- ❓ Clans
- ❓ StaffServer
- ❓ GemsHunter
## Building ## Building
``mvn package`` ``mvn package``
@ -38,4 +29,8 @@ Needs any helps? Contact my discord and i'll try to help you as much as I can
- [] Redis scripts for easier setup(?) - [] Redis scripts for easier setup(?)
- [] Custom game maps - [] Custom game maps
## Map parsing credits
- GalaxiaOwner / Micro Battles
- TheBlueKingLP / Champion CTF
Dear Mineplex, if you have any issues with this repo, please contact me immediently. Dear Mineplex, if you have any issues with this repo, please contact me immediently.