Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Features

Rahul Raman edited this page Sep 9, 2019 · 2 revisions

New Features

Since this repository is used to share the modified version of BombSquad game's original server builds, therefore it must have some new features; but what could they be?

The new features of the files in this repository are:

  • Terminal Commands (Full server configuration's and players' control in shortcut with just using the command line terminal)
  • Owners, co-leaders, admins, etc
  • Any player can get his/her stats just by sending /stats in the server chat
  • Special prefixes for top 5 scorers
  • 3D flying maps, also 3D flying powerup for non 3D fly maps
  • Many new custom characters available for everyone with the my characters mod
  • More powerups added
  • New mini-games added
  • Lets you define restricted words in settings, default restricted words are ["some**", "words**"]
  • Lets you filter restricted words in chat messages, defaults to True
  • Lets you show different text in place of restricted words, defaults to **RESTRICTED WORD FILTERED BY SERVER**
  • Lets you ignore the messages containing restricted words defined in settings, defaults to False
  • Lets you kick players who use restricted words, defaults to False
  • Lets you chose the time of banning the abuser, defaults to 300 seconds
  • Lets you show informative texts in bottom of the screen during game play, defaults to True
  • Lets you show player's scores in top right corner of the screen during game play, defaults to True
  • Modified Arms Race minigame present without errors in the game ending if there is an empty team
  • Lets you show names on powerups
  • Lets you create shield for powerups
  • Lets you show disco lights on powerups
  • Generates a cool totally static and fully customizable stats site generator with the ability to chose number of rows to show and search players in the table in the stats site, also a .json file to be read by my discord bot which you can use in discord channels to get your server's players stats
  • Shows you notification when any player joins or leaves

The settings are present in data/scripts/settings.py and can be easily customized.