2017-01-02 02:28:37 +00:00
== UPDATING WILL DELETE YOUR CONFIG.YML ==
* Create a backup of your config.yml if you wish to import all your old settings!
2018-11-30 01:02:40 +00:00
=== v6.0 ===
* Many other changes, the changelog will be updated once the plugin update is about to be released
+ Added setting in config.yml to control how fast the rainbow hue cycles
2018-09-08 08:26:21 +00:00
=== v5.2 ===
* Added native support for Minecraft 1.13.x
* Still compatible with Minecraft 1.9 through Minecraft 1.12!
* Renamed a bunch of effects to their internal names, you will have to update your user permissions
* All saved player data on file and in the database (if enabled) will be deleted, it isn't backwards compatible with PlayerParticles v5.1 due to "the flattening"
* Permission checks are now only performed on command execution for efficiency
* Block/Item data in the GUI are now randomized
* Removed the 'data' tag from block/item data, it was removed in 1.13
* Added full tab-completion support
* Added all new 1.13 particle effects
* Alphabatized effects and styles in their respective info lists
* Fixed /pp data throwing an internal error on rare occasions
* Removed excessive console logging when database-enable is set to true
2018-04-05 23:48:33 +00:00
=== v5.1 ===
* Fix bug preventing the use of /pp effect, style, data, and reset from being used before a player has opened the GUI
2018-04-06 02:36:46 +00:00
* Empty messages in config.yml will no longer display an error to the player, they won't be printed out at all
2018-03-04 23:17:40 +00:00
=== v5 ===
+ Added a GUI. Opens with /pp or /pp gui. Icons and messages are completely customizable from the config.
+ Added a way to disable the GUI, because I know somebody will ask
+ Added new style 'wings'
+ Added new style 'sphere'
+ Added new style 'hurt'
+ Added new style 'swords'
+ Added new style 'blockbreak'
+ Added new style 'blockplace'
+ Added new style 'blockedit'
- Minecraft 1.7 and 1.8 are no longer supported, there is no reason to still be on a version that old
- Servers running Java 7 are no longer supported, please upgrade to Java 8 if you haven't yet
* Fixed a bug where typing /pp data when you haven't been added to the playerData.yml/database yet threw an error
* Switched over to the Spigot Particle API
* Plugin is now built against Java 1.8.0_161 and Spigot 1.9.4-R0.1
* Rewrote database connection system, should fix any memory leaks from before
* Reduced particle render distance from 512 to 192 (12 chunks), you won't notice a difference
* Fixed missing command 'fixed' from '/pp help' list
* Fixed missing command 'fixed' from tab completion
2017-05-19 00:20:51 +00:00
=== v4.5 ===
* Fix issue with the style 'halo' that caused 10 errors per second to be printed to the config. These were listed as "java.lang.NullPointerException" or "Task #### for PlayerParticles generated an exception". Thanks to everybody who helped find this error. (It's been in the plugin for over 6 months somehow)
* Fix a rare issue with the update checker that would cause the plugin to fail loading if there was no internet connection or the Curse API servers were down. It will now fail without an error and a notice will be printed to the console.
2017-04-27 05:01:17 +00:00
=== v4.4 ===
* Fix problems with subversions
* Fix issues with custom style plugins
2017-04-26 03:19:51 +00:00
=== v4.3.1 ===
2017-04-27 05:01:17 +00:00
* Fix players with the permission playerparticles.* being able to force reset other player's particles when they weren't supposed to be able to
* Fix players being saved in the config/database even if they haven't used the plugin
* Other internal changes & optimizations
2017-04-05 02:31:48 +00:00
=== v4.3 ===
* Fix effects and styles not defaulting to 'none' if the player no longer has permission
* Fix errors printing to console resulting from offline players trying to spawn particles
* Fix arrow style particles staying after an arrow is considered dead (in rare cases this occurred)
* Fix SQL queries getting logged to console when database-enable is set to true
* Fix tab completion, it stopped working at one point and I didn't notice until now
* Fix style 'arrows' not working with tipped/spectral arrows
* Fix 1.7 support being broken. It is now supported again!
* The style 'beam' now moves up and down rather than just up
* Added fixed particle effects, see how to use them on the main plugin page
* Requires permission playerparticles.fixed or playerparticles.*
* Infinite fixed effects with permission playerparticles.fixed.unlimited (playerparticles.* does not grant this permission)
* Ability to remove all fixed effects of any player within a given radius with /pp fixed clear <radius> and the permission playerparticles.fixed.clear (playerparticles.* does not grant this permission)
* Added new style 'thick'
* Added ability to force reset a player's particle effect, style, and data using /pp reset <playerName>
* Requires permission playerparticles.forcereset
2017-01-02 02:28:37 +00:00
=== v4.2 ===
* Rainbow particles are back! /pp data rainbow (for colorable particles)
* Added new style 'arrows'
* Renamed style 'spiral' to 'beam'
* Added new style 'spiral'
* Spawning particles is now more efficient
* You can now view the spawned particles from 2x as far away
* Checking disabled worlds is now taken from cache
=== v4.1 ===
2017-05-19 00:20:51 +00:00
* Added support for the 1.11 particles 'totem' and 'spit'
* Added new style 'cube' - it should be self explanatory
* Added full plugin message configuration
* Fixed odd coloring of some messages
* Fixed missing message entry in config, nobody probably noticed
* Maintains support for 1.11, 1.10, 1.9, 1.8, and 1.7 - that's a lot!
2017-01-02 02:28:37 +00:00
=== v4 ===
2017-05-19 00:20:51 +00:00
* Changes some permissions, make sure to update those
* Changed some commands, make sure you check up on those
* Added four new particles, fallingdust, blockcrack, iconcrack, blockdust
* Added new command /pp data - Allows you to modify effect data
* Colorable particles can now be colored!
* Particles no longer show up in spectator mode
* Added Styles API, a way for developers to add more styles to the plugin
2017-01-02 02:28:37 +00:00
v4.1 will come out relatively soon with any found bugs fixes and the remainder of the features
=== v3.9 ===
2017-05-19 00:20:51 +00:00
* Added 1.10+ support (Still support with 1.7, 1.8, and 1.9)
* Fixed a bug preventing the message-no-styles from not displaying
* Removed leading comma from /pp styles
* Reorganized command executors in code
* Reorganized how customized messages work in code
* Did not add the new particle 'fallingdust' (Will be in PlayerParticles v4 update)
* Changed GitHub Repository name from 'PlayerParticles-3' to 'PlayerParticles' (https://github.com/Esophose/PlayerParticles)
* This version was not tested on any other version than 1.10. If you have problems on >1.10 versions post a comment.
2017-01-02 02:28:37 +00:00
=== v3.8 ===
2017-05-19 00:20:51 +00:00
* Added new style 'orb' (Same as 'quadhelix' except it doesn't go up and down)
* Fixed a bug with the 'move' style relating to permissions
* Added some stuff to the plugin.yml, will affect nothing
* Cleaned up some code
2017-01-02 02:28:37 +00:00
=== v3.7 ===
2017-05-19 00:20:51 +00:00
* Added new update checking system (Can be disabled by setting check-updates to false in config.yml)
* Update system will notify OPs when they join the server, and will be shown in the console when the plugin loads
* Added new style "quadhelix" - Try it out!
* Removed /pp reload (This never worked properly, restart or reload your server instead)
* Changed default config value for disabled-worlds
* Changed colors for the default prefix
* Fixed some possible console errors
2017-01-02 02:28:37 +00:00
=== v3.6 ===
2017-05-19 00:20:51 +00:00
* Added new 1.9 particles
* Added tab completion
* Removed useless reset command that caused a NPE
* Got version numbers back on track
2017-01-02 02:28:37 +00:00
=== v3.0.5 ===
2017-05-19 00:20:51 +00:00
* Fixed issue where particles would be displayed in ALL worlds
* Added new style "spin" - Displays in a spinning fashion above head
* Added new style "move" - Displays only when player is moving
* This update won't reset your config.yml
2017-01-02 02:28:37 +00:00
=== v3.0.3 ===
2017-05-19 00:20:51 +00:00
* Fixed major issue where plugin wouldn't work unless connected to a database
* Fixed particles not working until you choose a style (Uses 'None' by default)
2017-01-02 02:28:37 +00:00
=== v3.0.2 ===
2017-05-19 00:20:51 +00:00
* Probably fixed masses of errors printed by disconnecting from database issue
2017-01-02 02:28:37 +00:00
=== v3.0.1 ===
2017-05-19 00:20:51 +00:00
* Fixed NullPointerException when players logged in while database is disabled
* Fixed incorrect colors for no permission messages
* Fixed issue with particles not showing up when logging in sometimes
2017-01-02 02:28:37 +00:00
=== v3 ===
2017-05-19 00:20:51 +00:00
* Added new Styles! Try them with /pp style [style]
* Added command '/pp styles' which lists all styles available to you
* Added command '/pp help' which displays all commands available
* Added mySQL database support for those of you into that sort of thing
* Removed failed attempt at negative permissions, nothing changed here
* Fixed some bugs
* Added more hugs
2017-01-02 02:28:37 +00:00
=== v2.7 ===
2017-05-19 00:20:51 +00:00
* Fixed issues with reddust and rainbow permissions
* Added support for disabling particles in specific worlds (Found in config)
* Added command '/pp worlds' to see what worlds are disabled in-game
* Added command '/pp version' to see the current installed plugin version
2017-01-02 02:28:37 +00:00
=== v2.6 ===
2017-05-19 00:20:51 +00:00
* Added complete message configuration!
* Added reload command /pp reload
* Footstep particles now display at your feet
2017-01-02 02:28:37 +00:00
=== v2.5 ===
2017-05-19 00:20:51 +00:00
* Added support for Minecraft 1.8
* Added backwards compatibility for Minecraft 1.6 and 1.7
* Added new particles (Only visible when using Minecraft 1.8)
* Removed some particles that did nothing
* Edited the config a little bit, it will be reset upon updating the plugin
* Fixed a few bugs
* Added extra hugs
2017-01-02 02:28:37 +00:00
=== v2.3 Fix ===
2017-05-19 00:20:51 +00:00
* Fixed permission playerparticles.* not correctly rendering particles around player
2017-01-02 02:28:37 +00:00
=== v2.2 ===
2017-05-19 00:20:51 +00:00
* Support for 40 particles a second by setting "ticks-per-particle" to a value of 0.5
2017-01-02 02:28:37 +00:00
=== v2.1 Fix ===
2017-05-19 00:20:51 +00:00
* Should now be compatible with Java 7 servers
2017-01-02 02:28:37 +00:00
=== v2.0 ===
2017-05-19 00:20:51 +00:00
* Rewrote entire plugin from scratch
* Now more efficient
* 37 total particles types!
* New customization
* Particle effect data now stored in effectData.yml
* config.yml added that allows for customization of message prefix, and particle count
* Removed permission playerparticles.clearall and command /pp clearall (To clear all particles of everyone delete effectData.yml and /reload)