Skip to content

Releases: kadotcom/LifeStolen

LifeStolen 4.0 Tested Version 1.0

11 Aug 19:40
Compare
Choose a tag to compare
Pre-release

Tested on: Private Paper 1.20.1 server

This tested release added, or changed the following

Added:

  • A way to view your plugin version (and if it needs updating) with the /vercheck command.
  • A way to teleport you to a place upon full death (read the new config options)
  • New config options
    • teleportOnDeath allows you to teleport someone once they died in game.
    • The teleporting.* category has everything needed for the teleportOnDeath option, including the input coordinates (xCoord, yCoord, zCoord), option to set the gamemode on death (gamemode) and the option to give the default reset HP amount on teleport (giveDefaultHP)

Changed:

  • Config layout
    • Death related options has its own category (death.*)
    • Banning related options has its own category (banning.*)
    • MaxHP is now in the HP.* category (HP.maxHP)
  • How final deaths work, instead of being banned, put in spectator, and now being teleported on death, you now get banned, put in spectator, and teleported once you respawn.

3.0

15 Mar 20:06
Compare
Choose a tag to compare
3.0

This update adds, or changes the following:

  • Added permanently banning players using the config setting "permBan".
  • Changed the link for detecting old versions from Pastebin to SpigotMC.
  • Added pages for /lshelp.
  • Fixed the permission for outdated messages.
  • Changed the default Heart recipe to this.
  • Changed the default Reviver recipe to this.

2.2

26 Jan 15:31
Compare
Choose a tag to compare
2.2

Simple update that only fixes the reviver item.

2.1

22 Jan 19:35
Compare
Choose a tag to compare
2.1

This updates has implemented the following:

  • Fixed the /lshelp command.
  • Added a new config setting, dropHeartOnDeath. If enabled, when a player dies from a way where you can lose a heart, the player loses a heart and drops a heart item.

2.0

01 Jan 22:09
Compare
Choose a tag to compare

There is finally an update after almost 5 months. This update adds and changes.

Added:

  • Added a new command, /lshelp which shows all the commands with LifeStolen. (Broken but will fix in Release 2.1) 
  • Added custom user config.
  • New stuff added to the configs.yml:
    • clearItemsOnFullDeath | When you die and lose all your hearts, your inventory will get cleared.
    • permissions.messages | Permissions to see different messages will be here, first one is permissions.messages.outdatedPermissionMessage which is for the "there is a new version message"
    • heart.haveLimitedUses | Makes it so you can use hearts a certain amount of times before you cannot use it anymore.
    • heart.uses | The amount of uses before you cannot use a heart item anymore (works if heart.haveLimitedUses is true)
  • Hearts can now be limited use (as shown above with the configs)
  • You can now clear a players inventory when a player dies (as shown above with the configs)

Changed:

  • Changed the new version message.
  • Changed the default heart item. (Red Dye)

1.0

06 Aug 04:35
Compare
Choose a tag to compare
1.0

This RELEASE update,

Added:

  • Teleporting when being revived when in Spectator using Revivers.
  • A check to see if a plugin is outdated on server start. (It will show in the console)
  • The option to change the default public death announcement which is the announcement that is made when a player loses all their hearts. (See 'publicDeathAnnouncement' in the Configs)
  • The option to set the start/first join health (See HP.startHP in the Configs)

Changed:

  • The way logs work in the console (Changed to Logger instead of System.out)

Pre-Release 2.0

31 Jul 16:35
Compare
Choose a tag to compare
Pre-Release 2.0 Pre-release
Pre-release

This update,

Added:

  • You can now choose if you want to lose hearts from everything or just players. (anyDeathRemovesHearts in the config.)
  • Spectators can be revived from a Reviver. (Player has to be online for it to work.)

Changed:

Fixed:

  • Reviver bug where if you place a Reviver when you already placed on, it doesn't remove it and it places.
  • Heart bug where sometimes, you'll place redstone and not give you a heart.

Pre-Release 1.0

29 Jul 01:44
63c470c
Compare
Choose a tag to compare
Pre-Release 1.0 Pre-release
Pre-release

It is time for pre-releases. This update adds

  • Reviver. Place it down and put someone's name in chat and if they are dead, they will be revived (Currently works if 'banOnDeath' is true. Spectator is being worked on.)
  • Setting a custom item name or lore for a Heart or Reviver.
  • Fixed bugs.

Snapshot 4.0

26 Jul 05:59
Compare
Choose a tag to compare
Snapshot 4.0 Pre-release
Pre-release

This update added:

  • An option to set an items to be either enabled/disabled
  • An option for players to either be banned or put in spectator when killed
  • A reload command (reloadls) so you don't have to restart the server (Suggested by Olidnz421 on Discord)

Snapshot 3.0

30 Jun 06:10
Compare
Choose a tag to compare
Snapshot 3.0 Pre-release
Pre-release

This update adds or changes the following

  • Changed the default permission message
  • Added two new commands | /addhealth [player] [amount] | Adds health to the max health and /removehealth [player] [amount] | Removes health to the max health (Add health command suggested by Olidnz421 on Discord)
  • You can now change the permissions to run commands and permission message in the configs
  • Fixed bugs