This update does not automatically reset your config.yml, but I would suggest that you do so anyway. Several of the settings have been either relocated or renamed and it will cause great confusion when you are trying to edit them. This update contains a ton of internal changes, so please create a ticket for any bugs you find either on the plugin GitHub or in my support Discord.
A wiki has been created for the plugin that can be found here: https://github.com/Esophose/PlayerParticles/wiki
=== v7.0 Changelog ===
+ Added effect/style settings folder that lets you disable effects/style and edit style properties
+ Added setting to disable particles while in combat
+ Added effect/style name customization through config files
+ Added a setting 'dust-size' to change the size of dust particles in 1.13+
+ Added sub-command '/pp fixed teleport <id>' that requires the permission playerparticles.fixed.teleport
+ Added named colors to the color data autocomplete
+ Added an API, accessible through the dev.esophose.playerparticles.api.PlayerParticlesAPI class
+ Added the ability for the console to manage its own fixed effects
+ Added PlaceholderAPI support
+ Added permission playerparticles.override for /ppo
+ Added permission playerparticles.gui to open the GUI. Disabled in the config by default
* Config and lang files will no longer reset every update
* The style 'normal' is no longer granted permission by default
* /ppo now uses your permissions instead of the player you are targeting
* Changed how * permissions are handled, negative permissions should work now
* Fixed the 'swords' style so you have to be holding a sword/trident
* Fixed several styles ignoring the disabled worlds setting
* Fixed an issue where 'random' data would not parse properly in preset_groups.yml
* Fixed an issue where preset groups would not display in the GUI even if the player has permission for them
* Fixed GUI icons displaying incorrectly in 1.9
* Changed the plugin update detecter to query Spigot instead of Curse
* Cleaned up duplicated command parsing
* Refactored and cleaned up code
* Changed the package names