Releases: ParallelMC/ParallelUtils
Releases · ParallelMC/ParallelUtils
Full Release
This build marks the official version 1.0 of ParallelUtils! Significant changes have been made to the source to make it easier to implement new features and to provide more readability, but even more is to come with fully modular components coming in the future.
Features:
- Modularize command system
- Partially modularize components of the plugin. Full modularization will come Soon TM
- Join and leave suppression when running vanish command in discord
- Update to 1.17
Improvements:
- Allow summon and createspawner commands to be executed without specifying location
- Send message after creating spawner
- Add teleport buttons to listspawners
- Add forward and back page buttons to listspawners and help
Fixes:
- Fix bug in tab complete created as a result of command modularization
- Fix JDA shutdown bug
- Fix bug that allowed particles for custom mobs to spawn when mobs couldn't (such as when they were blocked by WorldGuard)
- Fix bug that incremented a spawner's mob count even when it couldn't spawn the mob
Current Config Format:
#################
# ParallelUtils #
#################
# Debug=1, Info=2, Warning=3, Error=4
debug: 2
# mySQL connection info
sql:
# JDBC Connection String (USE EITHER JDBC OR THE DATABASE INFO BELOW)
jdbc: jdbc:mysql://example.com/databaseName
# Database info
address: example.com:7000
database: databaseName
username: user
password: pass
# Discord Bot Integration
token:
staff_channel_id:
server_id:
staff_id:
# Github integration for version checking
github_token:Documentation and misc changes
Features:
- Add version checking functionality to notify of newer versions
- Add documentation
Improvements;
- Update to Java 16 and simplify syntax with new structures
- Add more advancements to warn the mods of
- Allow createspawner to be run from the console
- Improve convertlocation
- Misc. Improvements
Fixes:
- Fix bug in listspawners
- Fix database timeout bug
- Misc. Fixes
Advancement Detection
- Add detection of advancements and send a message to the discord server when a player gets one of the selected advancements
- Add a Time utilities class
- Allow removespawners to be run with a specified world
Hotfix
Add CustomItem flag
Hotfix
Fix bug with Multiverse-Core
Hotfix
This release addresses the issue on server shutdown.
Initial Release
CustomMobs:
- Wisps
- Fire Wisps
- Spawners
- Misc. Commands