Skip to content

Releases: NyhmsQuest/RaidCooldown

RaidCooldown v1.0 - First Release

05 Nov 20:55
025419c
Compare
Choose a tag to compare

RaidCooldown Plugin - v1.0.

Initial release of the RaidCooldown plugin!

This plugin allows you to put a cooldown on starting raids in Minecraft, providing a configurable time to prevent players from triggering multiple raids in a short period. It includes commands to check and reset cooldowns for players, as well as a configurable file system to save cooldown data.

Features:

  • Configurable Cooldown: Set the time players must wait before they can trigger another raid.
  • Commands:
    • /raidcooldown: Displays the player's current raid cooldown status.
    • /raidcooldown check <player>: Checks the cooldown status for another player.
    • /raidcooldown reset <player>: Resets the raid cooldown for a specified player.
    • /raidcooldown reload: Reloads the plugin's configuration.
  • Cooldown File Storage: Cooldown data is saved between server restarts.
  • Permissions:
    • raidcooldown.reload - Allows reloading the plugin configuration.
    • raidcooldown.check - Allows checking another player's cooldown.
    • raidcooldown.reset - Allows resetting a player's cooldown.

Changes:

  • First public release with all the core features implemented.
  • Full configuration support for setting cooldown times.

Known Issues:

  • None. Please report any bugs or issues through the GitHub issues page.

Future Plans:

  • More customization options.
  • Bug fixes and performance improvements.