mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Add safe-usermap-names option to control usermap key sanitisation
This is necessary to stop players with Chinese characters in their username losing their balances.
This commit is contained in:
parent
e9833d1cd2
commit
c97918df24
4 changed files with 25 additions and 7 deletions
|
@ -326,4 +326,6 @@ public interface ISettings extends IConf {
|
|||
boolean isForceEnableRecipe();
|
||||
|
||||
boolean allowOldIdSigns();
|
||||
|
||||
boolean isSafeUsermap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue