Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.17 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.17 KB

Ballistica Server Manager

Frontend PWA to manage your BombSquad/Ballisitca game server. Broadcast Bombsquad server live stats and leaderboard. Notify players when their friends join the game via web push notification and Admin panel to configure a server on fly.

Requirements

Getting Started

Step 1 > Get your Server Link

  • visit https://dash.deno.com/ log in with github, select new project > Hello World.
  • paste code from this file proxy.js into your deno, and change IP PORT, save and deploy.
  • now you will get link of your server.

Step 2 > Host your website (use this website, or host your own)

Option 1 (use this website and add your server)

Option 2 (host website with your own name.)

  • Fork this repo
  • Enable the workflow that comes with this repo from Actions.
  • Repo settings > actions > general > workflow > enable read nad write permission.
  • update variables.env, and enter your server link/deno link you got from the above step 1.
  • On your fork go to settings and enable the GitHub page on the gh-page branch.
  • Check environments to get add your github page URL.
  • Now you can share that URL with players or add it to your stats button of the server.

How to add multiple servers ?

For Bombsquad Server

Checkout BS1.7 Modded Server everything is already set up.