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>
|
||||
|
13
README.md
13
README.md
@ -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)
|
||||
6. [Mineplex's Backend Server](https://github.com/timing1337/MineplexMonitor)
|
||||
|
||||
## Working status
|
||||
- ✅ Arcade
|
||||
- ✅ Hub
|
||||
- ❓ NanoGames
|
||||
- ❓ Networking/Bungee related
|
||||
- ❓ Clans
|
||||
- ❓ StaffServer
|
||||
- ❓ GemsHunter
|
||||
|
||||
## Building
|
||||
``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(?)
|
||||
- [] 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.
|
Reference in New Issue
Block a user