Invisible player due value in playerdata file, how to fix that without headache?
Hi, I have some weird case. By some reason (probably crash of the server and consequences) some players began to be invisible. During some research I found that problem is with value in player's NBT data. Entry called
Bukkit.invisible
for some of them is set for 1
, but after change to 0
, everything is fine.
My question is, is it possible to change that value for specific players automatically, or at least without manually editing value for each player (it can be hundreds of files...) via NBTExplorer?
Server is using PaperMC, of course set in online mode.13 Replies
there is probs a plugin thats doing that cus thats not normal behaviour
All plugins that we have
!map
View a comparison of the most popular map plugins here: https://map.roanv.nl
Map Index
A Minecraft map viewers comparison!
Yeah avoid dynmap
Highly recommend anything except dynmap, not related to yoyr original qn but yuck dynmap is bad
I like squaremap personally
yeah, thanks for information about dynmap. The good news is I've installed that plugin couple of hours ago so not yet shared (and obviously not finished rendering)
I personally like Pl3xmap
bluemaps cool
I also use bluemap
I feel it gives too much info in a survival world setting though
we run bluemap with quite a few features disabled
About the main question it looks like the easiest way will be just made a script in Python that just iterates for each playerdata and fixes value when is invalid. I will share it when will be done and can confirm it works
Well. I've fixed it. I was forced to iterate per each playerdata file and if is necessary remove
Bukkit.invisible
tag, and then just replace files. Of course everything on turned off server.
If someone interested, here's the script: