diff --git a/README.md b/README.md index 67bb57c..5de9d09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # CollabVM1.ts -This is a drop-in replacement for the dying CollabVM 1.2.11. Still in alpha. +This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta ## Running 1. Copy config.example.toml to config.toml, and fill out fields -2. Build it: `npm run build` -3. Run it: `npm run serve` \ No newline at end of file +2. Install dependencies: `npm i` +3. Build it: `npm run build` +4. Run it: `npm run serve` diff --git a/config.example.toml b/config.example.toml index d6d954f..0fbfa9a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -21,7 +21,7 @@ motd = "welcome!" # Use $IP to specify an ip and (optionally) use $NAME to specify a username bancmd = "iptables -A INPUT -s $IP -j REJECT" moderatorEnabled = true -usernameblacklist = ["jjjj"] +usernameblacklist = [] maxChatLength = 100 # Temporarily mute a user if they send more than x messages in n seconds automute = {enabled = true, seconds = 5, messages = 5} @@ -47,4 +47,4 @@ kick = true bypassturn = true rename = true grabip = true -xss = true \ No newline at end of file +xss = true