How to create a Minecraft Pocket Edition plugin?
Solved
Donovan
-
Infinitium -
Infinitium -
Hello, I’d like to create a Minecraft Pocket Edition plugin but I don’t know which language to code it in and how to code it.
Thank you
Thank you
2 answers
-
But if you want to create a mod for MCPE, it happens in JavaScript!
Sorry for digging up the subject -
Regarding the language, Minecraft = Java. So all plugins for Minecraft PE “native” will be developed in Java. But there isn’t, to my knowledge, a .jar plugin for Minecraft PE.
Afterwards I found a solution named PocketMine for server-side plugin development. You probably won’t need to add a new weapon or block; you’ll only be able to modify the behavior of those that already exist or of players on the map. After that, it’s enough for many well-known Minecraft servers.
For PocketMine, a small tutorial: https://github.com/PocketMine/Documentation
or the doc: http://pocketmine-mp.readthedocs.io/en/latest/plugins.html