/openender shows %Player in the title instead of the actual player name #130

Closed
opened 2020-04-29 18:04:05 -04:00 by Robby- · 2 comments
Robby- commented 2020-04-29 18:04:05 -04:00 (Migrated from github.com)

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)
Robby- commented 2020-04-29 18:08:12 -04:00 (Migrated from github.com)

.....aaaaaaand I just noticed in the commits log that this was fixed almost right after 4.1.0 was released. Welp.

.....aaaaaaand I just noticed in the commits log that this was fixed almost right after 4.1.0 was released. Welp.
Jikoo commented 2020-04-29 19:05:47 -04:00 (Migrated from github.com)

Yeah, I should probably draft a release for that soon.

Yeah, I should probably draft a release for that soon.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#130
No description provided.