Skip to content

A code editor for streamer.bot c# scripts with syntax highlighting and direct editing of actions

Notifications You must be signed in to change notification settings

sysworx/Streamer.bot-Editor

Repository files navigation

SBE - Streamer.bot Editor 🎬 ✨

SBE is a modern, standalone C# script editor designed specifically for Streamer.bot. It allows you to write, edit, and manage your C# actions in a dedicated, high-performance environment with a beautiful Windows 11-style UI.

SBE Screenshot

🚀 Features

  • ⚡ High Performance Editor: Built with Monaco Editor (the engine behind VS Code) for a premium coding experience.
  • 🎨 Mica Design: Features a native Windows 11 "Mica" transparent window effect for a sleek, modern aesthetic.
  • 🔄 Direct Integration: Reads actions directly from your Streamer.bot/data/actions.json file. No need for copy-pasting code back and forth!
  • 🛡️ Safety First: Automatically creates backups of your actions.json file before every save, ensuring your data is never lost.
  • 📁 Action Management: Easily filter and find actions that contain C# code.
  • 🔦 CPH Intellisense: (Coming Soon) Better support for CPH methods.

🛠️ Tech Stack

Built with modern web technologies:

📦 Installation & Setup

  1. Download the latest release (Portable .exe).
  2. Run SBE.
  3. Go to Settings ⚙️.
  4. Select your main Streamer.bot folder location.
  5. SBE will automatically load all your actions!

💻 Development

Want to contribute or build it yourself?

Prerequisites

  • Node.js (v18+)
  • npm

Commands

# Install dependencies
npm install

# Run in Development Mode 
# (Hot-reloading for React, auto-compiles Electron)
npm run dev

# Build for Production (Portable Exe)
npm run dist

⚠️ Note

SBE modifies your actions.json file directly. While it includes a robust backup system, it is always recommended to keep your own backups of your Streamer.bot data.


Made with ❤️ by sys-worx.net

About

A code editor for streamer.bot c# scripts with syntax highlighting and direct editing of actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages