Skip to content

Configuring

Daniel Mills edited this page Apr 15, 2016 · 4 revisions

Global Configuration

The Global configuration is located at plugins/React/config.yml

# Toggle debugging messages. 
debug-messages: true
runtime:
  # Disable all reactions here (so you can monitor without react helping fix lag)
  disable-reactions: false
startup:
  # You can turn off update checking here.
  skip-update-check: false
  
  # This feature uses the java Garbage Collector (GC) after startup to clear all of the
  # Left over garbage within the memory from startup. This frees memory.
  prevent-memory-leaks: true

  # You can turn off stats here
  anonymous-statistics: true
lang:
  # You can change the chat tag and author of the books here.
  tag-name: React

Other Configurations

You can configure every single sampler, and action as you see fit. You can even disable them if you like. See Samplers and Reactions

Clone this wiki locally