Question Installing PaperMC

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

PLGC_AK47

New member
Feb 21, 2024
2
1
1
The PaperMC jar file is downloaded and moved to a new folder.

When doubling clicking to execute the beginning process (to actually make the new server files), nothing happens.
---No Errors---No files being made---No processes in the background---nothing

I've tried this on two separate computers. Nothing happens on each. Am I being an idiot or something?


Windows 10 Pro; i7-6700; GTX 1660ti; 32GB RAM
 

stefvanschie

Moderator
Staff member
Dec 17, 2021
145
7
29
28
I'd recommend running a start script to see why your server can't be started. Something simple like this start.bat file should do the trick for testing.
Bash:
java -jar <file-name>.jar
PAUSE
You can then look at the output to see what is going on.