#Docker Plugins Not working

1 messages · Page 1 of 1 (latest)

rigid schooner
#

Hi guys, i tried to create a minecraft server on my ubuntu machine which uses portainer and dockers.

Got the following java version: openjdk version "17.0.5" 2022-10-18

And this in my log: https://hastebin.com/nudupijodo.sql

Does anybody know what this may be?

wet mason
#

@rigid schooner open the jars check if the plugin.yml is there

rigid schooner
#

So how can i open them in a CLI? @wet mason

#

Im quite new to ubuntu so

wet mason
#

oh

#

FTP?

rigid schooner
#

Do you have any recommendations for ftp? I tried installing VSFTP before but its kinda meh

#

or is that my only option

wet mason
#

use WinSCP

rigid schooner
#

I meaning the server sided program

wet mason
#

well you can always still FTP from your PC into the machine and upload the jars

rigid schooner
#

I did download that file on my own computer and there was a plugin.yml

#

I'll install the ftp function when i have time

wet mason
#

mind showing me your docker file

rigid schooner
#

I dont have a docker file, i just used this command: docker run -d -v /data/minecraft/survival:/data -e TYPE=PAPER -e VERSION=1.19.2 -p 25565:25565 -e EULA=TRUE --name MC-Survival itzg/minecraft-server:java17-jdk

#

Quite new to docker so idk if it has a docker file stored somewhere?

rigid schooner
#

Docker file is the file where you can give all your wanted settings right and then execute it?

wet mason
#

ya idk why you even doing it with docker

#

so much extra work for nothing

#

you can do it with pure SSH

rigid schooner
#

You mean the server?

#

Yeah im thinking the same

#

Can probably better just use ubuntu and make a map with the jar and make a start script right?

#

The point is that i have other dockers so why would i not use one for a minecraft server right