-
Notifications
You must be signed in to change notification settings - Fork 136
Getting Started
- Download the latest version from our Jenkins CI Builder.
- Upload into plugins/ directory of your Minecraft Server via a Web-Based FTP or FileZilla.
- Restart your server, and let the config files generate.
Notes: If you're using any versions from our Bukkit Dev page. These are UNSUPPORTED.
Setting Up Flatfile System
By default, you're already using a Flatfile System.
Setting Up MySQL Database
Most shared hosting or dedicated servers will have MySQL Server installed and you can connect to it via NametagEdit.
Ideally, If you're running a BungeeCord Network, you will likely want to use this method. However, it's not required, and you would need to upload the same files to each server where you want the groups to be the same.
Open: config.yml
MySQL:
Enabled: true
Hostname: Change to your MySQL Hostname
Port: 3306
Username: Change to your MySQL Username
Password: Change to your MySQL Password
Database: Change to your MySQL Database
Once configured. Restart your server for the changes to take effect. This will create the tables on your MySQL Database, confirm that have been created by remotely connecting to your MySQL Server with directly or via phpMyAdmin, a Web-Based tool provided by your host.