Code Monkey home page Code Monkey logo

vorp-core-lua's Introduction

VORPcore Lua version

VORP CORE for RedM made in LUA! Finally!

If you have the C# version of the core and want to replace it, it's just drag and drop. Everything works without having to change anything!

Requirements

How to install (Remember to download the lastest releases)

  • Rename the folder to vorp_core
  • install SQL file provided
  • Copy and paste vorp_core folder to [resources]/[vorp_core]
  • Add ensure to the top load order vorp_core to your resources.cfg file

These resources will start by default example

#MYSQL
ensure ghmattimysql

#VORP Core
ensure vorp_core
ensure vorp_inputs

#VORP Scripts
ensure vorp_character
ensure vorp_inventory
ensure vorp_metabolism
ensure vorp_clothingstore
ensure vorp_stables
ensure vorp_adminmenu
ensure vorp_stores
ensure vorp_weaponstore
ensure vorp_banks
ensure vorp_barbershops
ensure vorp_cinema
ensure vorp_housing
ensure vorp_postman
ensure vorp_woodcutter

some of the features

  • admin commands
  • client commands
  • config file to edit easly for server owners
  • UI to display currency such as gold cash xp token.
  • API to work with other scripts and exports
  • refer to WIKI (link bellow )
  • ace permissions and or group DB

Bans, warns and whitelists

Whitelisting, banning and warning is based on static user-ids that can be changed only in the database. Important! Setup the NewPlayerWebhook to get player's user-id on first connection.

  • to ban use /ban <user-id> <length>[d/w/m/y], where d is days, w is weeks, m is months (30 days a month), y is years (365 days a year) or nothing for hours. Example /ban 1 3d for 3 days ban or /ban 1 12 for 12 hours ban
  • to ban permamnently /ban <user-id> 0
  • to unban /unban <user-id>
  • to warn /warn <user-id>
  • to unwarn /unwarn <user-id>
  • to whitelist /wlplayer <user-id>
  • to unwhitelist /unwlplayer <user-id> The user-id will be send to your discord only when NewPlayerWebhook is setup in config. image

add permissions to perms.cfg

#############################################################################################
# VORP COMMANDS YOU CAN USE DISCORD ACE PERMS and use roles as permissions. just configure it.
#############################################################################################

add_ace group.admin vorpcore.tpm.Command allow
add_ace group.admin vorpcore.addMoney.Command allow
add_ace group.admin vorpcore.additems.Command allow
add_ace group.admin vorpcore.setGroup.Command allow
add_ace group.admin vorpcore.delCurrency.Command allow
add_ace group.admin vorpcore.addweapons.Command allow
add_ace group.admin vorpcore.setJob.Command allow
add_ace group.admin vorpcore.reviveplayer.Command allow
add_ace group.admin vorpcore.delhorse.Command allow
add_ace group.admin vorpcore.delwagons.Command allow
add_ace group.admin vorpcore.healplayer.Command allow 
add_ace group.admin vorpcore.wlplayer.Command allow
add_ace group.admin vorpcore.unwlplayer.Command allow
add_ace group.admin vorpcore.ban.Command allow
add_ace group.admin vorpcore.unban.Command allow
add_ace group.admin vorpcore.warn.Command allow
add_ace group.admin vorpcore.unwarn.Command allow
## to show the list of commands in chat
add_ace group.admin vorpcore.showAllCommands allow

Note

We recommend using the latest version of server artifacts.

For support

Wiki

Credits

  • VORP-Core This script was based on this core.

converted by goncalobsccosta#9041

vorp-core-lua's People

Contributors

outsider31000 avatar goncalobsccosta avatar yourgenap avatar andrewr3k avatar twwarof avatar kamelzarandah avatar hailey-ross avatar robizona avatar creativewild avatar mycroft-studios avatar derhobbs avatar bulgarpl avatar neths avatar honoralterium avatar lezdcs avatar r0ckzo0r avatar xrb936 avatar voidzero69 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.