# Configuration

The config file of ORE is called **global.toml** and is in the onsharp folder under data:`SERVER_DIR/onsharp/data/global.toml` . If you cannot find a config key in your config, just add it.

| Config Key              | Description                                                                                          | Default Value |
| ----------------------- | ---------------------------------------------------------------------------------------------------- | ------------- |
| IsDebug                 | Whether ORE is in Debug Mode or not.                                                                 | false         |
| KeepPluginsUpdated      | Whether ORE should keep all plugins up to date or not.                                               | true          |
| ~~ConsoleInputTimeout~~ | Defines how long the console manager should wait until it can take console input. (in ms) / OBSOLETE | 5000          |
| LazyMoverActive         | Whether [LazyMover ](https://onsharp.gitbook.io/docs/modules/lazy-mover)module is enabled or not.    | false         |

Following you can see a table with all default command permissions

| Permission               | Command    | Description                            |
| ------------------------ | ---------- | -------------------------------------- |
| onset.commands.help      | /help      | Shows all commands and how to use them |
| onset.commands.makeadmin | /makeadmin | Makes a player admin                   |
| onset.commands.remadmin  | /remadmin  | Removes a player admi                  |
