Coder Social home page Coder Social logo

esx's Introduction

ESX

ESX v1, Hawaii Edition. Just got screwed on the internet for the last time, so here's my continued efforts to improve ESX. After snake gizz kicked me off he merged PRs with no standard, and done other things making it worse, then abandoned it for his v2 and I'll let y'all keep speculating why he isn't ever online anymore ๐Ÿ”ช ๐Ÿ

The point of this repo is not to replace the mainstream ESX installation, ever. It's intended to teach people of improvements that could be made to the framework. I'll keep making breaking changes to improve the framework. Improvements made are mainly optimizations so you can run >100 players with it, which you definitely cannot run with the original code.

It also doesn't come with a inventory since you shouldn't be using that garbage UI for that, make a real one.

For OGs I made a development discord, not some 'help' discord and not for people who don't know code: https://discord.gg/H86eaEPwvK

Improvements over ESX

  • Server performance improvements, such as saving player data
  • Supports multiple character scripts such as kashacters
  • Supports multiple groups
  • Vehicles don't despawn ever

Installation

Configuration File

You need to setup the proper permissions for ESX for it to handle your server

add_ace resource.esx command.add_ace allow
add_ace resource.esx command.add_principal allow
add_ace resource.esx command.remove_principal allow

# Setup Group Inhereances
add_principal group.user builtin.everyone

add_principal group.donator_level_1 group.user
add_principal group.donator_level_2 group.donator_level_1
add_principal group.donator_level_3 group.donator_level_2

add_principal group.dev_level_1 group.user
add_principal group.dev_level_2 group.dev_level_1

add_principal group.staff_level_1 group.user
add_principal group.staff_level_2 group.staff_level_1
add_principal group.staff_level_3 group.staff_level_2
add_principal group.staff_level_4 group.staff_level_3
add_principal group.staff_level_5 group.staff_level_4
add_principal system.console group.staff_level_5

esx's People

Contributors

elpumpo avatar tinky124 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.