Emrald docs
Create your addons

Set up the s&box editor

Install s&box, create an addon project, and register it on Emrald.

Everything in this section assumes you have s&box installed and a working addon project in its editor. If you're starting from scratch, follow the steps below.

Coming soon. This page will walk through:

  • Installing s&box from sbox.game (requires a key — Facepunch is in invite-only access)
  • Creating a new addon project in the s&box editor
  • Project file structure (Code/, Assets/, addon manifest)
  • Linking the addon to a base gamemode (DarkRP, Sandbox)
  • Declaring Variables and Permissions so they appear in the Emrald panel
  • Registering the addon on Emrald (/me/addons) and getting your security token
  • Publishing the addon package to sbox.game

Until this page is filled in, refer to the s&box official docs for editor basics.

Next steps

Once your addon project is set up, pick a recipe:

On this page