Commands
All commands use /lifesteal. Operators can use every administrative command through astra.lifesteal.admin.
| Command | Permission | Description |
|---|---|---|
/lifesteal | none | Show command help. |
/lifesteal hearts get <player> | astra.lifesteal.command.hearts.get | View a player's heart count. |
/lifesteal hearts set <player> <amount> | astra.lifesteal.command.hearts.set | Set a player's hearts within configured limits. |
/lifesteal hearts add <player> <amount> | astra.lifesteal.command.hearts.add | Add hearts to a player. |
/lifesteal hearts remove <player> <amount> | astra.lifesteal.command.hearts.remove | Remove hearts from a player and trigger elimination if needed. |
/lifesteal eliminate <player> | astra.lifesteal.command.eliminate | Manually eliminate a player. |
/lifesteal revive <player> | astra.lifesteal.command.revive | Revive an eliminated player. |
/lifesteal withdraw <amount> | none | Turn hearts into a withdrawn heart item when withdrawals are enabled. |
/lifesteal reviveitem <player> | none | Use a held revive beacon on a player. |
/lifesteal item give <revive_beacon|heart> <player> <amount> | astra.lifesteal.item.give | Give lifesteal items to an online player. |
/lifesteal shop | astra.lifesteal.shop.open | Open the heart shop. |
/lifesteal shop reload | astra.lifesteal.shop.reload | Reload shop entries from shop.yml. |
/lifesteal shop editor | astra.lifesteal.shop.admin | Open the heart shop editor. |
/lifesteal recipe list | astra.lifesteal.recipe.admin | List configured recipes. |
/lifesteal recipe reload | astra.lifesteal.recipe.reload | Reload crafting recipes from recipes.yml. |
/lifesteal recipe editor [recipe] | astra.lifesteal.recipe.admin | Open the recipe list or a recipe editor. |
/lifesteal recipe toggle <recipe> | astra.lifesteal.recipe.admin | Enable or disable a recipe. |
/lifesteal recipe save | astra.lifesteal.recipe.admin | Save recipe editor changes and reload recipes. |
/lifesteal reload | astra.lifesteal.command.reload | Reload plugin configuration and messages. |
Use /lifesteal reload for normal configuration and message changes. Use the more specific shop or recipe reload commands when you only want to refresh those files.