[Support] binhex - MinecraftServer


Recommended Posts

Hey, I've gotten this working under a reverse proxy to play with friends. Is there a way to install minecraft plugins in this docker container though?

 

The reason I ask is that I have a bunch of friends that play on Bedrock and can't access Java. GeyserMC would solve this but there is seemingly no way to install it on this docker container as there is no plugins folder. 

 

Any answer would be very much appreciated, thanks!

Link to comment
  • 4 weeks later...
On 4/21/2023 at 10:10 AM, binhex said:

i used the doc and did docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console but i got a 

root@Hal:~# docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console
OCI runtime exec failed: exec failed: unable to start container process: exec: "/usr/bin/minecraftd": stat /usr/bin/minecraftd: no such file or directory: unknown

 

cant find any minecraftd in the bin dir, im using the default docker and have not done anything else than installing latest version. My mind is blank what i did wrong

 

Link to comment

Is there a chance that we would get more Java versions on this container? I'm playing on fabric and some of the mods are compiled with Java 17, and some with even Java 20 (class version 64), but the container seems to only run Java 16

Link to comment
On 9/2/2023 at 4:45 PM, orlando500 said:

i used the doc and did docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console but i got a 

root@Hal:~# docker exec -u nobody -it binhex-minecraftserver /usr/bin/minecraftd console
OCI runtime exec failed: exec failed: unable to start container process: exec: "/usr/bin/minecraftd": stat /usr/bin/minecraftd: no such file or directory: unknown

 

cant find any minecraftd in the bin dir, im using the default docker and have not done anything else than installing latest version. My mind is blank what i did wrong

 

That doc was written before i added in Web UI access, my recommendation would be to use the Web UI to access the Minecraft Console instead, its more convenient that attaching to the console of the container.

Link to comment
On 9/7/2023 at 11:52 PM, Vivent said:

Is there a chance that we would get more Java versions on this container? I'm playing on fabric and some of the mods are compiled with Java 17, and some with even Java 20 (class version 64), but the container seems to only run Java 16

The container includes a number of versions of java which can be chosen by defining the version in JAVA_VERSION, the options are 8, 11, 17, and 'latest' (whatever is the latest at this time).

 

I think you will find the latest Java version is 20, so not sure where you are seeing Java 16, that would be from a very old image.

Link to comment
  • 3 weeks later...
On 9/12/2023 at 5:19 AM, binhex said:

That doc was written before i added in Web UI access, my recommendation would be to use the Web UI to access the Minecraft Console instead, its more convenient that attaching to the console of the container.

the webui won't let me scroll up the console ( : stuff: permission denied (user nobody)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.