null321-jared
null321-jared
When users with Minecraft accounts (premium) change their name, it requires them to register again. This is a problem for two reasons. First, my settings in AuthMe limit the amount...
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,...
## 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...