| Host | string | localhost | The IP address or host name of the server. |
| Port | integer | 5400 | The port on the server. |
| GameFont | string | sourcesansproblack | The name of the font to use for non-UI rendering. |
| EntityNameFont | string | sourcesansproblack | The name of the font to use for entity names. |
| ChatBubbleFont | string | sourcesansproblack | The name of the font to use for chat bubble text. |
| ActionMsgFont | string | sourcesansproblack | The name of the font to use for action messages. |
| UIFont | string | sourcesansproblack,8 | The name and size of the font to use for unstyled windows (such as debug/admin) comma-delimited (name,size). |
| ChatLines | integer | 100 | The number of lines to save for chat scroll-back. |
| MenuMusic | string | Game-Menu_Looping.ogg | The name of the music file to play on the main menu (file must be in resources/music). |
| MenuBackground | string | background.png | The name of the image file to display on the main menu (file must be in resources/gui). |
| IntroImages | string[] | | |
| UpdateUrl | string | http://localhost:8080/update.json | The URL to the update manifest file generated by the editor (see Auto Updater). |