I found this fork after I saw the GUI rename did not work in ImageOnMap.
It does seem to work in this fork as follows:
Click to rename
Close inventory manually
Type name in chat
Is that how it is supposed to work? I tested in 1,19 and 1.20 and it seems to work the same way, and it does rename the map but it seems a bit strange, there is no indication of what the user is supposed to do.
Few issues/ideas:
This message is never displayed, that can be fixed by putting it in a RunTask.later(). I have not tested the other messages in that code block.
You can put a message here that will be displayed to the user when the process begins like "Please type the map name in chat."
Could this be done using a Sign like the original plugin did in older versions of Minecraft, or is that too much work?
I found this fork after I saw the GUI rename did not work in ImageOnMap.
It does seem to work in this fork as follows:
Is that how it is supposed to work? I tested in 1,19 and 1.20 and it seems to work the same way, and it does rename the map but it seems a bit strange, there is no indication of what the user is supposed to do.
Few issues/ideas:
RunTask.later()
. I have not tested the other messages in that code block.