Skip to content

Releases: Rosewood-Development/PlayerParticles

PlayerParticles v6.1

04 Dec 02:06
Compare
Choose a tag to compare
  • Fix a bug where sometimes the GUI was unable to be opened due to an error
  • You can now use \n on the GUI lore lines in the *.lang file to break them into multiple lines
  • Blank lore lines in the *.lang file will no longer show up on the items in the GUI
  • If max-groups is set to 0 and the player doesn't have the permission playerparticles.groups.unlimited, the groups icon in the GUI will be invisible
  • If the groups.yml file has no entries, then the preset groups icon in the GUI will be invisible

PlayerParticles v6.0

03 Dec 01:16
Compare
Choose a tag to compare
  • Compatible with Minecraft 1.9-1.13, you MUST use a Spigot .jar file, not CraftBukkit
  • All PlayerParticles data (including player particles and fixed effects) will be deleted upon updating. This will never happen again in the future.
  • Players can now have 3 particles active at the same time (can be increased/decreased in the config.yml)
  • Added Particle Groups, each player can save up to 10 sets of a particles and load them at a later time (can be increased/decreased in the config.yml)
  • Added Preset Particle Groups, these can be configured by the server in the groups.yml file and are available to all players who have permission for the correct effects/styles
  • Changed some of the wildcard permissions work, PLEASE make sure you get these updated if you were using them
  • Removed the commands '/pp effect' and '/pp style'
  • Changed command '/pp data' to '/pp data '
  • Added the commands '/pp add', '/pp edit', '/pp remove', '/pp group' for managing particles and groups
  • Added the command '/pp toggle' to toggle rendering ALL PlayerParticles particles on/off
  • Added the command '/pp reload', reloads all settings from the config.yml, groups.yml, and target lang file
  • Added sub-command '/pp fixed edit'
  • Modified sub-command '/pp fixed create' to accept the word 'looking' instead of coordinates, 'looking' will set the location to the block you are looking at
  • Added more advanced tab/auto completion for all commands
  • Removed style 'blockedit', apply 'blockplace' and 'blockbreak' at the same time to recreate it
  • Renamed the style 'none' to 'normal'
  • Added the following styles: 'batman', 'celebration', 'chains', 'companion', 'invocation', 'overhead', 'rings', 'vortex'
  • Plugin messages have been separated into the /lang/default.lang file, you can now create your own lang files
  • The target .lang file can be changed in the config.yml
  • The particle render distance for players and fixed effects is now configurable from the config.yml
  • Added setting in config.yml to control how fast the rainbow hue cycles
  • Rewrote how data is stored, playerData.yml has been replaced with playerparticles.db
  • All commands/GUI screens in code are now modular and more efficient
  • Updated the plugin license. TL;DR: You can't sell the plugin .jar file even if you edit it, but you can sell the plugin's permissions on servers

PlayerParticles v5.2

12 Sep 23:10
Compare
Choose a tag to compare
  • 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

PlayerParticles v5.1

06 Apr 03:03
Compare
Choose a tag to compare
  • Fix bug preventing the use of /pp effect, style, data, and reset from being used before a player has opened the GUI
  • Empty messages in config.yml will no longer display an error to the player, they won't be printed out at all

PlayerParticles v5 -- Bukkit 1.8

06 Apr 02:32
Compare
Choose a tag to compare
  • 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 is 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
  • Plugin is now built against Java 1.8.0_161 and Spigot 1.8.8-R0.1
  • Rewrote database connection system, should fix any memory leaks from before
  • Reduced player particle render distance from 512 to 128 and fixed effect render distance from 512 to 256
  • Fixed missing command 'fixed' from '/pp help' list
  • Fixed missing command 'fixed' from tab completion

Also includes the following changes from v5.1:

  • Fix bug preventing the use of /pp effect, style, data, and reset from being used before a player has opened the GUI
  • Empty messages in config.yml will no longer display an error to the player, they won't be printed out at all

PlayerParticles v5

04 Mar 23:20
Compare
Choose a tag to compare
  • 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

PlayerParticles v4

06 Oct 01:17
Compare
Choose a tag to compare
Merge pull request #2 from Esophose/PlayerParticles-v4

Merge PlayerParticles v4