/openender shows %Player in the title instead of the actual player name #130
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using
/openender
on myself or anyone else it will show the title as%Player's Ender Chest
.Looking inside
en_us.yml
I saw that in thecontainer
string forplayer
the token was different from the one inenderchest
, so I changed%Player
to%player%
(thus, lower-casing the p and adding an extra %) and that fixed the issue. It now shows the player's name correctly.Versions in use are:
OpenInv 4.1.0
Spigot 1.15.2 - CraftBukkit version git-Spigot-2040c4c-893ad93 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
.....aaaaaaand I just noticed in the commits log that this was fixed almost right after 4.1.0 was released. Welp.
Yeah, I should probably draft a release for that soon.