ox_core is a lightweight and flexible framework for FiveM server development, built to optimise performance and provide core functionality. It handles core server systems such as players, vehicles, groups, and accounts, providing essential tools without the overhead of excessive features.
By offering a focused set of APIs, ox_core simplifies server development, allowing developers to efficiently create and manage custom game modes. Unlike other frameworks, it eliminates bloated âsharedâ objects and unnecessary functions, ensuring that only whatâs essential for smooth server operation is included.
Key Features:
Built for modern FiveM
Supports advanced FiveM features such as OneSync, statebags, and server-side entities, ensuring compatibility with the latest developments on the platform.
TypeScript Support
Full integration with TypeScript, ensuring strong type safety and enhanced developer experience.
Object-Oriented
Leverages an object-oriented approach where systems such as players, vehicles, accounts use inherited functions and properties. This structure not only improves performance and memory usage but also allows methods to be shared seamlessly across both Lua and JavaScript scripts, enabling efficient development in mixed-language environments.
See the links below for more information.
- GitHub
- Source code and releases.
- Documentation
- For installation, setup, and everything else.
- txAdmin recipe
- Install and configure ox_core in minutes.