Update README.md

Mentions that mbstring is used (already used in Player.php)
This commit is contained in:
PEMapModder 2016-03-11 01:16:07 +08:00
parent 0b06a4f703
commit 6ba0abf587

View File

@ -45,6 +45,7 @@ __PocketMine-MP is a free, open-source software that creates Minecraft: Pocket E
## Third-party Libraries/Protocols Used
* __[PHP Sockets](http://php.net/manual/en/book.sockets.php)__
* __[PHP mbstring](http://php.net/manual/en/book.mbstring.php)__
* __[PHP SQLite3](http://php.net/manual/en/book.sqlite3.php)__
* __[PHP BCMath](http://php.net/manual/en/book.bc.php)__
* __[PHP pthreads](http://pthreads.org/)__ by _[krakjoe](https://github.com/krakjoe)_: Threading for PHP - Share Nothing, Do Everything.