-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Jacob edited this page Apr 24, 2020
·
3 revisions
- Download the latest version here.
- Place
ParticleHats.jar
into yourplugins
directory. - Stop & start your server. The default configuration files will be created.
Yaml Database
- Yaml is the default database type when first installing. If you want to keep using it you're good to go.
MySQL Database
- Stop your server if it is still running.
- Navigate to
plugins/ParticleHats/config.yml
- Configure your database properties.
- Create the database
ParticleHats
, or use your own database name. Just make sure thedatabase
property inconfig.yml
matches the database you create. - Create a unique user with privilege to modify your ParticleHats database.
- You can configure additional properties that will be included when connecting to the database, by default
?useSSL=false
is included. - Start your server. Your database type will default to yaml if there are any issues connecting to the MySQL database.
- Java 8
Versions
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
Not Working
- 1.7.10: While there are no errors when using this plugin on 1.7.10. Particles do not render.
MySQL
-
1.8
through1.11
is compatible with MySQL community server 5.7.6, version 8.0 does not work -
1.12
through1.15+
is compatible with MySQL community server 5.7.6+