[Rseding91] [1.0.0] Error with /permissions get-player-group username
Posted: Tue Sep 01, 2020 8:19 pm
When running the command
I get this error message
I can find the key in "data\core\locale\en\core.cfg"
So my assumption is that in the code the localazised_name was incorrectly declared {player-is-in-group} instead of {permissions-command-output.player-is-in-group}
Code: Select all
/permissions get-player-group billbo99
Code: Select all
Unknown key: "player-is-in-group"
I can find the key in "data\core\locale\en\core.cfg"
So my assumption is that in the code the localazised_name was incorrectly declared {player-is-in-group} instead of {permissions-command-output.player-is-in-group}