Skip to content

alvin0319/CustomItemLoader

Repository files navigation

CustomItemLoader

Plugin for PocketMine-MP that makes your custom item with the full feature!

Looking for support for NetherGames-fork? Check this branch. but Note that I don't provide full support for this fork.

Reference

All of these components were came from MCPE addon document and wiki.vg

How to use

You can see all usage on here

You can see example on example folder

For the developers who want to create your own pluign

Please refer to this gist!

FAQ (Frequently Asked Questions)

  • Q. My client got crash

  • A. Maybe it was caused by the wrong setup on config or your texture pixel amount. Try to reduce texture pixel or check the config.

  • Q. Texture doesn't appear

  • A. Check my example on Example folder

  • Q. Item name is displayed wrongly

  • A. Make sure to register item name on en_US.lang or other language files

  • Q. I set its config correctly or I used an example but item texture does not appear

  • A. If you are using this plugin behind a proxy such as WDPE, you should run this plugin also on the lobby server. Also, please use CustomItemLoader-WDPE WaterdogPE plugin to prevent client crash.