#Docker Plugins Not working
1 messages · Page 1 of 1 (latest)
@rigid schooner open the jars check if the plugin.yml is there
Do you have any recommendations for ftp? I tried installing VSFTP before but its kinda meh
or is that my only option
use WinSCP
I meaning the server sided program
well you can always still FTP from your PC into the machine and upload the jars
Yeah i have to install an ftp function oin my server for that
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
mind showing me your docker file
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?
Docker file is the file where you can give all your wanted settings right and then execute it?