Skip to content

RasberryJuice and mpci modified for minecraft java server 1.15.1 with new Material names #93

@sprouviere

Description

@sprouviere

Hello,

I inform you of the modifications I did on raspberryJuice and mcpe.

I wanted to use new Minecraft blocks with bukkit - spigot name : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html

I've modified the RemoteSession.java file in the RaspberryJuice 1.12 and give a new name to the plugin : pythondsminecraft.jar. ( because world.setBlocks and world.setBlock have been modified and are no more compatible with id numbers : Material blockType = Material.getMaterial(args[3]);
and a lot of world.setxxxx have been added too ...

I've modified the minecraft.py file - class Minecraft only and called it mcse (MineCraftSErver) in this way.

Because of the different BlockData, I've created different python modules (setBlock... setGate ...) I'm a one moth java programmer experience (began to learn java to use the plugin with 1.15 Minecraft version) and it's too difficult for me to program a unique SetBlock creation for the different BlockData. Heritage notions are complex in bukkit ...

You can have a look to the result here (see the video) and dowload the files (Sorry I'm not familiar with Gitub) :
http://pinet.rouviere.free.fr/description_mcse/index.html

I hope you won't be angry, I'm not a thief, I'm not intented to harm.
I 'm intend to adapt Entity function too (getTypeId is depreciated ...) I'd like to create a cat !

The most important : thanks for your work !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions