nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

default.json (596B)


      1 {
      2   "firstrun": 1,
      3   "server": [
      4     {
      5       "name": "server1",
      6       "ip": "x.x.x.x",
      7       "port": "27015",
      8       "pass": "",
      9       "rcon_pass": "",
     10       "owner": "USERNAME",
     11       "whitelist": [
     12         {
     13           "name": "MTRNord"
     14         }
     15       ],
     16       "plugins": [
     17         {
     18           "name": "PLUGIN_NAME"
     19         }
     20       ]
     21     }
     22   ],
     23   "admins": [
     24     {
     25       "name": "MTRNord"
     26     }
     27   ],
     28   "user": [
     29     {
     30       "name": "MTRNord",
     31       "Steam_ID": "STEAMID"
     32     }
     33   ],
     34   "aviable_plugins": [
     35     {
     36       "name": "PLUGIN_NAME",
     37       "version": "x.x.x",
     38       "path": ""
     39     }
     40   ]
     41 }