Skip to content

Releases: ParallelMC/ParallelUtils

Charms Features

17 Jun 00:27

Choose a tag to compare

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

07 Jun 21:14

Choose a tag to compare

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

02 Jun 20:42

Choose a tag to compare

Tutorial Disconnect Fixes

02 Jun 20:21

Choose a tag to compare

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

02 Jun 19:21

Choose a tag to compare

Additions:

  • Added -d mode to tutorial which sends debug info to the console

Hotfix

31 May 16:21

Choose a tag to compare

This release just makes getHandler return null when no handler is found to reduce console spam.

Charms Release!

30 May 22:35

Choose a tag to compare

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 /pronouns to set your pronouns
    • Pronouns can be viewed with /pronouns show <playername> or by hovering your mouse over a player's name in chat
      Fixes:
  • Prevent leave messages from showing when Vanish is enabled

Totem Changes

04 Apr 17:04

Choose a tag to compare

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

03 Apr 04:00

Choose a tag to compare

Fixes:

  • Updated the Totem of the Void lore to be more descriptive

Rename totem

01 Apr 02:11

Choose a tag to compare

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