Skip to content

Commit

Permalink
updated readme to include the new messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspalmero committed Dec 8, 2022
1 parent e5c7d3f commit ae8ce60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ the config file is a simple JSON file. let's go over what each field does:
- `port` the port which the server will listen
- `advertise` should this server be advertised on the Master Server?
- `addonsfolder` the location of your addons folder. **omochao** will load all your files in alphabetical order. if you need to load files in different order, put them under some folders so that they're loaded in a certain order (i have three folders, `a_first`, `main`, `z_last`)
- `srb2mode` if true, checks for SRB2 login messages (which doesn't do the "player has joined, player has renames to" thing)
- `showMapChange` if true, prints a message whenever a new map is loaded
- `discord`
- `token` app token goes here. if you've followed the guide I left in the *how-to* section, put here the token you copied on step 1
- `channelIds` **omochao** will write to and read from these channels
Expand Down

0 comments on commit ae8ce60

Please sign in to comment.