{ "username": "", // In case you have a username/password set up on your server, enter those details here. "password": "", // Without them, RRCommander will not be able to connect to your server. "servers": [ { // Server 1 --------------------------------------------------------------------------------------------------------------------------------------------------------- "admin_ids": [ // IDs of users that have access to the chat commands like /kick, /ban etc. -1, // Server chat 11962, // Koen van Hove ], "minimum_rating": -1, // Minimum rating required to join the server. Set to -1 to disable. "minimum_reputation": -1, // Minimum reputation required to join the server. Set to -1 to disable. "minimum_activity": -1, // Minimum activity score required to join the server. Set to -1 to disable. "default_rating": 0, // Default rating given to players who have not driven ranked yet. New players start with 1500, default is 0. "default_reputation": 0, // Default reputation given to players who have not driven ranked yet. New players start with 70, default is 0. "default_activity": 0, // Default activity score given to players who have not driven ranked yet. New players start with 0, default is 0. "reject_message_rating": "Kicked {0} due to insufficient rating ({1}/{2})", // Message to broadcast when someone with insufficient rating joins. "reject_message_reputation": "Kicked {0} due to insufficient reputation ({1}/{2})", // Message to broadcast when someone with insufficient reputation joins. "reject_message_activity": "Kicked {0} due to insufficient activity ({1}/{2})", // Message to broadcast when someone with insufficient activity joins. "whitelisted_ids": [ 11962, // Koen van Hove ], "incidents": [ { "penalty": "drivethrough", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Drive-through penalty für {0} aufgrund {1} Offtracks" }, { "penalty": "stopandgo", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30, 40, 50, 60, 70, 80], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Er is een stop-and-go-straf toegekend voor het behalen van {1} incidentpunten aan {0}" }, { "penalty": "slowdown", // drivethrough, slowdown, stopandgo "duration": 0, // In case of slowdown or stopandgo, the duration for the penalty. 0 in case of slowdown acts as warning/reminder "intervals": [15, 20, 25], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Vorsicht {0} du hast bereits {1} Offtracks" } ] }, { // Server 2 ----------------------------------------------------------------------------------------------------------------------------------------------------------- "admin_ids": [ // IDs of users that have access to the chat commands like /kick, /ban etc. -1, // Server chat 11962, // Koen van Hove ], "minimum_rating": -1, // Minimum rating required to join the server. Set to -1 to disable. "minimum_reputation": -1, // Minimum reputation required to join the server. Set to -1 to disable. "minimum_activity": -1, // Minimum activity score required to join the server. Set to -1 to disable. "default_rating": 0, // Default rating given to players who have not driven ranked yet. New players start with 1500, default is 0. "default_reputation": 0, // Default reputation given to players who have not driven ranked yet. New players start with 70, default is 0. "default_activity": 0, // Default activity score given to players who have not driven ranked yet. New players start with 0, default is 0. "reject_message_rating": "Kicked {0} due to insufficient rating ({1}/{2})", // Message to broadcast when someone with insufficient rating joins. "reject_message_reputation": "Kicked {0} due to insufficient reputation ({1}/{2})", // Message to broadcast when someone with insufficient reputation joins. "reject_message_activity": "Kicked {0} due to insufficient activity ({1}/{2})", // Message to broadcast when someone with insufficient activity joins. "whitelisted_ids": [ 11962, // Koen van Hove ], "incidents": [ { "penalty": "drivethrough", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Drive-through penalty für {0} aufgrund {1} Offtracks" }, { "penalty": "stopandgo", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30, 40, 50, 60, 70, 80], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Er is een stop-and-go-straf toegekend voor het behalen van {1} incidentpunten aan {0}" }, { "penalty": "slowdown", // drivethrough, slowdown, stopandgo "duration": 0, // In case of slowdown or stopandgo, the duration for the penalty. 0 in case of slowdown acts as warning/reminder "intervals": [15, 20, 25], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Vorsicht {0} du hast bereits {1} Offtracks" } ] }, { // Server 3 -------------------------------------------------------------------------------------------------------------------------------------------------- "admin_ids": [ // IDs of users that have access to the chat commands like /kick, /ban etc. -1, // Server chat 11962, // Koen van Hove ], "minimum_rating": -1, // Minimum rating required to join the server. Set to -1 to disable. "minimum_reputation": -1, // Minimum reputation required to join the server. Set to -1 to disable. "minimum_activity": -1, // Minimum activity score required to join the server. Set to -1 to disable. "default_rating": 0, // Default rating given to players who have not driven ranked yet. New players start with 1500, default is 0. "default_reputation": 0, // Default reputation given to players who have not driven ranked yet. New players start with 70, default is 0. "default_activity": 0, // Default activity score given to players who have not driven ranked yet. New players start with 0, default is 0. "reject_message_rating": "Kicked {0} due to insufficient rating ({1}/{2})", // Message to broadcast when someone with insufficient rating joins. "reject_message_reputation": "Kicked {0} due to insufficient reputation ({1}/{2})", // Message to broadcast when someone with insufficient reputation joins. "reject_message_activity": "Kicked {0} due to insufficient activity ({1}/{2})", // Message to broadcast when someone with insufficient activity joins. "whitelisted_ids": [ 11962, // Koen van Hove ], "incidents": [ { "penalty": "drivethrough", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 1, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 1, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Drive-through penalty für {0} aufgrund {1} Offtracks" }, { "penalty": "stopandgo", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30, 40, 50, 60, 70, 80], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Er is een stop-and-go-straf toegekend voor het behalen van {1} incidentpunten aan {0}" }, { "penalty": "slowdown", // drivethrough, slowdown, stopandgo "duration": 0, // In case of slowdown or stopandgo, the duration for the penalty. 0 in case of slowdown acts as warning/reminder "intervals": [15, 20, 25], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 1, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 1, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Vorsicht {0} du hast bereits {1} Offtracks" } ] }, { // Server 4 ------------------------------------------------------------------------------------------------------------------------------------------------------ "admin_ids": [ // IDs of users that have access to the chat commands like /kick, /ban etc. -1, // Server chat 11962, // Koen van Hove ], "minimum_rating": -1, // Minimum rating required to join the server. Set to -1 to disable. "minimum_reputation": -1, // Minimum reputation required to join the server. Set to -1 to disable. "minimum_activity": -1, // Minimum activity score required to join the server. Set to -1 to disable. "default_rating": 0, // Default rating given to players who have not driven ranked yet. New players start with 1500, default is 0. "default_reputation": 0, // Default reputation given to players who have not driven ranked yet. New players start with 70, default is 0. "default_activity": 0, // Default activity score given to players who have not driven ranked yet. New players start with 0, default is 0. "reject_message_rating": "Kicked {0} due to insufficient rating ({1}/{2})", // Message to broadcast when someone with insufficient rating joins. "reject_message_reputation": "Kicked {0} due to insufficient reputation ({1}/{2})", // Message to broadcast when someone with insufficient reputation joins. "reject_message_activity": "Kicked {0} due to insufficient activity ({1}/{2})", // Message to broadcast when someone with insufficient activity joins. "whitelisted_ids": [ 11962, // Koen van Hove ], "incidents": [ { "penalty": "drivethrough", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [5], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "exclude_sessions": [0, 256, 513, 514, 515], // Sessions to exclude, for the full list see the README "message": "Drive-through penalty für {0} bei {1} incident points" }, { "penalty": "stopandgo", // drivethrough, slowdown, stopandgo "duration": 10, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [30, 40, 50, 60, 70, 80], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "message": "Er is een stop-and-go-straf toegekend voor het behalen van {1} incidentpunten aan {0}" }, { "penalty": "slowdown", // drivethrough, slowdown, stopandgo "duration": 3, // In case of slowdown or stopandgo, the duration for the penalty. "intervals": [5, 8, 15], // Incident intervals at which someone gets this penalty. "types": { // Amount of incident points gained for each incident type "0": 0, // Car to car collision "1": 0, // Collision with a track object "2": 0, // Going the wrong way "3": 0, // Going off track "4": 0, // Staying stationary on the track "5": 0, // Losing control of the vehicle "6": 0, // Invalid Lap "7": 0, // Not serving a penalty "8": 0 // Disconnecting / Giving up before the end of a race }, "message": "{0} erhielt eine Verlangsamungsstrafe für das Erhalten von {1} Vorfallpunkten" } ] } ] }