1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-08 05:51:43 +00:00

Added PacketPlayOutSetTitleTimes, PacketPlayOutSetTitleTimes, and PacketPlayOutSetTitleSubTitleText, along with a few methods in Player such ass Player.setTitleSubTitle which calls all of these packets to create a beautiful title and sub title system for the server owners

This commit is contained in:
GamerDuck123
2021-12-21 14:15:42 -05:00
parent 53a4baa420
commit 48b8cdab80
7 changed files with 195 additions and 2 deletions
+4 -1
View File
@@ -45,7 +45,10 @@
"PacketPlayOutSpawnEntityLiving": "0x02",
"PacketPlayOutHeldItemChange": "0x48",
"PacketPlayOutPlayerListHeaderFooter": "0x5F",
"PacketPlayOutResourcePackSend": "0x3C"
"PacketPlayOutResourcePackSend": "0x3C",
"PacketPlayOutSetTitleTimes": "0x5B",
"PacketPlayOutSetTitleText": "0x5A",
"PacketPlayOutSetTitleSubTitleText": "0x58"
},
"StatusIn": {
"0x01": "PacketStatusInPing",