Server Settings - imayushsaini/Bombsquad-Ballistica-Modded-Server GitHub Wiki
How to modify mods settings settings.json
- "whitelist" - change it to true if you want only whitelisted players on server. Add players pb-id in whitelist.json file.
- "useV2Account" - change it to true if you want to use your V2 bombquad account on server. This will let you manage multiple server from anywhere with ballistica.net/devices and can easily sync new mods with all servers together.
- "Anti-IdRevealer" - change it to true to hide players device id like "Androidxxx"or any account id from public partywindow mods.
- "BrodcastCommand" - change it to false if you wants to hide chat command from chat.
- "top watermark" - message added here will be visible on top of screen.
- "bottom left watermark" - message added here will be visible on bottom left of screen.
- "center highlights" - add list of message here to show on bottom center of screen. It will keep changing after 3 seconds in series. You can change color of this message by adding it in "color" and making 'randomColor' as false. or set 'randomColor' as true for random colors.
- "ScoreScreenAnnouncement" - message list added here will be visible in random order when game ends. On score screen.
- "statsResetAfterDays" - put number of days here. after this number of days stats will get reset to 0, use it for auto season end.
- "leaderboard" - it will show top 3 players name on top right of screen. Set "barsBehindName" to false if you wants to hide colourfull background behind the names.
- "autoNightMode" - enable it to change tint of server (dark mode) for specific period of time. Set start and endTime in 24 hours format. make sure you server machine timeZone is set properly. It will follow timezone of your instance.
- "colorfullMap" - set it to true if you wants to add colourfull lights on map and make you server ugly.
- "playlists" - save playlist alias name here , so later within server you can execute command like /playlist smash to change playlist on fly without restarting server.
- "coopModeWithLessPlayers" - enable it if you want to change server to coop server when there are less number of players in server. Server will automatically change playlist to default when "minPlayerToExitCoop" join server.
- "mikirogQuickTurn" - make it false to disable quick turn of player.
- "colorful_explosions" - make it to true for colorfull lights when bomb blast in air and on map.
- "ballistica_web" - enable it if you want server to expose players live data with http api , this is then used to host stats, leaderboard website.
- "character_chooser" - will let players to choose any character from lobby.
- "custom_characters" - allows players to use custom characters installed in server.
- "StumbledScoreScreen" - enable it for super cool MVP player score screen.
- "elPatronPowerups" - enable it if you want to customize powerups(add/remove any powerup), change quantity to 0 of that powerup.
- "discordbot" - paste you discord bot token and your server channel id for live stats and server logs. You can execute commands or can chat on server from discord logs channel.
- "discordWebHook" - use this if you dont want to use discord bot.This will only put your server logs in discord channel. Use this only when your server specs are very low to handle discord bot. discordwebhook is light weight.
- "afk_remover" - kick inactive players from server. Set time in seconds.
- "allowTeamChat" - Allows team mates to chat privately. Start message with comma to send it to team mates.
- "allowEndVote" - Allow players to start end vote for map. By typing 'end' in chat.
- "allowInGameChat" - Allow players to send message inside game as popup message about head. Start message with dot to send popup message.
- "sameCharacterForTeam" - Set it to true to force team mates to use same character.
- "newResultBoard" - Teamwise splitted score screen.
Rest ShowKickVoteStarterName":true, "KickVoteMsgType":"chat", "minAgeToChatInHours":78, "minAgeToJoinInHours":24, "maxWarnCount":2, "WarnCooldownMinutes":30, "maxAccountPerIP":1, "maxPlayersPerDevice":1, "warnMsg":"WARNING !!!", "afterWarnKickMsg":"Enough warnings, Goodbye have a nice day :)", "firstTimeJoinMsg":"Welcome to the server,we r saving all your account details and chats", "regularWelcomeMsg":"Welcome Back", "contributeData": true, "enabletags": true, "enablehptag": true, "enablerank": true, "enablestats": true, "enableHitTexts": true, "enableeffects": true, "enableTop5effects": true, "enableTagAnimation":true
Make sense by setting name only. 🥱