Installation & Setup - PlayerNguyen/OptEco GitHub Wiki

How to install OptEco

  • First, download the compatible version which you want from GitHub releases or Spigot resource page
  • Put OptEco-v.xxx.jar into your plugins folder on your Bukkit/Spigot/Paper server
  • Start your server and enjoy it

Setup with SQLite

As a default, the plugins using SQLite to store user accounts and transactions. No more setup, it's working normally.

Setup with MySQL

You must start your server with a plugin once time with the OptEco was loaded. You'll see the config.yml inside the plugins\OptEco folder. Open it, then config as follows:

  • Change the storage type to MYSQL:
Settings:
  Storage:
    Type: MYSQL
  • Then, provide the information about your MySQL server:
Settings:
  SQL:
    MySQL:
      Host: localhost
      Database: dbname
      Port: '3306'
      Username: root
      Password: ''
  • After that, using /reload in the server to load your config. If any issue happened, you can create a new ticket at issues.