Changed README (and old commit for v1.0.4).
This commit is contained in:
@@ -75,7 +75,7 @@ public class NPC_V1_12_R1 extends NPC {
|
||||
public void sendShowPackets(Player player) {
|
||||
PlayerConnection playerConnection = ((CraftPlayer) player).getHandle().playerConnection;
|
||||
|
||||
// playerConnection.sendPacket(packetPlayOutScoreboardTeamRegister);
|
||||
playerConnection.sendPacket(packetPlayOutScoreboardTeamRegister);
|
||||
playerConnection.sendPacket(packetPlayOutPlayerInfoAdd);
|
||||
playerConnection.sendPacket(packetPlayOutNamedEntitySpawn);
|
||||
playerConnection.sendPacket(packetPlayOutEntityHeadRotation);
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: NPCLib
|
||||
version: 1.0.2
|
||||
version: 1.0.4
|
||||
author: JitseB
|
||||
main: net.jitse.npclib.plugin.NPCLibPlugin
|
||||
description: An NPC library.
|
||||
Reference in New Issue
Block a user