Whoops ? :')
This commit is contained in:
parent
39ab41f542
commit
a2f5a7917d
@ -274,7 +274,7 @@ public final class Settings extends YamlConfiguration {
|
|||||||
forceRegisterCommands = configFile.getStringList("settings.forceRegisterCommands");
|
forceRegisterCommands = configFile.getStringList("settings.forceRegisterCommands");
|
||||||
forceRegisterCommandsAsConsole = configFile.getStringList("settings.forceRegisterCommandsAsConsole");
|
forceRegisterCommandsAsConsole = configFile.getStringList("settings.forceRegisterCommandsAsConsole");
|
||||||
customAttributes = configFile.getBoolean("Hooks.customAttributes");
|
customAttributes = configFile.getBoolean("Hooks.customAttributes");
|
||||||
generateImage = configFile.getBoolean("Email.generateImage", true);
|
generateImage = configFile.getBoolean("Email.generateImage", false);
|
||||||
isMySQLWebsite = configFile.getBoolean("DataSource.mySQLWebsite", false);
|
isMySQLWebsite = configFile.getBoolean("DataSource.mySQLWebsite", false);
|
||||||
|
|
||||||
// Load the welcome message
|
// Load the welcome message
|
||||||
@ -470,7 +470,7 @@ public final class Settings extends YamlConfiguration {
|
|||||||
changes = true;
|
changes = true;
|
||||||
}
|
}
|
||||||
if (!contains("Email.generateImage")) {
|
if (!contains("Email.generateImage")) {
|
||||||
set("Email.generateImage", true);
|
set("Email.generateImage", false);
|
||||||
changes = true;
|
changes = true;
|
||||||
}
|
}
|
||||||
if (!contains("DataSource.mySQLRealName")) {
|
if (!contains("DataSource.mySQLRealName")) {
|
||||||
|
|||||||
@ -352,6 +352,8 @@ Email:
|
|||||||
- 10minutemail.com
|
- 10minutemail.com
|
||||||
# WhiteList only these domains for emails
|
# WhiteList only these domains for emails
|
||||||
emailWhitelisted: []
|
emailWhitelisted: []
|
||||||
|
# Do we need to send new password draw in an image ?
|
||||||
|
generateImage: false
|
||||||
Hooks:
|
Hooks:
|
||||||
# Do we need to hook with multiverse for spawn checking?
|
# Do we need to hook with multiverse for spawn checking?
|
||||||
multiverse: true
|
multiverse: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user