(Question) Help with paperspigot src getting

Status
This thread has been locked.

GoodestEnglish

Premium
Feedback score
22
Posts
740
Reactions
228
Resources
0
Hello, so today i want to fork a little bit code from spigot to what i need, so i decided to make a spigot by my own.
However, I saw this (https://github.com/PaperMC/Paper-1.7), and try to do what the description said, I have some issues with it.

When I tried to do the step "Create patch for server", i didnt find a file called "PaperSpigot-Server". Here's what I get: , if I ignore the problem and try to compile with maven, here's what i get:
$ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\PaperSpig
ot-Server of C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\pom.xml does not
exist @
[ERROR] Child module C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\PaperSpig
ot-API of C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\pom.xml does not exi
st @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.github.paperspigot:paperspigot-parent:dev-SNAPSHOT (C:
\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\pom.xml) has 2 errors
[ERROR] Child module C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\Paper
Spigot-Server of C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\pom.xml does
not exist
[ERROR] Child module C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\Paper
Spigot-API of C:\Users\Matthew Yu\Desktop\spigot core\Paper-1.7\pom.xml does not
exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException

This is my first time to try to get paperspigot src, so dont fk me :p

I tried to do research about this problem almost 4 hours and i have no clue, so i came here to find who can help me :(

Can someone help me about this issue?
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0
Are plugins hard to make?
From the perspective of a plugin purchaser, most likely, but once you get to understand java a bit, it can seem easy but difficult. It varies based on how good you are at coding in java.
 

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0
Last edited:
Status
This thread has been locked.
Top