Hallo, owner a year ago I tryed already an Pocketmine server but my problem was no animal an mob spawing. I this possible now with the lastest server version or do I need plugins, an will this work on Ios devices Greeds
Yes, you need plugin to get living mobs. That's because PocketMine doesn't have entity AI implemented yet. I recommend using PureEntitiesX
I recommend using nothing and waiting until the universe collapses. (Fuck Sun, you're not going to destroy us )
Where do i find the phar for this plugin? It should be in the zip file, but it wasn't and Poggit does not know this project at all.
The phar isn't in the zip file. You go to the downloads section of the latest release in releases and select the phar to download. You can also make the phar yourself if you need to. The way I like to do this is by downloading the zip file and uploading it to http://pmt.mcpe.me It will generate the phar which you can easily install on your server. The other way to do this is by using DevTools, however I don't like it.
Hello! I'm trying basically the same thing, but I already tried PureEntitiesX and it's outdated for my version of PocketMine. Is there a way to fool it into thinking it is the correct API version? (I think it would work fine with the newer Development updates to PMMP.) Or is there any other plugin I could use instead? Thanks!
I am blood type O but I found a way to fool a doctor into thinking I am blood type AB. Now what happens when he tries to transfuse some blood to me?
That's pretty much what happens... And, yes, I found a way, but it completely broke the server. Are there any other mob-adding plugins? Thanks.
PureEntitiesX is working with master branch; you can download the latest alpha7 builds here for master and mcpe1.2 branches.
Hey I know I'm kind of cutting into the conversation but, does PureEntitiesX run on 1.1.0. I don't think it does.
When I say it works... I only fixed the incompatibility with recent alpha7 changes so that Mobs spawn and move around etc, but the AI/movement needs improving, so if anyone wants to contribute, please do so by forking and making a pull request.
Hello I just installed the above version (Alpha7) but am getting the following in the console.. [11:25:50] [Server thread/CRITICAL]: Could not tick level "world": Undefined variable: damage [11:25:50] [Server thread/CRITICAL]: ErrorException: "Undefined variable: damage" (EXCEPTION) in "PureEntitiesX.phar/src/revivalpmmp/pureentities/entity/monster/walking/Zombie" at line 133 What version of PMMP should I be running for this.? [13:06:53] [Server thread/INFO]: Loading pocketmine.yml... [13:06:53] [Server thread/INFO]: Loading server properties... [13:06:53] [Server thread/INFO]: Selected English (eng) as the base language [13:06:53] [Server thread/INFO]: Starting Minecraft: PE server version v1.1.0.55 [13:06:53] [Server thread/INFO]: Opening server on 0.0.0.0:19132 [13:06:53] [Server thread/INFO]: This server is running PocketMine-MP version 1.6.2dev-474 "Unleashed" (API 3.0.0-ALPHA7) [13:06:53] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License [13:06:53] [Server thread/INFO]: Loading recipes... [13:06:53] [Server thread/INFO]: Loading resource packs... [13:06:53] [Server thread/INFO]: Loading PureEntitiesX v0.2.3 [13:06:53] [Server thread/INFO]: [PureEntitiesX] The Original Code for this Plugin was Written by milk0417. It is now being maintained by RevivalPMMP for PMMP 'Unleashed'. [13:06:53] [Server thread/INFO]: [PureEntitiesX] Setting loglevel of logfile to info [13:06:53] [Server thread/INFO]: Loading LockIt v1.3.3 [13:06:53] [Server thread/INFO]: Loading DevTools v1.12.1 [13:06:53] [Server thread/INFO]: Enabling PureEntitiesX v0.2.3 [13:06:53] [Server thread/NOTICE]: [PureEntitiesX] Configuration loaded: [enableNBT:1] [enableSpawn:1] [enableAsyncTasks:1] [enableLookingTasks:1] [loggingEnabled:1] [findPartnerDistance:49] [interactDistance:6] [teleportTamedDistance:20] [tamedFollowDistance:14] [blockOfInterestTicks:100] [checkTargetSkipTicks:5] [pickupLootTicks:10] [interactiveButtonCorrection:1] [useBlockLight:] [useSkyLight:] [emitLoveParticles:] [xpEnabled:] [idleChance:20] [idleMin:100] [idleMax:500] [idleTimeBetween:60secs] [panicEnabled:1] [panicTicks:100] [entityMaxAge:72000] [13:06:53] [Server thread/NOTICE]: [PureEntitiesX] Enabled! [13:06:53] [Server thread/NOTICE]: [PureEntitiesX] You're Running PureEntitiesX v0.2.3 [13:06:53] [Server thread/INFO]: Enabling DevTools v1.12.1 [13:06:53] [Server thread/INFO]: [DevTools] Registered folder plugin loader [13:06:53] [Server thread/INFO]: Preparing level "world" [13:06:53] [Server thread/INFO]: Enabling LockIt v1.3.3 [13:06:53] [Server thread/INFO]: Starting GS4 status listener [13:06:53] [Server thread/INFO]: Setting query port to 19132 [13:06:53] [Server thread/INFO]: Query running on 0.0.0.0:19132 [13:06:53] [Server thread/INFO]: Default game type: Survival Mode Many Thanks Damian
I get this error when I run it on my Bedrock server (Minecraft Bedrock version 1.2.0.22): [11:15:42] [Server thread/CRITICAL]: ErrorException: "Declaration of revivalpmmp\pureentities\entity\BaseEntity::attack($damage, pocketmine\event\entity\EntityDamageEvent $source) should be compatible with pocketmine\entity\Living::attack(pocketmine\event\entity\EntityDamageEvent $source)" (EXCEPTION) in "PureEntitiesX.phar/src/revivalpmmp/pureentities/entity/BaseEntity" at line 548 [11:15:42] [Server thread/CRITICAL]: Could not load plugin 'PureEntitiesX'
Alpha7 hasn't yet been tagged and is changing daily... some breaking changes to master have probably just been merged to the mcpe1.2 branch, so I'll update it with those changes today if possible. UPDATE : it should now be working again with latest builds of master and mcpe1.2
I also got an error from this plugin, but its way longer, it occured when I joined. [Server thread/CRITICAL]: Error: "Undefined property: pocketmine\network\mcpe\protocol\InventoryTransactionPacket::$transactionType" (EXCEPTION) in "pmsrc/src/pocketmine/network/mcpe/protocol/DataPacket" at line 195 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #0 plugins/PureEntitiesX.phar/src/revivalpmmp/pureentities/event/EventListener(75): pocketmine\network\mcpe\protocol\DataPacket->__get(string[15] transactionType) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): revivalpmmp\pureentities\event\EventListener->dataPacketReceiveEvent(object pocketmine\event\server\DataPacketReceiveEvent) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object revivalpmmp\pureentities\event\EventListener, object pocketmine\event\server\DataPacketReceiveEvent) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\server\DataPacketReceiveEvent) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(108): pocketmine\event\Event->call() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/network/mcpe/protocol/BatchPacket(130): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Player(3311): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #9 pmsrc/vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[20] 192.168.86.155 59352, object raklib\protocol\EncapsulatedPacket, integer 0) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #12 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(113): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe\{closure}() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #13 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(75): pocketmine\snooze\SleeperHandler->processNotifications() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #14 pmsrc/src/pocketmine/Server(2155): pocketmine\snooze\SleeperHandler->sleepUntil(double 1618155956.2171) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #15 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #16 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #17 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[72] /storage/emulated/0/Android/data/io.scer.pocketmine/files/PocketMine-MP/, string[80] /storage/emulated/0/Android/data/io.scer.pocketmine/files/PocketMine-MP/plugins/) 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #18 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server() 2021-04-11 [15:45:56] [Server thread/CRITICAL]: #19 pmsrc(11): require(string[127] phar:///storage/emulated/0/Android/data/io.scer.pocketmine/files/PocketMine-MP/P) 2021-04-11 [15:45:56] [Server thread/INFO]: Redstonenerd30 left the game 2021-04-11 [15:45:56] [Server thread/INFO]: Redstonenerd30[/192.168.86.155:59352] logged out due to Internal server error 2021-04-11 [15:45:56] [RakLibServer thread/NOTICE]: Blocked 192.168.86.155 for 5 seconds