Comments on How to Install Spigot Minecraft Server on Ubuntu 20.04

Spigot is a modified Minecraft server software based on CraftBukkit. It provides additional performance optimizations, configuration options and features while maintaining compatibility with all existing plugins and mods.

10 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Eddy

Hello,

I followed all the steps, but when I want to add plugins they won't go in the plugins folder. 

Is there a way to show all the files like your Windows Explorer or a way to add them to the right folder, cause now I can't use any of the plugins

Thanks in advance

By: Navjot Singh

Are you sure you are following step 9 properly? You need to specify the plugin directory while using the wget command. Or if you are downloading from Spigot's site, you need to download the file to the plugin directory. And you can list all the files in a directory by using the ls command. ls /home/minecraft/server/plugins/

By: Rafa

Hey, is there any way to be able to see the server console to eg. add user privileges or see messages while using service?

By: Darker1607

Hey, I wonder on the same did you find it out?

By: Darker1607

Did you find out how to do it? I can't seem to find it myself

By: Philipp

BUMP!!!

By: GorAran

Thanks for this super guide !

It works perfektly for me

By: Hendrik

Hello, Great guide thank you very much! But how do I get to the command line of the Minecraft server itself?

Thanks in advance

By: Francesco

Hello you need to go in minecraft user via su - minecraft and then screen -r. 

Regards Francesco

By: McEnYo

Hi,on step 6 I get failed returned on the systemctl status check in the "active" line:

Loaded: loaded (/etc/systemd/system/spigot.service; enabled; vendor preset: enabled)

     Active: failed (Result: exit-code) since Wed 2023-02-01 18:18:45 CET; 11min ago

    Process: 27012 ExecStart=/usr/bin/screen -d -m -S minecraft /home/minecraft/server/spigotstart.sh (code=exited, sta>

    Process: 27014 ExecStop=/usr/bin/screen -S minecraft -p 0 -X stuff stop$(printf \r) (code=exited, status=1/FAILURE)

   Main PID: 27012 (code=exited, status=0/SUCCESS)

pls help