Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
EMMMM
Browse files Browse the repository at this point in the history
  • Loading branch information
fengberd committed Sep 3, 2017
1 parent 35b5ecf commit 2ff6f15
Show file tree
Hide file tree
Showing 22 changed files with 872 additions and 845 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# MinecraftPEServer
An Android application which enables you to run Genisys or Nukkit on your phone!
# Pocket Server
An Android application which enables you to run PocketMine or Nukkit on your phone!

# Introduction
Although some codes come from PocketMine-Android, most of them have been rewritten!
# Download
You can download from the [Google Play](https://play.google.com/store/apps/details?id=net.fengberd.minecraftpe_server) or [Releases Page](https://github.com/fengberd/PocketServer/releases)

# Usage
Genisys = Install App -> Press Install PHP -> Press Download & Install PHP7 -> Press Download Server, then press iTX-Genisys -> Check PocketMine at Server Type -> Press Start Server
PocketMine = Install App -> Install PHP -> Check PocketMine at Server Type -> Press Download Server, then choose server you want to use-> Press Start Server

Nukkit = Install App -> Rooting -> Put Nukkit.jar to /sdcard/Nukkit -> Check Nukkit at Server Type -> Install Java -> Press Download Server, then press anything -> Press Java Library(ROOT), if you use KingRoot, you check Use ku.sud to request root -> Start Server
Nukkit = Rooting -> Install App -> Install Java -> Check Nukkit at Server Type -> Press Mount Java Library(ROOT), if you use KingRoot, you check Use ku.sud in to request root in Settings -> Press Start Server

# About JRE
You can get "nukkit_library.tar.gz" from <a href="https://www.dropbox.com/s/c6xnyehgdtwobct/nukkit_library.tar.gz?dl=0">Here</a>

# Download
You can download at the <a href="https://play.google.com/store/apps/details?id=net.fengberd.minecraftpe_server">Google Play</a>

# LICENSE
GPLv3 (GNU Public License version 3)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "net.fengberd.minecraftpe_server"
minSdkVersion 14
targetSdkVersion 21
versionCode 1080
versionName "1.0.8.0"
versionCode 1090
versionName "1.0.9.0"
vectorDrawables.useSupportLibrary = true
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"ZXDA|https://jenkins.zxda.net/job/Nukkit/"
],
"pocketmine": [
"[Suggested]GenisysPro (ZXDA)|https://jenkins.zxda.net/job/GenisysPro/",
"Tesseract (ZXDA)|https://jenkins.zxda.net/job/Tesseract/",
"GenisysPro (ZXDA)|https://jenkins.zxda.net/job/GenisysPro/",
"PocketMine-MP-PMMP (pmmp/x64)|https://jenkins.pmmp.gq/job/PocketMine-MP/",
"PocketMine-MP-PMMP (ZXDA/x64)|https://jenkins.zxda.net/job/PocketMine-MP/",
"[Abandoned]BlueLight (ZXDA)|https://jenkins.zxda.net/job/BlueLight/",
Expand Down
Loading

0 comments on commit 2ff6f15

Please sign in to comment.