Error on Linux when installing paper

pristineslayer

New member
Jun 14, 2023
8
0
1
I run java -jar paper.1.12.jar command

It starts "Downloading original Jar" and then returns java.io.IOexception server returned HTTP response code 403.

This makes zero sense as I have already installed the file so why is it trying to pull it from a web server?
 

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
132
6
19
18
California
It has to download the original vanilla jar in order to apply the binary patch. So it has to connect to mojang's servers to download it. It would be illegal to host it elsewhere. The jar you download from the downloads page/api isn't the server, it creates and runs the server.
 

_11

Paper Triage
Staff member
Jan 5, 2022
15
1
3
3
Canada
underscore11.me
It is a massive security issue to run servers as root, and is almost always unnessecary. Do not run servers as root. Given root permissions solved it, that means you've got your file system permissions misconfigured, a trivial problem to solve.