Skip to content

xphip/esplugin_mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esplugin_mysql

An MySQL plugin for EssentialMode.

Installation

  • Download esplugin_mysql
  • Make sure you have mysql-async installed and working
  • Import the SQL file provided with this project, esplugin_mysql.sql (You can also use FXMigrant by uncommenting lines in fxmanifest.lua)
  • Add the following convar in your server configuration file: set es_enableCustomData 1. Make sure you put it directly under mysql_connection_string
  • Make your load order is correct. Here's how it should look:
start mysql-async
start essentialmode
start esplugin_mysql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 54.4%
  • TSQL 27.1%
  • C# 18.5%