Minimal
Carbon's minimal build, focused solely on plugin execution, stripping away Carbon exclusive features for the most part.
Differences
Here's a list of all the differences between regular Carbon builds and Minimal:
Feature | Carbon | Minimal |
---|---|---|
CarbonAuto Carbon ConVar variables exist with the purpose of expanding on Rust's ConVars and add more customization to your server. Learn more. | ✅ Present | 🚫 Absent |
Admin Panel The Admin module introduces a new and intuitive way of managing your server in pretty much any way that you'd need. Learn more. | ✅ Present | 🚫 Absent |
Carbon Modules Carbon modules are similar to plugins but are built directly into Carbon. They provide a lightweight way to add common functionality, such as managing players or increasing stack sizes. Learn more. | ✅ Present | 🚫 Absent |
CSZIP Dev The carbon/plugins/cszip_dev folder allowing you to locally develop and test multi-partial-file plugins for testing purposes. 🎯 This feature is only available on Debug builds. Learn more. | ✅ Present | 🚫 Absent |
🔥 Release Optimizations
All Minimal builds have Release optimizations and reduced debugging data. They're essentially Release builds.