HCF ability items for new Minecraft versions
Find a file
2025-04-10 21:32:52 -06:00
src/main added close call & copycat abilities 2025-04-10 21:32:52 -06:00
pom.xml added close call & copycat abilities 2025-04-10 21:32:52 -06:00
README.md Update README.md 2025-03-23 21:45:05 -06:00

gAbility

An HCF ability items plugin for new Minecraft versions!

How to install

  • Download the latest version on the releases page
  • Drag and drop the JAR in your server's plugin folder
  • Start the server

Docs

This plugin was developed under PaperMC's API. So it is recommended that you use PaperMC when using this plugin

  • /ability info
    • Displays information about the plugin
    • Permissions required: None
  • /ability reload
    • Reloads the plugin's config.yml
    • Permissions required: gability.admin
  • /ability cooldown <player> <ability|global|all> <seconds>
    • Sets a player's ability/global cooldown to the specified amount in seconds
    • If set to all the cooldown is applied to every ability
    • Permissions required: gability.cooldown
  • /ability give <player> <ability|all> [amount]
    • Gives the specified player amount of a specific ability (or every if all is used)
    • amount can't go past 99 or below 1. Defaults to 1
    • Permissions required: gability.give

/ability test commands and subcommands shouldn't be run unless you know what you're doing. Permissions required: gability.admin