#1.19.3-R2 NPC resources (request)
1 messages ยท Page 1 of 1 (latest)
ProtocolLib or NMS?
maybe you could go more into detail except just saying "nothing seems to work"
For NMS its simply:
- Spawn
- Send ClientboundPlayerInfoUpdatePacket
- Send ClientboundAddPlayerPacket
- Despawn
- Send ClientboundRemoveEntitiesPacket
- Send ClientboundPlayerInfoRemovePacket
for example I tried this: https://www.spigotmc.org/threads/advanced-npc-util-1-19-packets.563335/
but that gives bunch of errors and doesn't work
how simple ๐
it's just two packets
It uses unmapped nms. Thats the first red flag.
I would send you my current implementation but its closed source.
Start by setting up mojang mapped NMS and then i can give you some hints
for maven + mojang maps: https://blog.jeff-media.com/nms-use-mojang-mappings-for-your-spigot-plugins/
I have NMS
I really don't understand how this pocket stuff works
pocket?
ClientBoundPlayerInfoUpdatePacket is resolved, but the ClientBoundAddPlayerPacket is unresolved. any idea why ?
"spawn"? I don't think he really gets how to "- Spawn" an NPC. I don't either
You probably are not using the mojang mapped nms
it is there, though.
yeah ur right