Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvin0319/customitemloader
This is a plugin that brings the custom item to your server for PocketMine-MP!
https://github.com/alvin0319/customitemloader
customitem php pmmp pmmp-customitem pocketmine-mp
Last synced: 3 months ago
JSON representation
This is a plugin that brings the custom item to your server for PocketMine-MP!
- Host: GitHub
- URL: https://github.com/alvin0319/customitemloader
- Owner: alvin0319
- License: lgpl-3.0
- Created: 2020-12-10T00:31:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T16:01:56.000Z (11 months ago)
- Last Synced: 2024-10-09T23:03:51.651Z (3 months ago)
- Topics: customitem, php, pmmp, pmmp-customitem, pocketmine-mp
- Language: PHP
- Homepage: https://discord.com/invite/Py2vSwg3B3
- Size: 235 KB
- Stars: 98
- Watchers: 8
- Forks: 28
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CustomItemLoader
Plugin for PocketMine-MP that makes your custom item with the full feature!#### Looking for support for NetherGames-fork? Check [this branch](https://github.com/alvin0319/CustomItemLoader/tree/ng). 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](https://wiki.vg/Bedrock_Protocol)## How to use
You can see all usage on [here](./CONFIGURATION.md)
You can see example on [example folder](./example)
## For the developers who want to create your own pluign
Please refer to [this gist](https://gist.github.com/alvin0319/3f235b8eb05f6adfd18062b9ce70bb44)!## 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](./example)* 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](https://github.com/alvin0319/CustomItemLoader-WDPE) WaterdogPE plugin to prevent client crash.