Revo EcoWipe depends on oxmysql for handling database operations. Please ensure it is installed and properly configured.
1

Download oxmysql

Go to the oxmysql releases page and download the latest release zip file.
2

Add to Resources

Extract the downloaded oxmysql folder and place it inside your server’s resources directory.
3

Configure server.cfg

Add the following line to your server.cfg before revo_ecowipe to ensure oxmysql starts first:
  ensure oxmysql
Make sure oxmysql is included before EcoWipe in your server.cfg to avoid runtime errors.