Skip to content

LifeStolen 6.0 Tested Version 1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kadotcom kadotcom released this 02 Aug 18:17
· 15 commits to main since this release

Tested on: Private Paper 1.21 server

This tested releases added, reworked, fixed, and removed the following.

Added:

  • Added using Hearts in the Reviver recipes
  • Added a new command, /lsgive (view the Reworked section to see what this command does)
  • Added a new argument to /resethp (view the Reworked section to see the new argument)
  • New config options
    • reviver.isCraftable and heart.isCraftable | if enabled, crafting for these items will be enabled.
    • Added four new translations for errors.
      • itemDoesNotExist | The message that appears when an item is mentioned that doesn't exist with the plugin
      • amountUnderZero | The message that appears when a number is given that is under, or is zero.
      • amountOverSixtyFour | The message that appears when a number is given that is over 64.
      • missingArguments | The message that appears when you don't give enough arguments in a command.
    • Added one new translation category.
      • ingameMessages | Messages that appears with the plugin.
    • Added one translation to ingameMessages
      • resetHealth | The message that appears when a players health is reset to the starting HP.

Reworked:

  • LifeStolen's give command was reworked to /lsgive, there are three arguments needed. /lsgive [player] [item] [amount] (Permission is now lifestolen.lsgive)
    • player | The player that will get the item.
    • item | The item the player will begiven (valid items: heart, reviver)
    • amount | The amount of the item that will be given (must be a value either under, or equal to 64)
  • /resethp was slightly reworked to take one argument, /resethp [player/all]
    • player | Resets the specified player's health to the health that is set in the config (HP.startHP)
    • all | Resets every online player's health to the health that is set in the config (HP.startHP)

Fixed:

  • Fixed translations for a few things.

Removed:

  • Due to the LifeStolen give command rework, /givereviver and /giveheart have been removed.

Full Changelog: 5.2.1...6.0tested-1