mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-29 22:23:59 +01:00
Remove DB settings
This commit is contained in:
parent
df3e46f3e8
commit
797adff2e7
@ -63,10 +63,6 @@ public class Settings {
|
|||||||
"<target>|, <target>| & <target>| & others"),
|
"<target>|, <target>| & <target>| & others"),
|
||||||
CHAT_RANGE("npc.chat.options.range", 5),
|
CHAT_RANGE("npc.chat.options.range", 5),
|
||||||
CHECK_MINECRAFT_VERSION("advanced.check-minecraft-version", true),
|
CHECK_MINECRAFT_VERSION("advanced.check-minecraft-version", true),
|
||||||
DATABASE_DRIVER("storage.database.driver", ""),
|
|
||||||
DATABASE_PASSWORD("storage.database.password", ""),
|
|
||||||
DATABASE_URL("storage.database.url", ""),
|
|
||||||
DATABASE_USERNAME("storage.database.username", ""),
|
|
||||||
DEBUG_MODE("general.debug-mode", false),
|
DEBUG_MODE("general.debug-mode", false),
|
||||||
DEBUG_PATHFINDING("general.debug-pathfinding", false),
|
DEBUG_PATHFINDING("general.debug-pathfinding", false),
|
||||||
DEFAULT_LOOK_CLOSE("npc.default.look-close.enabled", false),
|
DEFAULT_LOOK_CLOSE("npc.default.look-close.enabled", false),
|
||||||
@ -166,4 +162,4 @@ public class Settings {
|
|||||||
root.setRaw(path, value);
|
root.setRaw(path, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user