Onsharp
  • What is Onsharp?
  • Changelog
  • Onsharp Environment
    • Onsharp Runtime Environment
    • Installation
    • Configuration
  • Basic Usage
    • Preparation
    • Create a Basic Plugin
    • Concept of Entry Points
    • Create Commands
    • The EventAPI of Onsharp
    • Configs and DataStorage
    • Logging
    • Debugging
  • Advance Usage
    • Auto Updater
    • Overriding Entity Factories
    • Interop of LUA and vice versa
    • Entity Pool Refreshing
    • Create Console Commands
    • Providing LUA packages
  • Modules
    • Lazy Mover
    • I18n
Powered by GitBook
On this page

Was this helpful?

  1. Onsharp Environment

Configuration

On this page we will explain the config file of ORE itself.

PreviousInstallationNextPreparation

Last updated 4 years ago

Was this helpful?

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 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

LazyMover