Skip to content

Releases: groundbreakingmc/VoidFall

Update 2.0.1

24 Nov 16:16
Compare
Choose a tag to compare

📢 Plugin Update Announcement

This update brings important fixes to improve your experience! 🚀

🛠 What’s New?

  • 🔧 World's roof mode:
    Fixed the checking of player coordinates to ensure correct execution of actions in roof mode.

  • 📊 bStats Metrics Fix:
    Fixed issues with metrics reporting to improve data accuracy.

🔄 How to Update?

  1. Download the latest version from Modrinth.
  2. Replace your old plugin JAR with the new one.
  3. Restart your server and enjoy the enhancements!

💡 Feedback is always welcome! Let us know if you encounter any issues or have suggestions for future updates.

Happy server managing! 🎉

2.0 Update

23 Nov 01:37
Compare
Choose a tag to compare

📢 Plugin Update Announcement

We’re excited to roll out a new update packed with optimizations and exciting new features! 🚀

🛠 What’s New?

  • Optimized Performance:
    All listeners and actions execution are now optimized for better efficiency.

  • 🔧 Improved Configuration:
    Fixed various configuration issues to ensure smoother setup and usage.

  • 🎨 New Colorizer Serializers:
    Added advanced serializers to support more color formats and enhance customization.

  • 🌍 New Placeholders for Regions:
    Introduced the %region% placeholder for actions triggered by regions.

  • 🎯 Dynamic Listener Registration:
    Listeners will now only register when necessary, reducing unnecessary overhead.

  • 🔄 New Listener for Respawn Events:
    A new listener has been added to handle player respawn events seamlessly.

  • Enhanced [TELEPORT] Action:
    The [TELEPORT] action is now even more powerful and feature-rich!

⚙️ Minimum Java Version

  • This plugin now requires Java 11 or higher to run. Please ensure your server is using a compatible version of Java.

🔄 How to Update?

  1. Download the latest version from Modrinth.
  2. Replace your old plugin JAR with the new one.
  3. Restart your server and enjoy the enhancements!

💡 Feedback is always welcome! Let us know if you encounter any issues or have suggestions for future updates.

Happy server managing! 🎉

fixes-with-new

30 Jul 20:30
Compare
Choose a tag to compare

What was fixed

  • Fixed version support (Now supports 1.12.2-1.21)
  • Fixed hex colors support
  • Fixed some options not being disabled if remove/left blank
  • Fixed debug-mode (Now shows correct path to failed action)

What is new

  • New trigger in 'Player' - on-death
  • Now there is more settings for [TITLE] action
    • Old: '[TITLE] text;text'
    • New: '[TITLE] text;text;fideIn;stay;fadeOut'
  • Also changed a bit new version checker
  • New feature in [TELEPORT] actions, to save some value from player
    • For exaple: '[TELEPORT] ~;~;~30;~;~;~' will teleport player 30 blocks above, in the same world, with the same x, z cords and also the same yaw, pitch
  • Now if you want to send empty message you can just use '[MESSAGE]' or '[BROADCAST]', and you dont to need write any &f or something like that

VoidFall-1.2

19 Jul 16:12
bd39a3b
Compare
Choose a tag to compare

What was fixed

  • [PLAY_SOUND] is now workin correct
    • Usege: '[PLAY_SOUND] name;volume;pitch' (volume and pitch are optional)
  • And reload also works now (Just write /voidfall to relaod plugin)

New features

  • Added [PLAY_SOUND_ALL] action
    • Usege: '[PLAY_SOUND_ALL] name;volume;pitch' (volume and pitch are optional)
  • Added [TELEPORT] action
    • Usege: '[TELEPORT] world;x;y;z;yaw;pitch' (yaw and pitch are optional)
  • Added [EFFECT] action
    • Usege: '[EFFECT] name;power;dur' (power and dur are optional)
  • Added [GAMEMODE] action
    • Usege: '[GAMEMODE] 0/1/2/3'
  • Added [BROADCAST] action
    • Usege: '[BROADCAST] message'
  • new triger events (server join/quit, regions enter/leave(req WGEvents))

Also: 90% code runs now async, and plugin is more "optimized"

VoidFall-1.1

07 Jun 17:45
Compare
Choose a tag to compare

New Features

  • Now to can use for every world at the time 2 modes (floor and roof)
  • Added updates checker
  • If your file configuration is too old, than plugin will automatically rename it to config_backup_num.yml, and create new one
  • Now when you want to display only title or subtitle, you don't need to write like '[TITLE] &f;&fSomething', just use
    • '[TITLE] ;&fSomething' to display only subtitle
    • '[TITLE] &fSomething' to display only title

VoidFall-1.0

05 Jun 18:47
Compare
Choose a tag to compare

Plugin release

  • look at the file README.md to find aout of all the features of the plugin