Fixes issue #3 where if certain pronoun fields were left blank, the pronoun would fail to set properly on players. Now pronouns should be able to be set as long as it just has a label/name.
Breaking Change - PAPI placeholders have changed
sp
->pronoun
posadj
->pos_adj
New placeholder list is as follows:
---- | Basic | Title Case | ALL CAPS |
---|---|---|---|
Subjective | %pronoun_sub% |
%pronoun_sub-title% |
%pronoun_sub-caps% |
Objective | %pronoun_obj% |
%pronoun_obj-title% |
%pronoun_obj-caps% |
Possessive | %pronoun_pos% |
%pronoun_pos-title% |
%pronoun_pos-caps% |
Possessive-Adjective | %pronoun_pos_adj% |
%pronoun_pos_adj-title% |
%pronoun_pos_adj-caps% |
Reflexive | %pronoun_ref% |
%pronoun_ref-title% |
%pronoun_ref-caps% |
Other Changes
- Fixes an issue where if the config had custom pronouns disabled but you gave someone the permission to set custom pronouns, it would cause a weird error message
- Removed the config option for custom pronouns because it was redundant to have both the config option and permission
- Closes Issue 1