You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
ERROR: test_build (test_schematic.TestSchematic)
....
File "/usr/lib/python3.8/gzip.py", line 173, in __init__
fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'schematics/vxs.schematic'
Follow the steps described at: https://github.com/Voxelers/mcthings/blob/develop/USAGE.md
Cool, it is working.
So we are on track! (Just 30 min to have all working from scratch)
To avoid losing the focus in minecraft launcher:
To make a player op in the server ...
The text was updated successfully, but these errors were encountered: