ConflictPE / Extropy

Custom version of PocketMine-MP for the @ConflictPE network! 🚀🕹️
GNU Lesser General Public License v3.0
15 stars 1 forks source link

Slapper compatibility #6

Open kabluinc opened 7 years ago

kabluinc commented 7 years ago

How can i make slappers work with this software? How did you make NPC's work with steadfast on CPE?

Due to things like CompoundTag's being missing, the latest version of slapper doesnt work with this.

Any help would be greatly appreciated.

sylvrs commented 7 years ago

It does exist, but it's not under the same class name.

https://github.com/ConflictPE/Extropy/blob/master/src/pocketmine/nbt/tag/Compound.php

JackNoordhuis commented 7 years ago

I plan on updating the NBT classes so the names are the same as PMMP soon to make everyone's life easier. Even after I make this change there is a high probability most plugins targeting PMMP still won't work.