Hello, I've recently started my own server and your forum is a treasure trove! So far I've been alright getting a few of the plugins from here working(Great collection, thank you sm for preserving it!), but there are a few things I can't get working or do not understand the code enough to fix.
I wonder if there is a bundle of working 0.8.1 plugins?
or if anyone still cares enough about 0.8.1 to talk me through my PHP issues?
Here's an Explosion.php I modified to add mobGriefing on/off, you will also need to add the following line to your PocketMinecraftServer.php:
Line 100:
I wonder if there is a bundle of working 0.8.1 plugins?
or if anyone still cares enough about 0.8.1 to talk me through my PHP issues?
Here's an Explosion.php I modified to add mobGriefing on/off, you will also need to add the following line to your PocketMinecraftServer.php:
Line 100:
and don't forget to set the enable-mob-griefing switch in your server.properties!Explosion::$entityGriefing = $this->extraprops->get("enable-mob-griefing");
- Additional Information
- Modified Explosion.php with Mob Griefing added.
- From
- Pocketmine-MP