Map disappearing bug
ShawnPR1 opened this issue ยท 5 comments
1.) Version of ItemJoin (outdated with 1 version I know): 4.8-SNAPSHOT
2.) Version of Spigot: 1.12.2-R0.1-SNAPSHOT
3.) What is the problem that you are having?
I have a custom map set up for a specific world that just shows an image with text on it. It works perfectly. Here's the problem, however:
Let's say there are 2 players in that world. If any one of them leave that world, the other player's map image disappears. They still hold the map, but there is no image at all.
4.) Config files: I do not want to post them here, plus I know this is not the config causing the issue.
5.) Error codes: There are no errors in the console at all.
I hope I've supplied enough information and am not posting a useless issue here. This plugin is amazing and I value your time.
Thanks so much, it actually means a lot. Let's see if we can get this issue resolved swiftly.
I would recommend first updating to the release version of v4.8 as I actually think it was a certain snapshot in v4.8 that resolved this issue.
Let me know if this issue still persists after this, if it does I might need a snippet of the map item privately messaged to me as I am going to need to get an idea on how you are implementing the path since the specific way you do it might have found a weak spot in the image processing that I will have to fix.
1.) I have to ask if all users are using a single map image or are they all different?
2.) Do you have multiple map items using different images or just one?
3.) What is the size of your image in pixels? Such as 128x128 etc..
Also! A major thing is to make sure you have set up the map-id under the item! This was a major thing back in v4.6 I had to add to fix a similar issue back then.
Messing around with this number might resolve your issue as other plugins could be utilizing that specific map-id. (Even if it's not for a map item, it's more just a pre-load for the server's system).
map-id: 1
- All users are using the same map image
- I only have one custom map image being used throughout the entire server
- Size of the image is exactly 126x126 (this happened when the image was 128x128 as well)
I have changed the map-id quite a few times. I'll update to the latest version when I have time and I'll let you know.
The strangest thing is that the image works perfectly, but as soon as another player teleports out of the world, the player still in that world's map image disappears and they just hold an empty map in their hand. Might be because I don't have the latest version though so as I said above I'll update as soon as I can and let you know.
Thanks for the quick response!
I've tested it with the newest version, but it's still happening. The map still disappears for the player in the world as soon as another player leaves the world.
Okay so I have done some extensive testing on this over the past week and I am unable to replicate this issue. I have tried exactly what you said as well as trying it on previous versions of spigot & craftbukkit with no luck.
Would you mind sending me your map item so I can see how it is formatted in the config? Its possible a certain itemflag or sequence is causing the issue.
If it ends up not being the case of an itemflag or sequence, its very possible that another plugin is causing the issue. Which could easily be tested by downloading PlugMan and disabling plugins one-by-one to see if the issue persists. I have been noticing that a lot of plugins have item sterilizers that prevent players from being given modified items (for some odd reason..) and its a simple config option that can be disabled.
EDIT: Marking as inactive, however if you come back and still have this issue feel free to reopen it and I will work to get this issue resolved ASAP. I have had only one other person contact me about a similar issue to this and it turned out changing the map-id a couple of times worked as another plugin was using a specific range of id's already.