Releases: ParallelMC/ParallelUtils
Hotfix
This update fixes ParallelParkour and a small bug in ParallelItems.
Fixes:
- Fix IndexOutOfBoundsException in ParallelParkour
- Fix invalid syntax in SQL statement in ParallelParkour
Summer Update Part 1
This release is for the summer update part 1.
Features:
- ParallelParkour! A custom speedrun/parkour timing module for Parallel
- New custom items in ParallelItems
Various Bug Fixes and Improvements
Features:
- Allow banning and allowing words via commands
Improvements:
- Misc. ParallelChat Improvements
- Update ParallelItems
Fixes:
- Fix trimming of characters in town list GUI
- Fix bee nest lore not showing (Closes #33)
NOTE:
- This release was updated to make an emergency edit to ParallelChat
v3.3.0: Towns Update
This release adds towns! A new feature of Parallel for players to create and manage their own communities.
Features:
- Implement Towns
Fixes:
- Fix the chatroom command in ParallelChat not working
- Catch an exception in ParallelTutorials
v3.2.0: ChestShops, ParallelTutorial, and ParallelChat updates
This update fixes a bunch of bugs and adds a few new features in ChestShops, ParallelTutorials, and ParallelChat.
Features:
- Implement LOOKAT in ParallelTutorial
- Update to 1.19.2
- Allow hotloading of emojis in ParallelChat
- Add notification when someone buys something from your chest shop
Fixes:
- Fix a few dupes with ChestShops
Update (12/11/22): Updated the ParallelChat jar to fix a very small bug regarding Emoji loading
3.1.0: 1.19.2 and More
This is a fairly small update that updates PU to 1.19.2 and fixes a few random small bugs.
Improvements:
- Updated ParallelUtils to Minecraft 1.19.2
Fixes:
- Fix a NullPointerException related to CustomArmorDeny, causing error spam when a player without armor entered an area with the Worldguard flag
- Add a few missing commands to the plugin.yml file
- Added Config files for a few modules, allowing them to use dependent modules properly
Non-Code:
- Moved CustomMobs, DiscordIntegration, ParallelItems, and PerformanceTools to private repositories
- Added Contributing guidelines
3.0.0: Full Modularization
At long last, ParallelUtils version 3.0, now with full modularization support! This release separates the main plugin (the 'API') from the modules to allow for hot-loading/unloading and to separate private/secret modules from the main, public modules. This will allow Parallel to branch out further and make ParallelUtils open to the public for anyone to use.
Features:
- Revamped the build system to separate the API from the modules.
- To build the API, run
api:reobfJar - To run the server, run
api:runServer - To build a module, run
modules:reobf-modulename
- To build the API, run
- Load modules dynamically
- To load/reload a module, run
/pu reload <moduleName>
- To load/reload a module, run
- Unload modules dynamically
- Note: This has only been implemented on the API side for the time being. Each module must ensure it can unload all instances of every class to be un-loadable.
- Allow modules to depend on other modules using a Config.java file
- Add support to ParallelChat to send emoji in chat
- Add the ability to add colors and formatting to books
Fixes:
- Fix command autocomplete
- Fix a NullPointerException related to CustomHealthDeny
2.6.6: Chat Hotfix
This hotfix fixes the functionality of [item] and fixes chat and sign related permission handling
2.6.5: ChestShop Barrels and bugfixes
Additions:
- Barrels are now supported as ChestShops
Fixes:
- Fixed a few exploits that would allow players to buy out shops
2.6.4: Hotfix
This hotfix fixes permissions regarding colors on signs, and permissions in general by disallowing most of the permissions by default in the plugin.yml.