This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
WoolBattle v1.2.1
Elo is now being generated with mt_rand (using Mersenne Twister Random Number Generator) and is using now the following seed:
bcmul(microtime(), abs(ip2long($player->getAddress())), 2);
Also, I removed PlayerMoveEvent and added a Repeating task, which should increase performance!