Code for 2.4.2-SNAPSHOT.

This commit is contained in:
Jitse Boonstra
2020-04-11 20:51:05 +02:00
parent e47dbc51d0
commit 8e661b024e
27 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>net.jitse</groupId>
<artifactId>npclib-nms</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.2-SNAPSHOT</version>
</parent>
<artifactId>npclib-nms-v1_13_R1</artifactId>
@@ -72,8 +72,9 @@ public class NPC_v1_13_R1 extends NPCBase {
hologram.show(player);
// Removing the player info after 10 seconds.
Bukkit.getScheduler().runTaskLater(instance.getPlugin(), () ->
playerConnection.sendPacket(packetPlayOutPlayerInfoRemove), 50);
playerConnection.sendPacket(packetPlayOutPlayerInfoRemove), 200);
}
@Override