Downloading the Paper 1.7 Fork JAR

AB987

fas
Deactivated
Feedback score
1
Posts
322
Reactions
49
Resources
0
Hey,
I'm trying to install the IPVP Paper 1.7 fork for my pvp server, but it isn't working.
The first command: "git clone https://github.com/Noksio/PaperSpigot-1.7.git" works fine, but when I type "git submodule update --init", it gives me this error (see below). I have Maven Apache, Git, and JDK 8 installed.

Error:
upload_2021-10-14_20-0-55.png

someone who's like actually good at doing this help me, i'm pretty clueless.
 

Attachments

  • upload_2021-10-14_20-0-55.png
    upload_2021-10-14_20-0-55.png
    18.5 KB · Views: 78
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Dubzo

Supreme
Feedback score
4
Posts
24
Reactions
4
Resources
0
Hey,
I'm trying to install the IPVP Paper 1.7 fork for my pvp server, but it isn't working.
The first command: "git clone https://github.com/Noksio/PaperSpigot-1.7.git" works fine, but when I type "git submodule update --init", it gives me this error (see below). I have Maven Apache, Git, and JDK 8 installed.

Error:
View attachment 467496
someone who's like actually good at doing this help me, i'm pretty clueless.
You are not in the new PaperSpigot-1.7 folder created:

Code:
cd PaperSpigot-1.7
git submodule update --init
./applyPatches.sh
mvn clean install

Also you need to update the paper maven repo because of the 1.7 DMCA and change the java versions of many poms if you are building with Java 8
 
Top