Question setting up nms for use with paper

  • 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.

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
321
18
68
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