Configuration

Here lies all of the configuration files. While there are many, none really need to be configured unless you would actually want to change something. React was designed to work by default.

Main Configuration

Located at /React/config.yml

runtime:
  # Should we disable all reactions?
  disable-reactions: false

# This is the remote section for remote clients
react-remote:
  users:
    # Example username
    cyberpwn:
      # Password
      password: react123

      # Enable or disable this user
      enabled: false

  # The port for the react-server to bind to
  port: 8118

  # Enable to use the react server
  enable: false

# Startup options
startup:

  # Skip the update check
  skip-update-check: false

  # Should we auto update react?
  auto-update: true

  # Verbose messages
  verbose: false

  # Run GC after server start
  prevent-memory-leaks: true

  # Should we collect statistics
  anonymous-statistics: true

# Command overrides
commands:
  override:

    # Override the tps command for better info
    tps: true

    # Override the /mem command for better info
    memory: true
monitor:
  # Allow monitors to use title verbose
  allow-title-verbose: true

# Language code
lang: en

results matching ""

    No results matching ""