CobbleSword / NachoSpigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.
GNU General Public License v3.0
237 stars 87 forks source link

Player#hidePlayer() not persistent #314

Closed Sneakometer closed 2 years ago

Sneakometer commented 2 years ago

Observed Behavior

When hiding players from each other using the Bukkit Player API, the Player will be visible again when teleporting far away and then back.

Expected Behavior

To stay invisible

Steps To Reproduce

Hide players from each other, teleport far away and then back.

Plugin List

No response

Server Version

2cefae4

Other

No response

Agreements

Marijn2341 commented 2 years ago

Hi Sneakometer,

This isn't a bug in NachoSpigot. I tried the same thing like you described in the issue. But everything worked fine.

You are probably using the API incorrectly. Can you send the code where you hide a player?