Skip to main content
The Dark-RP Framework is designed to be customizable without requiring access to the core framework files.
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
All customization is done using the supported configuration and scripting interfaces included with the framework. This ensures:
  • 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
This access is not public and is only provided when necessary to support advanced servers.

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
without modifying the main framework.

Supported Customization Areas

The framework currently allows customization of:
  • Jobs
  • Props
  • Materials
  • Player data settings
  • Spawn rules
  • Economy values
  • Permissions
  • Map configuration
Additional customization options may be added in future updates.
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.