getting some error with some other plugin because its no longer StandingSign its SignPost!
Plugin Issue #Close ._.
Why is Linux on PMMP now?!?!??! Is he trying to take over this repo now.
Get the flip out of here.
On Jun 7, 2017 12:11 PM, "LinuxLogo" notifications@github.com wrote:
Plugin Issue #Close ._.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/pmmp/PocketMine-MP/issues/1024#issuecomment-306681338,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARW33VYhZD7otqjjUO0KudYT5Ey7xhKgks5sBiLlgaJpZM4NyLOy
.
If it was changed in the Pocketmine source, it's because Mojang changed it. Plugin developers need to keep up. The block is now called SIGN_POST:
self::$list[self::BURNING_FURNACE] = BurningFurnace::class;
self::$list[self::SIGN_POST] = SignPost::class;
self::$list[self::WOOD_DOOR_BLOCK] = WoodDoor::class;
api3/blocks was never guaranteed to be backward-compatible.
Most helpful comment
If it was changed in the Pocketmine source, it's because Mojang changed it. Plugin developers need to keep up. The block is now called SIGN_POST: