Skip to content

Full Release

Choose a tag to compare

@UnknownSilicon UnknownSilicon released this 20 Jun 00:52
· 868 commits to main since this 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: