Releases: ParallelMC/ParallelUtils
Early Supporter Glasses
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
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!
This release updates ParallelUtils to 1.18!
Changes:
- ParallelUtils now works on 1.18
- A few libraries were updated
Bits and Bobs
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
This hotfix just fixes a typo in the candy lore
Halloween
This update just adds some mysterious Halloween candy
Minor Update
This update adds a few new flags and fixes a bug.
Features:
- Added the
parallel-flyflag. When set toALLOWon a region, players can fly in that region. When set toDENY, players will be taken out of flight. - Added the
parallel-glideflag. When set toDENY, players cannot glide in the region.
Fixes:
- Fix give command for
space_helmet_red
Hotfix
This release just fixes a small bug and makes a small change.
Improvements:
- Rename
space_helmettospace_helmet_red
Fixes:
- Fix damage delay being inaccurate
Many Additions
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>-denyflags.- 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-messageto specify the message when a player cannot enter the region
- Add
wearing-custom-<armor>-damageflags.- 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-messageto specify the message when a player is taking damage - Set
custom-armor-damage-amountto specify the amount of damage each cycle to damage the player - Set
custom-armor-damage-delayto specify the amount of time between each cycle in seconds - Set
custom-armor-damage-deathto specify the death message when the player dies from the region. This is prepended withUsername
ExpStorage, Misc. Improvements, and Bug Fixes
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