How do i spawn a npc ?

DruideMante

New member
Feb 24, 2023
5
0
1
Hello, i recently start to developpe a plugin using paper. I haven't really code in java but i know python, c++, javascript, ect... But i'm not familiar with how work package, lib in java and how to use paper library. I would to understand how to create a npc. Otherwise have a great day.
 

Josh

New member
Feb 21, 2023
4
0
1
Have you seen a plugin called Citizens?
NPC plugin, adding everything from simple player statues to walking and talking NPCs and more advanced features using addons such as guards using Sentinel, scriptable NPCs using Denizen, NPC shops and more.

This might help, you'll be able to look at the source code and see how its done also here!

Hope this helps :)
 

DruideMante

New member
Feb 24, 2023
5
0
1
Have you seen a plugin called Citizens?


This might help, you'll be able to look at the source code and see how its done also here!

Hope this helps :)
I'm asking for explanation, not source code. Reading other project code is already hard but if we understand very basically the language it's a pain. But thanks you for trying to help.