ArchitectSMP / mc-config

Minecraft server plugin configurations for the ArchitectSMP community
1 stars 0 forks source link

Error message "share" function Voxelmap doesn't work #62

Closed bloodycoffin closed 3 years ago

bloodycoffin commented 3 years ago

image When selecting a user that is online you get the message that they're not online so you can't share coordinates with other players. Need to investigate what plugin is causing this issue since before the last project 2.1 this was perfectly possible.

ChipWolf commented 3 years ago

I believe this is because TAB overrides the data source for usernames VoxelMap relies on. This would either require a compatibility patch from TAB (@neznamy), VoxelMap (@MamiyaOtaru), or both.

NEZNAMY commented 3 years ago

TAB does not change player names in gameprofile (which is what Player#getName() returns). It in fact performs no server-side modifications whatsoever.

ChipWolf commented 3 years ago

TAB does not change player names in gameprofile (which is what Player#getName() returns). It in fact performs no server-side modifications whatsoever.

Must be VoxelMap doing something funky in that case. Thanks @NEZNAMY

bloodycoffin commented 3 years ago

@MamiyaOtaru is this something you would be willing to take a look at? (Voxelmap)

ChipWolf commented 3 years ago

It doesn't look like @MamiyaOtaru is active, and I'm not seeing any movement on VoxelMap. As this issue isn't anything to do with us, I'm closing this in favour of other minimaps.