Exiled-Team/EXILED — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a C# plugin framework for SCP Secret Laboratory servers, similar to EXILED. I want server owners to be able to install it easily, then drop plugin DLL files into a plugins folder and have them load when the server starts.

The main thing should be a clean event system so plugin developers can react to game events and change behavior without editing the game server files directly. Include a simple API layer for common server, player, role, item, and permission tasks, plus support for custom items and custom roles. Add example plugins so people can see how to use it.

Please include an installer for Windows and Linux, basic config files, logging, plugin loading and unloading, and clear getting started docs. Keep it practical and maintainable, with a solution structure that makes sense for a C# project. If you need exact SCP SL or Harmony details, look up current docs online while implementing.

Want more depth? Deep Reverse