How to create a Minecraft Pocket Edition plugin?

Solved
Donovan -  
 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

2 answers

  1. Infinitium
     
    But if you want to create a mod for MCPE, it happens in JavaScript!

    Sorry for digging up the subject
    21
  2. hopelan Posted messages 114 Status Member 84
     
    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
    3
    1. ElementW Posted messages 5690 Status Contributor 1 293
       
      Missed: Minecraft Pocket Edition isn’t written in Java but in C++! (except for the packaging/OS interfacing classes on Android, which merely call the C++ code)
      1
      1. hopelan Posted messages 114 Status Member 84 > ElementW Posted messages 5690 Status Contributor
         
        Oh well then! by gosh they didn't use Java like for their PC version...
        My bad, next time I'll trust my Java developer instincts less!
        0
      2. Donovan > hopelan Posted messages 114 Status Member
         
        I started learning Java to create a Minecraft PC server, thank you!
        -1
      3. Donovan > ElementW Posted messages 5690 Status Contributor
         
        Thank you!
        0