Looking to buy a HidePlayer Plugin for Spawn

Status
This thread has been locked.

rowdyw

Purge Development
Supreme
Feedback score
15
Posts
443
Reactions
193
Resources
1
Looking for a plugin that hides players in a certain region, to reduce lag on SOTW and in hub. Looking for a public one first but if there's not a public one I'll commission someone for it.

Can't hide players everywhere, has to be in a certain region (Certain world would work too but not preferred)


NOTE: I don't want this done via invis potions, the servers I've seen it done properly have used packets.

I totally stole this text but still hey :)
I sadly do not have time to make this myself so thats why im here
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

DoYouThink

DoYouThink
Supreme
Feedback score
12
Posts
637
Reactions
179
Resources
0
You can literally do this with commandblocks, and if someone says you can't. I'm ready to prove you wrong, the only issue is does /effect count as potions so more packets.
 
Last edited:

Rahul.

human
Premium
Feedback score
15
Posts
982
Reactions
275
Resources
2
None of the linked plugins do what the guy wants lol
 

abhipro90

Feedback score
0
Posts
12
Reactions
0
Resources
0
I don't know if you have already figured this out but wouldn't this work:
Player p = ....;
PacketPlayOutEntityDestroy packet = new PacketPlayOutEntityDestroy(((CraftPlayer) p).getEntityId());

for (Player a : Bukkit.getOnlinePlayers()) {
((CraftPlayer) a).getHandle().playerConnection.sendPacket(packet);
}[DOUBLEPOST=1613891960][/DOUBLEPOST]And if you are still buying and that code does fullfill what you want add me on disc (abhipro90#7677) and I can make the plugin for you. :)
 
Last edited:

UTF

Premium
Feedback score
3
Posts
115
Reactions
32
Resources
0
If your still looking for something add me on discord: utf#0393
 
Status
This thread has been locked.
Top