Skip to content

Releases: ParallelMC/ParallelUtils

Full Release

20 Jun 00:52

Choose a tag to compare

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

31 May 18:33

Choose a tag to compare

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

19 Mar 03:51

Choose a tag to compare

  • 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

06 Mar 20:23

Choose a tag to compare

Add CustomItem flag

Hotfix

28 Feb 04:52

Choose a tag to compare

Fix bug with Multiverse-Core

Hotfix

28 Feb 04:15

Choose a tag to compare

This release addresses the issue on server shutdown.

Initial Release

26 Feb 05:34

Choose a tag to compare

CustomMobs:

  • Wisps
  • Fire Wisps
  • Spawners
  • Misc. Commands