I tried to install the minecraft server on my Ubuntu server. I created a directory at /usr/games/minecraft (of course with write access) and executed "wget -q -O - https://get.pmmp.io | bash -s -". I don't know much about linux, so this could be a very easy mistake. After entering the commad I get this output: `minecraft@h2755331:/usr/games/minecraft$ wget -q -O - https://get.pmmp.io | bash -s - [] Retrieving latest build data for channel "alpha" [] Found PocketMine-MP 3.0.4 (build 1220) for Minecraft: PE v1.4.0 (PHP 7.2) [] This alpha build was released on Fr 29. Jun 13:22:50 CEST 2018 [] Installing/updating PocketMine-MP on directory ./ [1/3] Cleaning... [2/3] Downloading PocketMine-MP phar... done! [3/3] Obtaining PHP: detecting if build is available... Linux PHP build available... downloading 7.2 ... checking... downloaded PHP build doesn't work on this platform! [3/3] No prebuilt PHP found, compiling PHP automatically. This might take a while. [PocketMine] PHP compiler for Linux, MacOS and Android [INFO] Checking dependencies [INFO] Compiling for current machine using 64-bit PHP: downloading 7.2.7... done![zlib] downloading 1.2.11... checking... compiling... installing... done![GMP] downloading 6.1.2... checking... compiling... installing... done![mbed TLS] downloading 2.11.0... checking... compiling... installing... done![OpenSSL] downloading 1.1.0h... checking... compiling... installing...`After hours of waiting nothing happends any more. I deleted all files in the minecraft folder and tried it again with no success. I think this is bug and I don't know what to do there.
"After hours of waiting nothing happends any more" Try using screen - the installation can take a while to complete, and if you disconnect from ssh before it is completed anything running within that session will be closed.
Thank you very much, that fixed the problem. Now I have the problem that I cant connect to the server with my android smartphone. It says the server is deprecated. Im using Minecraft for Android 1.6.0.5. I don't know which Pocketmine version I have or how I can see that, but I installed it a few minutes ago, so I think it is the latest. Is it a bug or did I something wrong?
AFAIK the latest version is 1.4.4... where did you get it?! To see your PocketMine version just type 'version' on console.
Okay thank you, I left the beta group and reinstalled the android app. Now I can connect to the server. I want to use my android worlds and copied it into the right directory. No I get an error because I need to a leveldb PHP extension. I found some threads in this forum but no instructions that helped me. Can anyone provide me the linux commands that I have to type in putty? Otherwise I have no chance to use the world, because I am a beginner and don't know much about linux.
PocketMine dosen't support LevelDB (MC Bedrock Format) at Current Time so use this tool and convert your worlds to anvil format (MC Java Format) and it should work with your server
Thank you for your reply, you all help me a lot. Unfortunately this isn't working for me. If I select "Convert from PC", I get an Error that a part of the path "C:\myWorld\region" could not be found. Indeed this folder does not exist. If I select "Convert to PC" I get Invalid argument: C:\Users\myName\AppData\Local\Temp\mcctoolchest\6881abc8-7e2c-4cd3-b645-cb4394254b1a\db: does not exist (create_if_missing is false) Therefore I could not convert the world. Do you think ist poosible with less effort at all? Maybe it's too difficult and I should create a new map. By the way, do you know when redstone functions are planned to be implemented?
It's 7,72 MB. I uploaded it here: https://mega.nz/#!ykIWBQxD!ZbK3HThNxPQuOMStKkg69XeWRlr51DaOWeTW1SnZCvk Maybe you can see that something is missing in the folder or something is wrong. Thank you so much for your time. It would be great if we can get it working
Thank you, this seems to be working a bit. I set changed the path to the map in the config file. But now I am in a different world when I connect to server. I get the following output in a red font: [Server thread/ERROR]: Error while unloading a chunk: fopen(/usr/games/minecraft/worlds/Kleintierzoo/region/r.-1.-1.mca): failed to open stream: Permission denied [10:38:41] [Server thread/CRITICAL]: ErrorException: "fopen(/usr/games/minecraft/worlds/Kleintierzoo/region/r.-1.-1.mca): failed to open stream: Permission denied" (EXCEPTION) in "src/pocketmine/level/format/io/region/RegionLoader" at line 76 The converted world you sent me looks different. Here are two pictures: converted: my world: In minecraft settings I see seed -1 if I am connected to the server
that's a permission error, delete the world and paste it again from zip (without running the server), and run the following command in your linux terminal: Code: chmod -R 777 /usr/games/minecraft/worlds/Kleintierzoo after that run the server and tell me how it goes.
Thank you so much. Now everything is working fine. Do you know when redstone will be supported? My map used redstone parts. Will they work again if redstone is supported some day or are they broken? Thank you so much!
This thread is already way off topic, and there is no point pinging staff about redstone. They've already made it very clear: redstone is on the roadmap (along with MineCarts and other features that everyone wants), but is not high-priority, so you will not get an ETA.
Sorry for that but I have one more question. If I enter "/tp -70 70 150" in Minecraft, everything is fine and I can teleport myself. If I enter "/setworldspawn -70 70 150" and then "/kill" and respawn, I spawn at (18.5, 0, -58.5) and fall out of world. I'm in creative mode. At the servers console I see [18:15:20] [Server thread/INFO]: [Philipp97714: Set the world spawn point to (-70, 70, 140)]
Google Play Store updated Minecraft to version 1.5. Now I can't connect to my server because the server is deprecated. What do I have to do now?