This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-
/ \
/ \
/ PocketMine \
/ MP \
|\ @shoghicp /|
|. \ / .|
| .. \ / .. |
| .. | .. |
| .. | .. |
\ | /
\ | /
\ | /
\ | /
PocketMine-MP is a Server for Minecraft Pocket Edition done in PHP. It has a Plugin API that enables a developer to extend it and add new features, or change default ones.
The entire server is done in PHP, and has been tested, profiled and optimized to run smoothly.
Go to Wiki for more information
FAQ: Frequently Asked Questions
- Full Creative mode!
- Plugin API
- Custom world generation
- Update Channels!! (stable / dev)
- PHP cURL
- PHP Sockets
- PHP SQLite3
- PHP pthreads by krakjoe: Threading for PHP - Share Nothing, Do Everything
- PHP NBT by TheFrozenFire: Class for reading in NBT-format files (modified to handle Little-Endian files)
- Math_BigInteger by phpseclib: Pure-PHP arbitrary precission integer arithmetic library
- Spyc by Vlad Andersen: A simple YAML loader/dumper class for PHP