Releases: ParallelMC/ParallelUtils
Releases · ParallelMC/ParallelUtils
Charms Features
This update adds a ton of new features to charms.
Features:
- Add COMMAND_KILL to charms
- Add COMMAND_HIT to charms
- Add APP_LORE to charms
Improvements:
- Move Charms docs to a different repo and add submodule
- Add ability to add extra settings, such as color, to PlayerParticle charms
- Allow charm configuration files to be anywhere in the charms directory
- Made charm applicator name and charm name unitalicized
Fixes:
- Fix rotation bug with ParallelTutorials
Known Issues:
- Tab completion for the givecharm command still doesn't work
Charms Updates
This release adds a few new features to Charms and fixes a few bugs.
Features:
- Add PlaceholderAPI support in the KILL and LORE handlers for Charms
- Add ability to reload charms from the options file
Improvements:
- Make PlayerParticle charms that are applied to armor only work when in armor slots
- Add a default applicator model that changes based on the number of effects on a charm
- Allow spaces in giveCharm command
- Updated documentation
- Change the name of Charm Applicators
- Show name of charm in the lore of Charm Applicators and items with Charms equipped
Known Issues:
- Tab completion for the givecharm command still doesn't work
Actually register tutorial join event
See Title
Tutorial Disconnect Fixes
Fixes:
- Fixed players disconnecting during the tutorial
- Removed unnecessary static casts
- Players are now teleported back when they reconnect
- Fixed phantom armor stands
Tutorial Debug Features
Additions:
- Added -d mode to tutorial which sends debug info to the console
Hotfix
This release just makes getHandler return null when no handler is found to reduce console spam.
Charms Release!
At long last, version 2.0!
This release is quite large, but the main portion of it is the release of Charms; customizable, data driven attributes that can be added to items to create special effects.
Features:
- Charms!
- Create charms using documentation found here
- Apply charms to items using an Anvil.
- Extensible code base to easily implement new charm types
- In celebration of Pride Month 2022, we have implemented pronouns!
- Use
/pronounsto set your pronouns - Pronouns can be viewed with
/pronouns show <playername>or by hovering your mouse over a player's name in chat
Fixes:
- Use
- Prevent leave messages from showing when Vanish is enabled
Totem Changes
Fixes:
- Totem correctly activates if a player is holding another item in their mainhand
- Removed line of lore as it is no longer correct
Update totem lore
Fixes:
- Updated the Totem of the Void lore to be more descriptive
Rename totem
Changes:
- Rename Chorus Totem to Totem of the Void
- Added event flags for totem death event. The vanilla totem (in mainhand) still overrides this and there seems to be no way around it