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 the container string for player the token was different from the one in enderchest, 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)
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 the `container` string for `player` the token was different from the one in `enderchest`, 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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When using
/openenderon myself or anyone else it will show the title as%Player's Ender Chest.Looking inside
en_us.ymlI saw that in thecontainerstring forplayerthe token was different from the one inenderchest, so I changed%Playerto%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.