Skip to content

Test McThings with the last version of Minecraft #141

Open
@acs

Description

Follow the steps described at: https://github.com/Voxelers/mcthings/blob/develop/USAGE.md

acs@lsp-022:~/devel/minecraft$ java -jar BuildTools.jar --rev latest
Success! Everything completed successfully. Copying final .jar files now.
Copying spigot-1.16.5-R0.1-SNAPSHOT.jar to /home/acs/devel/minecraft/./spigot-1.16.5.jar
  - Saved as ./spigot-1.16.5.jar
  • Start the server (accept eula.txt):
acs@lsp-022:~/devel/minecraft$  java -Xms2G -Xmx2G -XX:+UseG1GC -jar spigot-1.16.5.jar nogui
[09:07:47] [Server thread/INFO]: Done (23.103s)! For help, type "help"
  • Check if the Python API plugin works
acs@lsp-022:~/devel/minecraft$ cp ~/Downloads/raspberryjuice-1.12.1.jar plugins/
acs@lsp-022:~/devel/minecraft$ java -Xms2G -Xmx2G -XX:+UseG1GC -jar spigot-1.16.5.jar nogui
...
[09:09:03] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[09:09:06] [Server thread/WARN]: Legacy plugin RaspberryJuice v1.12.1 does not specify an api-version.
[09:09:06] [Server thread/INFO]: [RaspberryJuice] Loading RaspberryJuice v1.12.1
...
[09:09:16] [Server thread/INFO]: Done (10.007s)! For help, type "help"

Cool, it is working.

  • Download the Minecraft client for the last version (Launcher)
acs@lsp-022:~/devel/minecraft$ sudo dpkg -i Minecraft.deb 
acs@lsp-022:~/devel/minecraft$ minecraft-launcher 
  • Test McThings and check with the Minecraft client that it is working: cool, I have executed the tests and they work!

So we are on track! (Just 30 min to have all working from scratch)

To avoid losing the focus in minecraft launcher:

vi ~/.minecraft/options.txt
pauseOnLostFocus:false

To make a player op in the server ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions