CoreX Modules

Extend your CoreX Framework with powerful modules and plugins.

v1.0.2.0 Active Development

CoreX Modules provides a comprehensive collection of modules, plugins, and tools to enhance your FiveM server experience. From core functionality to community-contributed modules, find everything you need to build the perfect server.

🔧 Core Modules

Essential modules that provide core functionality for your CoreX Framework server.

CoreX

The main CoreX Framework module that provides the foundation for all other modules.

  • Modular architecture with dynamic loading
  • Built-in MySQL support with oxmysql
  • Multi-character system with perma-death
  • Discord integration and role-based permissions
  • Comprehensive security and audit logging

CoreX-Characters

Advanced character management system with multiple characters per player and perma-death mechanics.

  • Multiple characters per player
  • Perma-death system with consequences
  • Character statistics and progression
  • Inventory and equipment management
  • Character creation and customization

CoreX-Security

Comprehensive security and anti-cheat system for CoreX Framework servers.

  • Advanced anti-cheat detection
  • Role-based permission system
  • Audit logging and monitoring
  • Player behavior analysis
  • Automated security responses

👥 Community Modules

Modules created by the CoreX community to extend functionality and add new features.

CoreX-Vehicles

Advanced vehicle management system with custom vehicles, modifications, and ownership.

  • Custom vehicle spawning and management
  • Vehicle ownership and registration
  • Modification and customization system
  • Vehicle insurance and maintenance
  • Police and emergency vehicle systems

CoreX-Housing

Comprehensive housing and property system for CoreX Framework servers.

  • Property purchasing and ownership
  • Interior customization and furniture
  • Rental and leasing system
  • Property management and maintenance
  • Neighborhood and community features

CoreX-Jobs

Dynamic job and employment system with various career paths and progression.

  • Multiple job types and career paths
  • Job progression and skill development
  • Salary and payment systems
  • Work schedules and time tracking
  • Job-specific tools and equipment

🛠️ Development Tools

Tools and utilities to help developers create and maintain CoreX modules.

Module Template

Standardized template for creating new CoreX modules with best practices.

  • Pre-configured module structure
  • Documentation templates
  • Testing framework setup
  • CI/CD pipeline configuration
  • Code quality standards

Debug Tools

Development and debugging tools for CoreX Framework modules.

  • Module debugging utilities
  • Performance monitoring tools
  • Error tracking and reporting
  • Log analysis tools
  • Testing automation

Deployment Tools

Automated deployment and distribution tools for CoreX modules.

  • Automated build pipelines
  • Version management tools
  • Distribution automation
  • Update notification system
  • Compatibility checking

📦 Installation Guide

Learn how to install and configure CoreX modules on your server.

1

Choose Your Module

Browse the available modules and select the ones you need for your server.

Tip: Start with core modules before adding community modules
2

Download Module

Clone the module repository or download the latest release from GitHub.

Terminal
git clone https://github.com/Core-X-Dev/CoreX-[ModuleName].git
cd CoreX-[ModuleName]
3

Install Module

Follow the module's specific installation instructions and configure as needed.

server.cfg
ensure CoreX
ensure CoreX-[ModuleName]

🤝 Contributing

Help improve CoreX Framework by contributing modules, documentation, or code.

Create Modules

Develop new modules for CoreX Framework and share them with the community.

  • Follow CoreX module standards
  • Use the module template structure
  • Include proper documentation
  • Add comprehensive testing
  • Submit for community review

Improve Documentation

Help improve documentation, tutorials, and guides for CoreX Framework.

  • Update existing documentation
  • Add new tutorials and guides
  • Improve code examples
  • Fix typos and errors
  • Translate to other languages

Report Issues

Report bugs, suggest features, or help improve existing modules.

  • Report bugs and issues
  • Suggest new features
  • Provide detailed feedback
  • Help reproduce problems
  • Test fixes and updates