Skip to main content
0 votes
1 answer
272 views

I've added my own entity to pocketmine-mp server: class DinosaurEntity extends Entity { ... } and would like to add random moves for my entity. I don't want to implement my own movement logic. It ...
LA_'s user avatar
  • 20.5k
-4 votes
1 answer
243 views

I'm trying to make a world border by getting player coordinate and stopping them from moving past that coordinate. What should I do? Using Pocketmine 4.0.0 I've tried to find a method to get the ...
NotU's user avatar
  • 1
0 votes
1 answer
184 views

I can't find the namespace for PluginBase in PocketMine-MP I expected it to be found, but Error because it was unfound
NotU's user avatar
  • 1
0 votes
2 answers
705 views

What I want to do is some kit, whenever I place a chest, it will fill items inside it. This is my code so far. public function onBlockPlace(BlockPlaceEvent $event): void { $dataConfig = ...
AdolfJames Urian's user avatar
0 votes
1 answer
230 views

As of 1.13 of Minecraft (and im not sure when it came out for bedrock) they added in the "command ui" with syntax and autofilling for commands (see below) Command Syntax I know on java ...
I dont know how to ask google's user avatar
0 votes
1 answer
82 views

If it isn't obvious by the way the title of this post is phrased, I understand what is going wrong, but I do not know the vocabulary necessary to phrase a question to get an answer through google. ...
I dont know how to ask google's user avatar
0 votes
0 answers
200 views

I'm not sure that this is, well, the ordinary use case for Heroku. I want to run a PocketMine (Minecraft Bedrock Edition server) on Heroku. I've compiled a new PHP build, compiled the Phar, and ...
user avatar
3 votes
1 answer
184 views

I'm trying to use a config file to store a minimum and maximum value that can be changed by users for easier changing of a randomizing code. This is being used for a PocketMine-MP plugin that will ...
Jviguy's user avatar
  • 33
0 votes
1 answer
301 views

i Own A Minecraft Bedrock PocketMine-MP Server, Today i Started Making The Crates, i Looked In Console To Be Sure There isn't Any Problem but i Saw This Error: did not find expected key (line 93, ...
MasterBen's user avatar
-2 votes
2 answers
507 views

<?php namespace Test; class A { public function T(){ sleep(1000); //Code not possible for thread to perform } } ?> But, When call method T, Program Stucking ...
Verify System Email's user avatar
1 vote
1 answer
200 views

I am working on creating a Docker image to run PocketMine-MP. The only issue is that once it is built and I attempt to run the image it gives this output. (which means it is not compatible with my ...
user avatar
0 votes
1 answer
72 views

I'm trying to get the center of the map while generating it to know when to set the blocks... (To make a circle of pillars) There's currently no way that I know that can get the center of the map ...
CortexPE's user avatar
0 votes
3 answers
5k views

How would somebody use the Docker Engine API to stop a container, upload a file (from a url) to a path in a container, then run the start command again? I am running this image. The intention is to ...
user avatar
2 votes
1 answer
5k views

I have just made my first ever Docker Image to run pmmp/PocketMine-MP inside of Docker. When I try to the the container I get the following error: [root@docker pmmp-docker]# docker run -it -p 19132:...
user avatar
0 votes
1 answer
912 views

when i scandir() it's return in array like this Array( [0]=> string(8) "DevTools" [1]=> string(17) "LB-Particles.phar" [2]=> string(11) "NoGrifersDP" [3]=> string(12) "...
R7vmc's user avatar
  • 3

15 30 50 per page