Created
February 12, 2024 21:53
-
-
Save MinerPL/8013a31556d9112ef57d5d9b28b6a150 to your computer and use it in GitHub Desktop.
txAdmin Default Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"serverName": "change-me", | |
"language": "en", | |
"menuEnabled": true, | |
"menuAlignRight": false, | |
"menuPageKey": "Tab", | |
"hideDefaultAnnouncement": false, | |
"hideDefaultDirectMessage": false, | |
"hideDefaultWarning": false, | |
"hideDefaultScheduledRestartWarning": false | |
}, | |
"logger": {}, | |
"monitor": { | |
"restarterSchedule": [], | |
"resourceStartingTolerance": 120 | |
}, | |
"playerDatabase": { | |
"onJoinCheckBan": true, | |
"whitelistMode": "disabled", | |
"whitelistedDiscordRoles": [], | |
"whitelistRejectionMessage": "Please join http://discord.gg/example and request to be whitelisted.", | |
"requiredBanHwidMatches": 1, | |
"banRejectionMessage": "You can join http://discord.gg/example to appeal this ban." | |
}, | |
"webServer": { | |
"disableNuiSourceCheck": false | |
}, | |
"discordBot": { | |
"enabled": false, | |
"embedJson": "{\n \"title\": \"{{serverName}}\",\n \"url\": \"{{serverBrowserUrl}}\",\n \"description\": \"You can configure this embed in `txAdmin > Settings > Discord Bot`, and edit everything from it (except footer).\",\n \"fields\": [\n {\n \"name\": \"> STATUS\",\n \"value\": \"```\\n{{statusString}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> PLAYERS\",\n \"value\": \"```\\n{{serverClients}}/{{serverMaxClients}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> F8 CONNECT COMMAND\",\n \"value\": \"```\\nconnect 123.123.123.123\\n```\"\n },\n {\n \"name\": \"> NEXT RESTART\",\n \"value\": \"```\\n{{nextScheduledRestart}}\\n```\",\n \"inline\": true\n },\n {\n \"name\": \"> UPTIME\",\n \"value\": \"```\\n{{uptime}}\\n```\",\n \"inline\": true\n }\n ],\n \"image\": {\n \"url\": \"https://i.imgur.com/ZZRp4pj.png\"\n },\n \"thumbnail\": {\n \"url\": \"https://i.imgur.com/9i9lvOp.png\"\n }\n}", | |
"embedConfigJson": "{\n \"onlineString\": \"🟢 Online\",\n \"onlineColor\": \"#0BA70B\",\n \"partialString\": \"🟡 Partial\",\n \"partialColor\": \"#FFF100\",\n \"offlineString\": \"🔴 Offline\",\n \"offlineColor\": \"#A70B28\",\n \"buttons\": [\n {\n \"emoji\": \"1062338355909640233\",\n \"label\": \"Connect\",\n \"url\": \"{{serverJoinUrl}}\"\n },\n {\n \"emoji\": \"1062339910654246964\",\n \"label\": \"txAdmin Discord\",\n \"url\": \"https://discord.gg/txAdmin\"\n },\n {\n \"emoji\": \"😏\",\n \"label\": \"ZAP-Hosting\",\n \"url\": \"https://zap-hosting.com/txadmin6\"\n }\n ]\n}" | |
}, | |
"fxRunner": { | |
"autostart": true, | |
"serverDataPath": "/home/container/", | |
"cfgPath": "/home/container/server.cfg", | |
"onesync": "on" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment