Dieser Commit ist enthalten in:
Ursprung
80ddb37108
Commit
1eeb45a293
@ -86,7 +86,7 @@ public class CheckSchemType {
|
|||||||
if(folder.exists()) {
|
if(folder.exists()) {
|
||||||
for(File configFile : folder.listFiles((file, name) -> name.endsWith(".yml") && !name.endsWith(".kits.yml"))) {
|
for(File configFile : folder.listFiles((file, name) -> name.endsWith(".yml") && !name.endsWith(".kits.yml"))) {
|
||||||
YamlConfiguration config = YamlConfiguration.loadConfiguration(configFile);
|
YamlConfiguration config = YamlConfiguration.loadConfiguration(configFile);
|
||||||
if (!config.isList("CheckQuestions") && config.getBoolean("ManualCheck", true))
|
if (!config.isList("CheckQuestions") && config.getBoolean("Schematic.ManualCheck", true))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
new CheckSchemType(config);
|
new CheckSchemType(config);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren