The source code from mineplex 2018 leak with commit history dating back to 2014, it requires a lengthy setup to get functional but is a reasonably easy compile if you know what your doing just have to repatch the spigot
Go to file
samczsun 7e18989fb7 PC-267 PC-545 PC-1253
This is to fix a troublesome race condition occurring between Mineplexer
and Core. Simply put, the following steps occur normally:

1) Player logs in via Bungee
2) If there is no PlayerInfo entry, PlayerStats inserts a PlayerInfo entry
into Redis
3) CoreClientManager looks for the PlayerInfo entry and finds it
4) If the PlayerInfo entry was just inserted, it will have accountId=0.
CoreClientManager sees this and updates it to a valid accountId, then
reinserts into Redis
5) All is good

However, sometimes Step 3 occurs before Step 2 (perhaps latency to Redis
is a factor), and so CoreClientManager
sees a null entry and ignores it. Then, an invalid PlayerInfo entry is
inserted with accountId=0, which then breaks any SQL queries relying on an
valid accountId
2017-02-16 02:03:25 -06:00
.github Add a pull request template 2016-07-20 17:33:03 -05:00
Art art 2015-12-14 18:24:05 +11:00
Maps Fixed Cosmetic menu buttons 2014-12-05 01:15:25 -08:00
Patches Fix TnT datawatcher 2016-04-25 10:38:01 +10:00
Plugins PC-267 PC-545 PC-1253 2017-02-16 02:03:25 -06:00
Pocket Bugs 2015-07-14 12:20:48 +01:00
TexturePack Initial Commit 2013-08-27 08:14:08 -07:00
Webpages Add in hooks to update statistical events log for leaderboards. 2015-02-19 18:53:46 -05:00
Website Fixed Logging of gems/coins for support staff. 2015-08-23 15:47:41 -07:00
.gitignore Update .gitignore to not include Eclipse files 2016-04-09 11:09:12 +03:00
README.md Create README file 2016-02-19 22:17:23 -06:00
UNDANGLE THEM BLOBS.bat Xmas Game 2013-12-21 10:17:22 +11:00
putty.reg depr deprerer 2013-11-06 01:04:17 -08:00

README.md

Minecraft-PC

Minecraft PC Edition