Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. [force_config]
  2. ## The name of the main config file
  3. configFile = config.yml
  4. ## The newline character to use when saving the config file
  5. newline = \n
  6. ## Up to 20 search and replace settings can be specified. The "searchX" setting
  7. ## is a regular expression that is looked for in the config file. If it is found
  8. ## it is replaced by the same "replaceX" setting. If "searchX" is not found the
  9. ## "replaceX" string is appended to the config file.
  10. ## The variables that can be used are the same as for the "command" setting
  11. ## in the [start] section.
  12. ## The following are the default settings used:
  13. search1 = listeners:
  14. replace1 = listeners:
  15. search2 = - query-port
  16. replace2 = - query-port: {PORT}
  17. search3 = host:
  18. replace3 = host: {IP}:{PORT}
  19. search4 = max_players
  20. replace4 = max_players: {MAX_PLAYERS}
  21. ## search5/replace5 to search20/replace20 are empty by default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement