Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leverylteam/leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
https://github.com/leverylteam/leveryl
mcpe mcpe-server php php7 pmmp pocketmine-mp spoon tesseract
Last synced: 3 months ago
JSON representation
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
- Host: GitHub
- URL: https://github.com/leverylteam/leveryl
- Owner: LeverylTeam
- License: lgpl-3.0
- Created: 2017-06-16T11:34:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T02:49:28.000Z (over 7 years ago)
- Last Synced: 2024-10-09T23:04:15.610Z (3 months ago)
- Topics: mcpe, mcpe-server, php, php7, pmmp, pocketmine-mp, spoon, tesseract
- Language: PHP
- Homepage:
- Size: 2.81 MB
- Stars: 44
- Watchers: 17
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction:
This is an Advanced & Feature Rich Server Software to hopefully Replace [Tesseract](https://github.com/TesseractTeam/Tesseract).
(They're dead. And this is **NOT** supposed to be taken out of context.)
This spoon is based off of [GenisysPro](https://github.com/GenisysPro/GenisysPro) (For Stability) which is based on [Genisys](https://github.com/ITXTech/Genisys)
Report any BUGS in the issues section...NOTE: **The master branch is the only officially supported branch.**
_All other branches are in testing and may be unstable. Do not use builds from other branches unless you are sure you understand the risks._# Notice
Leveryl for Minecraft Bedrock edition (PE) v1.2.0 is currently being developed. Please be patient on waiting for it to be ready for merging...
If you want to contribute and/or help, You may open a Pull Request on the [MCPE1dot2](https://github.com/LeverylTeam/Leveryl/tree/mcpe1dot2) branch...
If it's correct, we'll surely merge it.# Donating
[Head Developer's PayPal Donation Page](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MABFZPDR8F5UG)
Your donations support us as we continue to Develop Leveryl for free :wink:# Where can I get the Latest Leveryl phar?
You can download the latest phar from our [Jenkins Build Server](http://cortexpe.xyz:8080/job/Leveryl/lastSuccessfulBuild/)# Features:
- [X] **CustomPotions**
- [X] **Fully Support UserNames with spaces**
- [X] **XBox Live Authentication**
- [X] **Integrated DevTools**
- [X] **Advanced Player Functions**
- [X] **GeniAPI v2.0**
- [X] **LoginPacket variables are accessible Via plugins**
- [X] **CustomEnchants**
- [X] **Plugin Compatibility for PMMP Plugins**
- [X] **Plugin Compatibility for Tesseract & Genisys Plugins**
- [X] **More Advanced & Open MainLogger*****Other List Entries are on "leveryl.yml"....***
# Builds, Gitter Chat & Discord Server:
#### Jenkins Build Status: [![Jenkins](http://cortexpe.xyz:8080/job/Leveryl/badge/icon)](http://cortexpe.ml:8080/job/Leveryl/)
#### TravisCI Build Status: [![TravisCI](https://travis-ci.org/LeverylTeam/Leveryl.svg?branch=master)](https://travis-ci.org/LeverylTeam/Leveryl)
#### Gitter Chat: [![Gitter](https://badges.gitter.im/leveryl/leveryl.svg)](https://gitter.im/leveryl/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=pr-badge)
#### Discord Server (Talk to a Human For Support): [Join Server](https://discord.gg/8dXXsTq)# Windows & Linux Installation:
Read [this](https://github.com/LeverylTeam/Leveryl/wiki/Installation) page on our [Wiki](https://github.com/LeverylTeam/Leveryl/wiki/)... ;)# Resources:
To be able to run this on Windows, You'll need Visual Studio C++ Redistributable 2015,
Which can be downloaded [Here](https://www.microsoft.com/en-us/download/details.aspx?id=48145).# Acknowledgements / Credits:
- Leveryl is a "spoon" of **[Pocketmine-MP](http://github.com/PocketMine/PocketMine-MP/)**
- Most of the original code was written by the original [PocketMine](https://github.com/PocketMine) Team and [GenisysPro](https://github.com/GenisysPro).
- Some Implementations are ported from [Tesseract](https://github.com/TesseractTeam/Tesseract), [PMMP](http://github.com/pmmp/PocketMine-MP/), [Prismarine](https://github.com/PrismarineMC/Prismarine) and [Genisys](https://github.com/ITXTech/Genisys)
- Ported files' authors are stated inside the file# License:
```
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 .
```
# 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.
* __[PHP YAML](https://code.google.com/p/php-yaml/)__ by _Bryan Davis_: The Yaml PHP Extension provides a wrapper to the LibYAML library.
* __[LibYAML](http://pyyaml.org/wiki/LibYAML)__ by _Kirill Simonov_: A YAML 1.1 parser and emitter written in C.
* __[cURL](http://curl.haxx.se/)__: cURL is a command line tool for transferring data with URL syntax
* __[Zlib](http://www.zlib.net/)__: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
* __[Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)__
* __[UT3 Query Protocol](http://wiki.unrealadmin.org/UT3_query_protocol)__
* __[PHP OpenSSL](http://php.net/manual/en/book.openssl.php)__ by _[OpenSSL.org](https://www.openssl.org/)_: Cryptography and SSL/TLS Toolkit