sgtcaze / NametagEdit

Simple plugin to give players custom nametags
GNU General Public License v3.0
197 stars 132 forks source link

Weird Essentials X conflict #187

Open FlippantCactus opened 7 years ago

FlippantCactus commented 7 years ago

Heyop, Firstly, there are no errors when this occurs. Using the latest version of EssentialsX, Nametagedit and Paper Spigot, every so often I get this: http://i.imgur.com/sVzWG5p.png https://hastebin.com/derowibeca.coffeescript is my essentials config. https://hastebin.com/aguqewucov.bash is my NameTagEdit config. Let me know what's happening, thanks :)

FlippantCactus commented 7 years ago

Actually did some more research, it's in Essentials, is there a way to make NTE take priority? See issue on Essentials here: https://github.com/drtshock/Essentials/issues/1033

FlippantCactus commented 7 years ago

Doing /nte reload fixes it until someone else goes AFK again.

sgtcaze commented 7 years ago

Apologies I was on vacation. Will try to test this issue soon, unless you have found a workaround or EssentialsX has updated?

Perhaps a dirty solution would be to have nametagedit function on more of a delay (and listen for an event within essentials), so as to ensure we overwrite any other plugins. The downside though is that the tag updates won't be immediate and it'll look slow, and it might flicker when someone goes AFK.

FlippantCactus commented 7 years ago

No workaround sadly, it still happens on later versions.

FlippantCactus commented 7 years ago

Any update @sgtcaze as to why it's not working properly? Thanks

sgtcaze commented 7 years ago

Going to test around with @JustOneMoreBlock and see if we can come up with something efficient and not too invasive. Thank you for your patience!

sgtcaze commented 7 years ago

Hey again. To clarify a few things, in your config.yml for EssentialsX, what is the setting afk-list-name set to? EssentialsX allows you to disable the Tab List name change for AFK players. With this setting disabled, when I go AFK on my test server my name in tab doesn't change.

If you've tried this, may you repost your configs? (as you know hastebin removes them over time)

FlippantCactus commented 7 years ago

{PLAYER} is what it is. I set it back to none and it appears normal. Is there a way to let console know about this rather than making it look messy in tab? Ta!