All official releases keep the framework private to ensure stability, compatibility, and security across maps and servers. Customization is done through the exposed configuration systems provided by the framework.
Framework Access Levels
Standard Access
Standard users do not have access to the core framework files. You can still customize:- Jobs
- Props
- Materials
- Permissions
- Economy settings
- Map-specific behavior
- Maps stay compatible with updates
- Core systems cannot be accidentally broken
- Servers run the same stable base
Extended Access (Private Distribution)
Some larger servers may be given a limited development version of the framework. This version may allow:- Editing certain framework modules
- Adding custom systems inside the framework
- Modifying internal behavior when needed
How Customization Works
When your map starts, the framework loads your customization files and applies them on top of the core systems. This means you can safely:- Add new jobs
- Register props and materials
- Change settings
- Define custom behavior
Supported Customization Areas
The framework currently allows customization of:- Jobs
- Props
- Materials
- Player data settings
- Spawn rules
- Economy values
- Permissions
- Map configuration
Before implementing any changes that affect internal or previously used parts of the framework, a notice will be issued at least 7 days in advance to allow sufficient time to prepare for the new configuration.
