CompactNPCLib icon indicating copy to clipboard operation
CompactNPCLib copied to clipboard

Library to create NPCs

Results 22 CompactNPCLib issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.inventivetalent:apimanager | `1.0.3-SNAPSHOT` -> `1.0.5-SNAPSHOT` | [![age](https://badges.renovateapi.com/packages/maven/org.inventivetalent:apimanager/1.0.5-SNAPSHOT/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

## What steps will reproduce the problem? 1. DOWNLOAD THE THIS PLUGIN FROM GITHUB 2. AND PUT IT ON THE PLUGINS FOLDER 3. THEN Run java -jar spigot-1.8.8.jar ## What...

## What steps will reproduce the problem? 1. NPCLib doesn't work on Paper Spigot 2. 3. ## What were you expecting to happen? What happened instead? ## What version of...

Is it possible to spawn an NPC just for a specific player ? Also you're API is compatible with 1.11.2 right ? When I'm spawning an NPC caver spider and...

## What steps will reproduce the problem? 1. Spawn NPC 2. Set AI (A*) ## What were you expecting to happen? What happened instead? AI enabled. Crash. ## What version...

Is it possible to ride entity and controll via WASD? I'm trying to do this, but i need method overriding in minecraft entity class.(EntityPig, method "g")

enhancement

## What steps will reproduce the problem? 1. Spawn FakePlayer after Reload (Code: http://pastebin.com/pWRBi45H). 2. Reload the Server, if you are only reloading the Plugin then get i no errors....

In 1.11, they added a movetype enum which broke the move function. https://github.com/InventivetalentDev/CompactNPCLib/blob/master/API/src/main/java/org/inventivetalent/npclib/entity/NPCEntity.java In the old code, you just linked it directly to the function, but to make it 1.11...

## What steps will reproduce the problem? 1. Create a PlayerNPC 2. Do something that makes it try to use the player's connection. In this case I died near them,...

can't reproduce (yet)

## What steps will reproduce the problem? 1. Create a PlayerNPC 2. Run this: ``` npc.setShowInList(false); Main.registery.removeNpc(npc); ``` 3. Repeat steps 1 and 2 ~10 times ## What were you...