Skip to content
Koray Koska edited this page Sep 28, 2015 · 1 revision

RageMode configuration

Deafult config

This is how the config file looks if it is untouched. In this version you have some nice comments to understand what each section does.


# #########################################
# ############ RAGEMODE CONFIG ############
# ##### CREATED BY YBRIN AND ZIMONZK ######
# #########################################

settings:
  global:

    # The auto updater can download new versions itself and install them after a restart.
    # Set this value to false if you don't want automatic updates to be enabled.
    auto-updater: true

    # You can change this section if you want your stats to be saved on your mySQL database.
    statistics:

      # You can change the type to 'mySQL' without quotes
      type: yaml
      mySQL:

        # Your mySQL database URL
        url: put.your.databaseURL.here

        # Your mySQL database port (normally 3306)
        port: put.your.databasePort.here

        # Your mySQL database name
        database: put.your.databaseName.here

        # Your mySQL username (must have write permissions for the given database)
        username: put.your.databaseUsername.here

        # Your mySQL password for the given username
        password: put.your.databasePassword.here

    # This value changes every RageMode message to the given language
    locale: en

    # Normally the bossbar is deactivated for RageMode games
    bossbar: false

    # The actionbar is activated but you can simple turn it off by replacing 'true' with 'false'
    actionbar: true

    # The time (in seconds) how long a game should wait for other players if there are already enough.
    lobbydelay: 30

    # The time (in minutes) how long the game runs
    gametime: 5

Newest stable releases: Click here

Newest dev releases (use at own risk): Click here

Clone this wiki locally