Pocketmine-mp: Need to change StandingSign to SignPost on API3/blocks

Created on 7 Jun 2017  Â·  4Comments  Â·  Source: pmmp/PocketMine-MP

Issue description




getting some error with some other plugin because its no longer StandingSign its SignPost!

Steps to reproduce the issue

OS and versions

  • PocketMine-MP:
  • PHP:
  • Server OS:
  • Game version: PE/Win10 (delete as appropriate)

Crashdump, backtrace or other files

  • ...
API Won't fix

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:

self::$list[self::BURNING_FURNACE] = BurningFurnace::class;
self::$list[self::SIGN_POST] = SignPost::class;
self::$list[self::WOOD_DOOR_BLOCK] = WoodDoor::class;

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Muqsit picture Muqsit  Â·  23Comments

jarne picture jarne  Â·  20Comments

zKoz210 picture zKoz210  Â·  27Comments

MisteFr picture MisteFr  Â·  19Comments

Sandertv picture Sandertv  Â·  37Comments