Thanks to visit codestin.com
Credit goes to github.com

Skip to content

founder05/NCPLibPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCPLibPlus

NPC Api forked by TruenoNPC

Example

//First create the skin
NPCSkin skin = NPCSkinBuilder.fromUsername(this.plugin, p.getName());
NPCSkin skin = NPCSkinBuilder.fromUUID(this.plugin, p.getUniqueId().toString());
NPCSkin skin = NPCSkinBuilder.fromMineskin(this.plugin, 131234);

//Now create the NPC ussing the skin
NPCLib npc = NPCManager.createNPC(main.getPlugin(), p.getLocation(), skin);

About

NPC Api forked by TruenoNPC for 1.15.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%