Information

Standard Modding Interface, you can see the minimap of the mod in the bottom right corner while the mod is running
Starblast Modding interface can be found here: https://starblast.io/modding.html (ECP required)
Starblast Modding interface allows you to create custom mods for Starblast. The interface is made of a code editor window, on the left, and a console window, on the right. The code editor is where you type the JavaScript code for your mod. The console is where you can type commands to start your mod, stop it or interact with it while it is running.
Main programming language used in this interface is JavaScript (ECMAScript)