Advertisement
blazex224

React config.yml

Apr 10th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. startup:
  2.  
  3. # Startup verbose for extra information.
  4. verbose: false
  5.  
  6. # Run the garbage collector after startup to prevent memory issues from reloading and startup.
  7. prevent-memory-leaks: true
  8.  
  9. # Should we track usage statistics?
  10. anonymous-statistics: true
  11.  
  12. # Use multiple threads to handle react processing
  13. multicore: false
  14.  
  15. # Some systems can have trouble with system profiling.
  16. # If you have weird issues, try disabling this first.
  17. system-profiling: true
  18.  
  19. # Use multiple threads to handle react processing
  20. # If multicore is off, this feature wont be used.
  21. multicore-threads: 1
  22. display:
  23.  
  24. # Permission denied message.
  25. no-permission: '&cInsufficient Permission'
  26.  
  27. # Here you can configure the tag for react. Uses color codes.
  28. tag: '&b[&8React&b]:'
  29. react-remote:
  30.  
  31. # This is for remote access to the react server
  32. enable: false
  33. users:
  34. cyberpwn:
  35.  
  36. password: react123
  37.  
  38. enabled: false
  39. permission:
  40.  
  41. use-console: true
  42.  
  43. use-actions: true
  44.  
  45. # Request interval.
  46. # USERS HAVE BEEN MOVED TO THE react-users FOLDER!
  47. interval: 100
  48.  
  49. # Make sure the port is open. You may get a failed to bind to port message if it isnt. DONT USE 25565!
  50. port: 8118
  51.  
  52. # Should React automagically attempt to restart the server should it fail?
  53. auto-restart: false
  54. monitor:
  55.  
  56. # Bolden the text on the monitor when in bright daylight. This is intended to make the text clearer when looking at bright colors on the screen.
  57. title-bolding: false
  58.  
  59. # When enabled, holding shift while monitoring will show more accurate numbers.
  60. shift-accuracy: true
  61.  
  62. # Allow title message verbose? Players still have to turn it on if it is enabled.
  63. allow-title-verbose: true
  64. ticking:
  65.  
  66. # The default tickrate for the monitor. Lower = faster.
  67. # This will only take effect if dynamic ticking is off.
  68. base: 1
  69.  
  70. # Slows down monitoring tickrates depending on how demanding it is to the server.
  71. dynamic: true
  72.  
  73. # The interval in ticks to send scoreboard packets to monitors.
  74. scoreboard-interval: 10
  75.  
  76. # Inform other players with the permission react.monitor
  77. # when a player manually executes an action.
  78. broadcast-monitors: true
  79. heartbeat:
  80.  
  81. save-before-crash: true
  82. lang: en
  83. maps:
  84.  
  85. display-static: false
  86. debug-messages: true
  87. runtime:
  88.  
  89. # Disable all reactions. Just sampling basically.
  90. disable-reactions: false
  91. config:
  92.  
  93. # This is used for React to manage itself between updates
  94. # It keeps your configs clean and tidy.
  95. # Changing this will confuse react a bit :P
  96. version: 1
  97. commands:
  98. override:
  99.  
  100. # Override the /tps and /lag commands for more accurate information
  101. tps: true
  102.  
  103. # Override the /mem and /memory for more accurate information
  104. memory: true
  105. messages:
  106.  
  107. # If any sort of instability is detected, react begins to collect evidence and determine the right thing to do.
  108. notify-instability: true
  109. splash-screen: true
  110. write-world-configs: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement