Skip to content

Commit

Permalink
Remove fluff from config
Browse files Browse the repository at this point in the history
  • Loading branch information
schana committed Mar 2, 2021
1 parent deeace2 commit 5186aa6
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,9 @@
"user_channel_ids": [
12345678901
],
"log_player_count_updates": true,
"cftools_application_id": "COMPLETE THIS VALUE",
"cftools_client_id": "COMPLETE THIS VALUE",
"cftools_secret": "COMPLETE THIS VALUE",
"debug": false,
"custom_commands": [
{
"enabled": true,
"command": ".*[Cc]arim.*",
"response": {
"title": "Carim DayZ Project",
"description": "Open Source projects for the DayZ community",
"url": "https://schana.github.io/carim/",
"color": 9662011,
"thumbnail": {
"url": "https://github.com/schana/dayz-server-carim/raw/master/Carim.png"
},
"author": {
"name": "cnofafva",
"url": "https://github.com/schana",
"icon_url": "https://github.com/schana.png"
}
}
}
],
"servers": [
{
"name": "Example Server",
Expand All @@ -41,22 +19,10 @@
"steam_port": 27016,
"admin_channel_id": 12345678902,
"chat_channel_id": 12345678903,
"chat_ignore_regex": ".*: !.*",
"chat_show_connect_disconnect_notices": true,
"player_count_channel_id": 12345678904,
"player_count_format": "Players: {players}/{slots}",
"player_count_queue_format": " +{queue}",
"player_count_update_interval": 30,
"log_rcon_messages": true,
"log_rcon_keep_alive": false,
"cftools_service_id": "COMPLETE THIS VALUE",
"scheduled_commands": [
{
"command": "say -1 Visit Carim on Discord: https://discord.gg/kdPnVu4",
"interval": 600,
"offset": 0
}
]
"cftools_service_id": "COMPLETE THIS VALUE"
}
]
}

0 comments on commit 5186aa6

Please sign in to comment.