=== v7.15 === + Added additional hex color support + Fixed preset group permissions not working === v7.14 === + Added hex code support for 1.16 servers. Example: `prefix: '&7[#add8e6PlayerParticles&7] '` * Fixed typo in GUI material for crimson_spore particle === v7.13 === + Added particles for Minecraft 1.16 + Added getVersion() method to API * Fixed '/ppo group load ' not using the executor's permissions * Fixed confusion when using '/pp remove fishing' === v7.12 === + Added WorldGuard region support + Added permission 'playerparticles.worldguard.bypass' + Added placeholder %playerparticles_is_in_allowed_region% * Fixed empty player list bug with versions older than 1.9 === v7.11 === + Added support for Spigot 1.8.8 and 1.7.10. I make no guarantees this will work perfectly. * The plugin will now disable and print an error message on startup if the server is running CraftBukkit * Removed deprecated API * Other API-breaking changes (Moved the color data classes to a different package) * Removed the version number from generating in new config.yml files === v7.10 === + Added command '/pp reset ' to be able to reset the particles of an offline player - Permission: 'playerparticles.reset.others' + Added permissions for maximum particles, groups, and fixed effects (values in the config are now the lower bounds) - playerparticles.particles.max. - playerparticles.groups.max. - playerparticles.fixed.max. * The 'swords' style now lets you edit what is considered a sword in its settings file * Fixed wooden swords not being counted with the 'swords' style in 1.13+ * Fixed the 'fishing' style causing particles to spawn for users who don't even have it applied * Fixed effect permissions being registered with the server even if they aren't supported === v7.9 === + Added options DISPLAY_NORMAL and DISPLAY_OVERHEAD to toggle-on-move + Added setting in each style setting file for can-toggle-on-combat * Fixed performance issues with toggle-on-move setting * Fixed possible concurrency deadlock with arrows and fishing styles === v7.8 === + Added style 'fishing' * Moved GUI icon settings from the config.yml to the effects/ and styles/ files. You will need to set these again. * Fixed the messages-enabled setting not working at all * Changed toggle-on-move to have three different setting values (DISPLAY_MOVE, HIDE, NONE) * Changed how particle styles are registered, deprecated old API methods for style registration === v7.7 === * Fixed an error with the style 'blockplace' === v7.6 === + Added style 'teleport' (Thanks HexedHero) * Fixed being able to take items out of GUI when opened from a separate GUI plugin * Fixed a possible ConcurrentModificationException * Fixed a missing message in de_DE === v7.5 === + Added style 'trail' + Added settings for MySQL table prefix and connection pool size * Fixed preset groups loaded with '/pp group load' not saving correctly * Fixed possible database connection loss for MySQL === v7.4 === * Fixed '/pp fixed teleport' not working due to async event issues * Fixed issue with a fixed celebration effect while vanished * Fixed issue with missing args count message with '/pp fixed create' when using 'looking' * Fixed issue with '/pp fixed create' with invalid effects/styles when using 'looking' === v7.3 === + Made the majority of the plugin asynchronous, hugely improving performance * Fixed the celebration style disappearing with fixed effects if the owner is online and is either vanished or in spectator mode * Fixed the plugin trying to register permissions twice if it gets reloaded separately from the entire server (aka PlugMan) === v7.2 === * Fixed MySQL not creating the fixed effect table properly * The arrows style now displays particles from far away so you can see the full trail === v7.1 === * Fixed an error when spawning particles for a fixed effect with the celebration style when the owner is offline * Performance improvement when large amounts of players are online === v7.0 === + 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 ' 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 === v6.6 === + Added support for Minecraft 1.15 + Added 1.15 effects: 'dripping_honey', 'falling_honey', 'falling_nectar', and 'landing_honey' + Added new lang file de_DE.lang (German) * Fixed an issue where the 'arrows' style wouldn't load properly with preset groups * Fixed an issue where shooting an arrow into a portal would throw errors === v6.5 === + Added Russian translation file ru_RU.lang + Added slightly better vanish plugin support * Players no longer need an effect permission to open the GUI when gui-presets-only is true in the config.yml * Fixed error with the celebration style * Fixed error with the arrows style in 1.14+ * Fixed '/pp reload' not being allowed from console === v6.4 === + Added support for Minecraft 1.14 + Added 1.14 effects: 'campfire_cosy_smoke', 'campfire_signal_smoke', 'composter', 'falling_lava', 'falling_water', 'landing_lava', 'sneeze' + Added pages for effects, styles, and data in the GUI + Added setting 'gui-close-after-group-selected' to the config.yml + Added setting 'gui-presets-only' to the config.yml + Added Vietnamese translation file (vi_VN.lang) + Added support for vanish plugins as long as they use the Spigot hidden player API properly * Fixed a whole bunch of errors in the fr_FR.lang file * Fixed '/pp add' item data parameter being ignored * Fixed an error with the GUI chat hook for creating a new group in 1.9 * Fixed players being able to load saved groups they no longer have permission for * Fixed support for newline characters in GUI messages in some cases === v6.3 === + Added the ability to remove particles by id/effect/style using '/pp remove ||