diff --git a/README.md b/README.md index a7bf1d9..ba5bad3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Bombsquad-Ballistica-Modded-Server -Modder server scripts to host ballistica (Bombsquad).Running on BS1.6.6. +Modder server scripts to host ballistica (Bombsquad).Running on BS1.7.2. ## Requirements - Ubuntu 20 -- python3.9 +- python3.10 ## Getting Started -- `sudo apt update; sudo apt install python3.9-dev` +- `sudo apt update; sudo apt install python3-pip python3.10-dev python3.10-venv` , or [Python3.10 on Ubuntu 20.04](https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/) - `tmux new -s 43210` - `git clone https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server` - `cd Bombsquad-Ballistica-Modded-Server` @@ -39,9 +39,22 @@ Here you can ban player , mute them , disable their kick votes - Restrict some player to start kick vote. - Auto night mode . - Transparent Kickvote , can see who started kick vote for whom. -- Kickvote msg to chat/screen , can choose to show kickvote start msg either as screen message or chat message +- Kickvote msg to chat/screen , can choose to show kickvote start msg either as screen message or chat message. +- Players IP Address and Device UUID tracking and banning. +- Team Chat, send msg starting with (,) comma to deliver it to team mates only. +- In game popup chat , send msg starting with (.) Dot to send in game popup msg. +- End Vote System , type `end` in chat to start end vote. +- support for [Ballisitca-web-stats](https://github.com/imayushsaini/ballistica-web-stats). +- Integrated Discord bot to sync live stats(current players, chats , all logs) to discord. +- Execute chat command remotely from discord. +- Many New mini games and maps. +- Colourfull bomb explosion. +- Floater +- Auto stats reset after configured days . +- Auto remove afk/idle players. +- Auto check server updates. - All settings at one place ,no coding exp. required just edit settings.json -- Configurable Server Host name +- Configurable Server Host name. - Character chooser , players can choose any character while joining . - Restrict New accounts to join or chat in server. - Custom characters , easy to load and use characters made by character maker. @@ -49,5 +62,6 @@ Here you can ban player , mute them , disable their kick votes - Integrated ElPatronPowerups. - Auto switch to coop mode when players are less then threshold. - Change playlist on fly with playlist code or name , i.e /playlist teams , /playlist coop , /playlist 34532 -- New Splitted Team score screen. +- New Splitted Team in game score screen. +- New final score screen , StumbledScoreScreen. - other small small feature improvement here there find yourself.