mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
fixes and addition of '*' to match all unmatched users.
This commit is contained in:
parent
32099a4109
commit
0c82c61574
16 changed files with 84 additions and 23 deletions
|
@ -461,7 +461,9 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getConfigurationSection("list").getValues(false);
|
||||
}
|
||||
return new HashMap<String, Object>();
|
||||
Map<String, Object> defaultMap = new HashMap<String, Object>();
|
||||
defaultMap.put("User", "*");
|
||||
return defaultMap;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue