Question setting up nms for use with paper

spongedev

New member
Mar 30, 2023
3
0
1
this is my first time on the forums so if i'm in the wrong forum then feel free to move this thread

i wanted to add a fake player to the player list, although that requires me to use packets
i thought setting up nms for paper would be the same as spigot and apparently that wasn't the case
i am quite confused and don't know what to do
what should i do to get nms working with paper? thanks

(note: i'm using intellij)
 

electronicboy

Administrator
Staff member
Dec 11, 2021
226
10
38
28
that project is an example of how to set a plugin up to use server internals, you can for the most part literally just create a copy of that repo and rename stuff, or make the changes in settings/build gradle config files into your own gradle project
 

spongedev

New member
Mar 30, 2023
3
0
1
that project is an example of how to set a plugin up to use server internals, you can for the most part literally just create a copy of that repo and rename stuff, or make the changes in settings/build gradle config files into your own gradle project
that doesn't really help since i don't understand how this thing gets nms to work