Plugin Help (NMS)

Status
This thread has been locked.

CureMe

Java Developer
Deactivated
Feedback score
7
Posts
248
Reactions
97
Resources
0
Hello, in a current plugin I'm working on I use NMS packets to create NPCs for users as I want it packet based to only show to certain players. However I am making it for 1.7 / 1.8 HCF servers. The problem is that you can join the server on 1.8 but you wont see the NPC because it uses 1.7 packets. Is there any way I can send 1.8 players 1.8 packets so they can see the NPC?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Sean147299

Premium
Feedback score
9
Posts
34
Reactions
25
Resources
2
I know how to get client version but I don't know how to send 1.8 packets to those who are on 1.8 or vice versa. Because it won't let me send 1.8 packets on a 1.7 server even if 1.8 players can join.
Can you not check what they join with? Make an interface?
 

CureMe

Java Developer
Deactivated
Feedback score
7
Posts
248
Reactions
97
Resources
0
Can you not check what they join with? Make an interface?
I can, I can do all of that but HOW do I send 1.8 packets when the server is technically 1.7? Because the 1.7 packets don't work for them.
 

Yule

Deactivated
Feedback score
17
Posts
285
Reactions
56
Resources
0
Status
This thread has been locked.
Top