Introduction: How to Make an Agario Server (with Command List)
Instructions
Download Ogario and Nodejs.
Ogario link: https://github.com/OgarProject/Ogar
Nodejs link: Nodejs.org
Open CMD and type:
npm install ws
Then run Start.bat in the src folder.
Done
Server command list
Addbot: Adds a cell to the server.
Example: Addbot
Board: Sets the scoreboard text .
Example: Board My server
Boardreset: Resets the scoreboard text.
Example: Boardreset
Change: Changes specified settings, usually the ip and/or port .
Example1: change ip 0.0.0.0
Example2: change port 00000
Clear: Clears the text in the console just like cls from batch coding.
Example: Clear
Color: Sets a cell's color by their ID.
Example: color 1 4
Exit: Stops the server.
Example: exit
Food: Spawns food at the give coordinates.
Example: food 0 0
Gamemode: Changes the server game mode.
Example: gamemode 20
Kick: Kick a player or cell from the server by their ID.
Example: kick 1
Kill: Kills a cell by their ID.
Example: kill 1
Killall: Kills everyone on the server.
Example: killall
Mass: Sets a cells mass by their ID.
Example: mass 1 4000
Name: Changes a cell's name by their ID.
Example: name 1 Bob
Playerlist: Displays a list of players and bots and their statuses on your server in the console.
Example: playerlist
Pause: Pause the game and freezes all cells on the server
Example: pause
Reload: Reloads the server config .
Example: reload
Status: Displays the server's status in the console.
Example: status
Tp: Teleports a player or cell by their ID to the given coordinates.
Example: tp 1 0 0
Virus: Spawns a virus at the given coordinates.
Example: virus 0 0