SickGaming Rust Server Plugins

This commit is contained in:
2021-02-11 21:10:50 +00:00
commit b76e392940
49 changed files with 36770 additions and 0 deletions

23
oxide.config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"Options": {
"Modded": true,
"PluginWatchers": true,
"DefaultGroups": {
"Players": "default",
"Moderators": "moderate"
"Administrators": "admin"
},
"WebRequestIP": "0.0.0.0"
},
"OxideConsole": {
"Enabled": true,
"MinimalistMode": true,
"ShowStatusBar": true
},
"OxideRcon": {
"Enabled": false,
"Port": 25580,
"Password": "",
"ChatPrefix": "[Server Console]"
}
}