Skip to content

Releases: ParallelMC/ParallelUtils

Early Supporter Glasses

13 Dec 02:23

Choose a tag to compare

This release simply adds early supporter glasses and allows KeepSpecialItems to work with PersistentDataContainers

Features:

  • Add early supporter glasses

Improvements:

  • KeepSpecialItems now works with PersistentDataContainers

Christmas Tree and Mistakes

09 Dec 00:59

Choose a tag to compare

Because I pushed 1.18 to main before we switched to it, here's a separate branch!

Features

  • Add Christmas Tree Sampling

1.18 Initial Release!

07 Dec 04:55

Choose a tag to compare

This release updates ParallelUtils to 1.18!

Changes:

  • ParallelUtils now works on 1.18
  • A few libraries were updated

Bits and Bobs

27 Nov 22:52

Choose a tag to compare

This release implements a few new features, though only one of them will be enabled for now.

Features

  • Door Knocking - Punch a door with an empty hand to knock (Currently disabled)
  • Speedy Minecarts - Speed minecarts up when there is a redstone block under a powered rail (Currently disabled)
  • Special Items Don't Drop Upon Death - Hats and Trophys don't drop on death

Fix Typo

29 Oct 17:35

Choose a tag to compare

This hotfix just fixes a typo in the candy lore

Halloween

29 Oct 02:57

Choose a tag to compare

This update just adds some mysterious Halloween candy

Minor Update

13 Aug 22:40

Choose a tag to compare

This update adds a few new flags and fixes a bug.

Features:

  • Added the parallel-fly flag. When set to ALLOW on a region, players can fly in that region. When set to DENY, players will be taken out of flight.
  • Added the parallel-glide flag. When set to DENY, players cannot glide in the region.

Fixes:

  • Fix give command for space_helmet_red

Hotfix

13 Aug 02:41

Choose a tag to compare

This release just fixes a small bug and makes a small change.

Improvements:

  • Rename space_helmet to space_helmet_red

Fixes:

  • Fix damage delay being inaccurate

Many Additions

12 Aug 03:47

Choose a tag to compare

This update adds many new features.

Features:

  • Feather falling boots prevent crop trampling
  • Port FakeLogin to ParallelUtils
  • Add Space Helmet to ParallelItems
  • Add wearing-custom-<armor>-deny flags.
    • When these flags are set to a number, the player must be wearing an armor piece with the tag "ParallelItem" set to that number to enter the region.
    • Set custom-armor-deny-message to specify the message when a player cannot enter the region
  • Add wearing-custom-<armor>-damage flags.
    • When these flags are set to a number, the player must be wearing an armor piece with the tag "ParallelItem" set to that number to not take damage while in the region.
    • Set custom-armor-damage-message to specify the message when a player is taking damage
    • Set custom-armor-damage-amount to specify the amount of damage each cycle to damage the player
    • Set custom-armor-damage-delay to specify the amount of time between each cycle in seconds
    • Set custom-armor-damage-death to specify the death message when the player dies from the region. This is prepended with Username

ExpStorage, Misc. Improvements, and Bug Fixes

08 Aug 21:57

Choose a tag to compare

This update moves ExpStorage into ParallelUtils to keep database code consistent and makes various improvements.

Features:

  • Move ExpStorage into ParallelUtils

Improvements:

  • Make ExpStorage async
  • Make the help command dynamic
  • Make the config system slightly better

Fixes:

  • Fix bug with database code causing server to hang on invalid config
  • Fix bug on entity update before entity was fully registered