Advertisement
Guest User

Cross-Ark-CHat configuration v3.2.0.0

a guest
Nov 4th, 2018
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.11 KB | None | 0 0
  1. //For all info on config visit https://github.com/spikeydragoon/Cross-Ark-Chat and look at the readme file as it goes over all config information.
  2. {
  3.   "ApplicationSettings": {
  4.     "VersionCheckUrl": "https://raw.githubusercontent.com/spikeydragoon/Cross-Ark-Chat/master/version.txt",
  5.     "LogErrors": true,
  6.     "UseDiscord": true
  7.   },
  8.  
  9.   "Servers": [
  10.     {
  11.       "Map": "Ragnarok",
  12.       "IP": "185.244.193.112",
  13.       "RconPort": 33320,
  14.       "QueryPort": 33315,
  15.       "Password": "Password",
  16.       "Prefix": "/ragnarok",
  17.       "Active": true,
  18.       "ServerChannelId": 0,
  19.     },
  20.     {
  21.       "Map": "Aberration",
  22.       "IP": "185.244.193.112",
  23.       "RconPort": 33420,
  24.       "QueryPort": 33415,
  25.       "Password": "Password",
  26.       "Prefix": "/abberation",
  27.       "Active": true,
  28.       "ServerChannelId": 0,
  29.     },
  30.     {
  31.       "Map": "TheIsland",
  32.       "IP": "185.244.193.112",
  33.       "RconPort": 33120,
  34.       "QueryPort": 33115,
  35.       "Password": "Password",
  36.       "Prefix": "/theisland",
  37.       "Active": true,
  38.       "ServerChannelId": 0,
  39.     },
  40.     {
  41.       "Map": "ScorchedEarth",
  42.       "IP": "185.244.193.112",
  43.       "RconPort": 33220,
  44.       "QueryPort": 33215,
  45.       "Password": "Password",
  46.       "Prefix": "/scorchedearth",
  47.       "Active": true,
  48.       "ServerChannelId": 0,
  49.     },
  50.     {
  51.       "Map": "Extinction",
  52.       "IP": "185.244.193.112",
  53.       "RconPort": 33520,
  54.       "QueryPort": 33515,
  55.       "Password": "Password",
  56.       "Prefix": "/extinction",
  57.       "Active": false,
  58.       "ServerChannelId": 0,
  59.     }
  60.   ],
  61.  
  62.   "TribeIDs": [
  63.     {
  64.       "TribeId": "00000",
  65.       "Active": false,
  66.       "TribeDiscordId": 0
  67.     },
  68.     {
  69.       "TribeId": "00000",
  70.       "Active": false,
  71.       "TribeDiscordId": 0
  72.     }
  73.   ],
  74.  
  75.   "GameCommands": [
  76.     {
  77.       "Command": "/discord",
  78.       "CommandReply": "Kommt gern mit auf unseren Discord-Server: https://discord.gg/zyPXBz3",
  79.       "Active": true
  80.     },
  81.     {
  82.       "Command": "/ping",
  83.       "CommandReply": "Pong!",
  84.       "Active": true
  85.     }
  86.   ],
  87.  
  88.   "ChatSettings": {
  89.     "ShowAdminCommands": false,
  90.     "SendAdminCommandsToOwnChannel": true,
  91.     "ShowTribelogsInChat": false,
  92.     "UsePrefixToSendChat": false,
  93.     "UseCustomTags": false,
  94.     "LogChat": true,
  95.     "LogAdminCommands": true,
  96.     "LogTribeLogs": true,
  97.     "UseGameCommands": true,
  98.     "PrefixToSendAllServers": "/all"
  99.   },
  100.  
  101.   "DiscordSettings": {
  102.     "DiscordChannelID": 451258363486011413,
  103.     "TribeLogsDiscordChannelID": 0,
  104.     "AdminCommandsDiscordChannelID": 467973045374550016,
  105.     "SupportChannelID": 467974194219581440,
  106.     "prefix": "d!",
  107.     "DiscordChatPrefix": "Discord",
  108.     "DiscordToken": "Bottoken",
  109.     "ShowChatPrefixInDiscord": true,
  110.     "SendTribeLogsToOwnChannel": false,
  111.     "SendServerChatToOwnChannel": true,
  112.     "UseSupportPrefix": true,
  113.     "PingRoleName": true,
  114.     "ReplyToSupportPing": true,
  115.     "SendChatToDiscord": true,
  116.     "SupportPrefix": "/help",
  117.     "PrefixToSendToDiscord": "/discord",
  118.     "SupportRoleToPing": "ARK-Admin",
  119.     "SupportPingReply": "Deine Hilfeanfrage wurde gesendet. // Your support ticket has been sent."
  120.   }
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement