LifeStealZ 图标

Minecraft 服务端插件

LifeStealZ

LifeStealZ - The Ultimate LifeSteal SMP Plugin!

版本范围
1.19–26.1.2
下载量
37.0 万

插件介绍

LifeStealZ Banner


paper purpur github modrinth hangar discord-plural gitbook generic-plural website

LifeStealZ is a lifesteal SMP plugin, that allows you to steal hearts from other players, when you kill them. If a player has no more hearts, he is eliminated. You can craft additional hearts or a revive crystal. With this crystal, you can bring back eliminated teammates.

LifeStealZ offers a great amount of admin tools and is highly customizable. You can change every message and change everything about the custom items.


LifeStealZ Resourcepack


FeaturesBanner

Main Features

  • ✅ Stealing hearts
  • ✅ Withdraw hearts
  • ✅ Customizable heart items
  • ✅ Custom crafting recipes
  • ✅ Revive item
  • ✅ Maximal and starter hearts
  • ✅ Disable totems
  • ✅ Disable crystal pvp
  • ✅ Ingame recipe viewer
  • ✅ PlaceholderAPI placeholders
  • ✅ Custom WorldGuard flags
  • ✅ Admin commands
  • ✅ HEX colors and gradients support
  • ✅ SQLite and MySQL support

Languages

  • English (en-US)
  • German (de-DE)
  • Spanish (es-ES)
  • French (fr-FR)
  • Czech (cs-CZ)
  • Polish (pl-PL)
  • Vietnamese (vi-VN)
  • Chinese (Simplified) (zh-CN)
  • Russian (ru-RU)
  • Dutch (nl-NL)
  • Portuguese (pt-BR)
  • Japanese (ja-JP)

PermissionsBanner

  • lifestealz.admin.reload - Allow to reload the plugin
  • lifestealz.admin.setlife - Allow to set the amount of hearts, a player has
  • lifestealz.admin.giveitem - Allow to give custom items to a player
  • lifestealz.admin.eliminate - Allows to eliminate players with the /eliminate command
  • lifestealz.admin.revive - Allow a player to revive another player with the /revive command
  • lifestealz.bypassrevivelimit - Allow a player to bypass the revive limit
  • lifestealz.withdraw - Allow a player to withdraw hearts (true by default)
  • lifestealz.revive - Allow a player to revive others with a revive crystal (true by default)
  • lifestealz.viewrecipes - Allow a player to view the custom recipes (true by default)
  • lifestealz.help - Allow a player to access the help menu (true by default)
  • lifestealz.viewhearts - Allow a player to view the amount of hearts (/hearts) they have (true by default)
  • lifestealz.maxhearts.[amount] - Set the max hearts for a player. This overwrites the maxHearts in the config

ConfigBanner

The conifuration is split into multiple files located at plugins/LifeStealZ/:

#     _      _  __        _____ _             _   ______
#    | |    (_)/ _|      / ____| |           | | |___  /
#    | |     _| |_ ___  | (___ | |_ ___  __ _| |    / /
#    | |    | |  _/ _ \  \___ \| __/ _ \/ _` | |   / /
#    | |____| | ||  __/  ____) | ||  __/ (_| | |  / /__
#    |______|_|_| \___| |_____/ \__\___|\__,_|_| /_____|

# === COLOR CODES ===
# This plugin supports old color codes like: &c, &l, &o, etc.
# It also supports MiniMessage, a more advanced way to format messages:
# https://docs.advntr.dev/minimessage/format.html
# With MiniMessage, you can add HEX colors, gradients, hover and click events, etc.


# === GENERAL SETTINGS ===

# If set to true, LifeStealZ will check for updates and let you know if there's a newer version
checkForUpdates: true

# Set the language to any code found in the "lang" folder (don't add the .yml extension)
# You can add your own language files. Use https://github.com/KartoffelChipss/LifeStealZ/tree/main/src/main/resources/lang/en-US.yml as a template
# If you want to help translating the plugin, please refer to this article: https://lsz.strassburger.dev/contributing/localization
#  | en-US | de-DE | es-ES | fr-FR | cs-CZ | vi-VN | zh-CN | pl-PL | nl-NL | ru-RU
lang: "en-US"


# === HEART SETTINGS ===

# The amount of hearts a player has when joining for the first time
startHearts: 10
# The maximal amount of hearts, a player can have
# You can also set a per player limit using the lifestealz.maxhearts.[amount] permission or a per item limit in the items.yml file
maxHearts: 20
# The amount of hp a player should have after getting revived
reviveHearts: 1
# The amount of hearts the killer should gain and the victim should lose
heartsPerKill: 1
# The amount of hearts a player should lose when dying naturally
heartsPerNaturalDeath: 1
# The minimal amount of hearts. If a player gets to this amount of hearts, they will be eliminated.
# PLEASE ONLY CHANGE IF YOU KNOW WHAT YOU ARE DOING!
minHearts: 0
# This option will enforce the heart limit on admin commands like /lifestealz hearts <add, set> <player> <amount>
# Note that this
enforceMaxHeartsOnAdminCommands: false
# The custom items that should be used for the following scenarios (Must be an id from the items.yml)
heartItem:
  # This item will be used for anything that is not listed below (mostly legacy)
  default: "defaultheart"
  # This item will be given when a user withdraws a heart
  withdraw: "defaultheart"
  # This item will be dropped when a player is killed by another player and "dropHeartsPlayer" is enabled
  kill: "defaultheart"
  # This item will be dropped when a player is killed by natural causes and "dropHeartsNatural" is enabled
  naturalDeath: "defaultheart"
  # This item will be dropped if a player is killed, the killer is still on cooldown and "heartGainCooldown.dropOnCooldown" is enabled
  heartGainCooldown: "defaultheart"
  # This item will be dropped if a player is killed, the killer has reached the max amount of hearts and "dropHeartsIfMax" is enabled
  maxHearts: "defaultheart"


# === HEART BEHAVIOR SETTINGS ===

# If hearts should be dropped when killed by player
dropHeartsPlayer: false
# If hearts should be dropped when killed naturally
dropHeartsNatural: true
# If a heart should be dropped, when the killer already has the max amount of hearts
dropHeartsIfMax: true
# If a player should lose a heart, when dying to hostile mobs or falldamage, lava, etc
looseHeartsToNature: true
# If a player should lose a heart, when being killed by another player
looseHeartsToPlayer: true
# Whether it should be announced, when a player got eliminated (has no more hearts)
announceElimination: true

# Allows players to withdraw a heart, even if they only have one left
allowDyingFromWithdraw: true
# If a player should also heal the appropriate amount of hearts, when using a heart item
healOnHeartUse: false
# If the totem effect should be played, when you use a heart
playTotemEffect: false
# The time you have to wait, before you can use another heart in Milliseconds
heartCooldown: 0
# How many times a player can be revived. Set to -1 to make it infinite
maxRevives: -1


# === Disabling Features ===

# If the use of totems of undying should be prevented
preventTotems: false
# If crystalpvp should be disabled
preventCrystalPVP: false
# If the use of respawn anchors in the overworld should be prevented
preventRespawnAnchors: false
# If the use of beds in the nether and end should be prevented
preventBeds: false
# If the use of custom items in item frames should be prevented
# It is recommended to leave this enabled, as people may be able to duplicate items otherwise
preventCustomItemsInItemFrames: true


# === Extensive Customization ===

# Only disable this option if you want to add custom commands on elimination and don't want the player to get banned
disablePlayerBanOnElimination: false
# If the killer should gain a heart on elimination
heartRewardOnElimination: true

# Execute custom commands on events:
# You can use &player& to insert the player name
# For example: tempban &player& banreason 1d
eliminationCommands:
# - "say &player& got eliminated"
# - "niceCommandtwo"

# These commands will be executed when a player uses a heart item
heartuseCommands:
# - "say &player& used a heart item"

# These commands will be executed when a player has been revived
reviveuseCommands:
# - "say &player& revived &target&"

# These commands will be executed when a player starts reviving another player using a revive beacon
reviveStartCommands:
# - "broadcast &player& started reviving &target& at &location&"

gracePeriod:
  # If a grace period should be enabled
  enabled: false
  # The time in seconds, the grace period should last
  duration: 60
  # If the end of the grace period should be announced
  announce: true
  # If a sound should be played, when the grace period ends
  playSound: true

  # Should a player be able to take damage from players during the grace period
  damageFromPlayers: false
  # Should a player be able to deal damage to players during the grace period
  damageToPlayers: false
  # Should a player be able to use hearts during the grace period
  useHearts: false
  # Should a player be able to loose hearts during the grace period (if set to false, the killer will also not gain a heart)
  looseHearts: false
  # Should a player be able to gain hearts during the grace period
  gainHearts: false

  # Custom commands to be executed when the grace period starts
  startCommands:
    # - "say The grace period for &player& has started"

  # Custom commands to be executed when the grace period ends
  endCommands:
    # - "say The grace period for &player& has ended"

heartGainCooldown:
  # A cooldown for how often people can gain a heart.
  enabled: false
  # How long the cooldown should be in Milliseconds
  cooldown: 120000
  # Drops the heart on the ground if a player kills someone, while still on cooldown
  dropOnCooldown: true
  # Prevents picking up hearts from the groun while on cooldown
  preventPickup: true

antiAlt:
  # If the anti alt system should be enabled
  enabled: true
  # If possible alt kill attempts should be logged
  logAttempt: true
  # If possible alt kill attempts should be prevented
  preventKill: false
  # If a message should be sent to the player, when an alt kill attempt is detected
  sendMessage: false
  # Add custom comamnds, to be executed when a possible alt kill attempt is detected
  # You can use &player& to insert the player name (commands are executed for both players)
  commands:
    # - "say Please don't kill alts"
    # - "ban &player& 1h"

webhook:
  # If a webhook should be sent, when a player is eliminated
  elimination: false
  # If a webhook should be sent, when a player is revived
  revive: false
  # The URL of the webhook
  url: ""
# === Storage ===

# The type of storage to use. You have the following options:
# "SQLite", "MySQL", "MariaDB"
type: "SQLite"

# This section is only relevant if you use a MySQL database
host: "localhost"
port: 3306
database: "lifestealz"
username: "root"
password: "password"
# === Custom Items ===

# Here you can modify everything about the custom items
# You can change which item is dropped on death in the main config.yml

defaultheart: # <- This is the item id that can be used in recipes and for permissions
  # This is the name of the item that is displayed in the inventory
  name: "&cHeart"
  # The lore is the description of the item that is displayed in the inventory
  lore:
    - "&7Rightclick to use"
  #  - "This would be a second line"
  #  - "And this possibly a third line"
  # The material is the item that is displayed in the inventory (Find all materials here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
  material: "NETHER_STAR"
  # If set to true, the enchant glint will be applied to the item
  enchanted: false
  # Custom item type for the item. You can use:
    # - "heart" for a heart item
    # - "revive" for a revive item
    # - "revivebeacon" for a revive beacon item -> This item must actually be a beacon to work!
    # - "none" for a custom item that can be used for crafting and can be used as a normal item (e.g. if it is an enderpearl it still can be thrown)
    # - "non-usable" for a custom item that can be used for crafting and cannot be used as a normal item (e.g. if it is an enderpearl it cannot be thrown)
  customItemType: "heart"
  # --- Heart Item Settings --- (only relevant if customItemType is "heart")
  # When customItemType is "heart", this value is used to determine how many hearts the item gives
  customHeartValue: 1
  # The minimum amount of hearts a player must have to use this item (only relevant if customItemType is "heart")
  minHearts: 0
  # The maximum amount of hearts a player can have to use this item (-1 for infinite) (only relevant if customItemType is "heart")
  maxHearts: -1
  # --- End of Heart Item Settings ---
  # If this item requires a permission to be used (lifestealz.item.defaultheart)
  requirePermission: false
  # true if this item should be craftable
  craftable: true
  recipes:
    # You can add as many recipes as you want
    1:
      # Every item represents one slot in the crafting table
      # The first item in a row is the left most item in the crafting table
      # If you want a slot to be blank, use 'AIR' or 'empty'
      # If you want to use a simple material, use the material name (e.g. "DIAMOND_BLOCK"). Find all materials here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
      # If you want to use other custom item (like hearts) use the custom item name (e.g. "defaultheart")
      # If you want to use block or item tags, use the tag with a '#' in front (e.g. "#logs" or "#wool")
      rowOne:
        - "GOLD_BLOCK"
        - "GOLD_BLOCK"
        - "GOLD_BLOCK"
      rowTwo:
        - "OBSIDIAN"
        - "NETHER_STAR"
        - "OBSIDIAN"
      rowThree:
        - "DIAMOND_BLOCK"
        - "DIAMOND_BLOCK"
        - "DIAMOND_BLOCK"
  # If the item should be burnable (Not destroyed by fire, lava, explosions, cactus, etc.)
  invulnerable: false
  # If the item should despawn after laying on the ground for 5 minutes
  despawnable: true
  # If this list is empty ("[]"), the item is available in all worlds
  # If you want to limit the item to specific worlds, add the world names here
  whitelistedWorlds: []
  sound:
    enabled: true
    sound: ENTITY_PLAYER_LEVELUP # Find all sounds here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
    volume: 1.0
    pitch: 1.0

revive:
  name: "&cRevive Beacon"
  lore:
    - "&7Place down to use"
  # The material has to be a beacon if customItemType is "revivebeacon"
  material: "BEACON"
  enchanted: true
  customItemType: "revivebeacon"
  # --- Revive Beacon Settings --- (only relevant if customItemType is "revivebeacon")
  # The time in seconds it takes to revive a player
  reviveTime: 30
  # If players should be able to break the beacon while reviving, interrupting the revive process
  allowBreakingBeaconWhileReviving: true
  # The material around the beacon (AIR for no material)
  decoyMaterial: "RED_STAINED_GLASS"
  # If the revive beacon should be surrounded by enchant particles
  showEnchantParticles: true
  # If the revive beacon should show a laser while reviving
  showLaser: true
  # The material of the inner part of the beacon laser
  innerLaserMaterial: "RED_GLAZED_TERRACOTTA"
  # The material of the outer part of the beacon laser
  outerLaserMaterial: "RED_STAINED_GLASS"
  # If the revive beacon should show a particle ring while reviving
  showParticleRing: true
  # The color of the particle ring
  # possible values: WHITE, GRAY, RED, ORANGE, YELLOW, GREEN, BLUE, PURPLE, PINK
  particleColor: "RED"
  # --- End of Revive Beacon Settings ---
  requirePermission: false # (lifestealz.item.revive)
  craftable: true
  recipes:
    1:
      rowOne:
        - "DIAMOND"
        - "BEACON"
        - "DIAMOND"
      rowTwo:
        - "OBSIDIAN"
        - "defaultheart"
        - "OBSIDIAN"
      rowThree:
        - "DIAMOND"
        - "BEACON"
        - "DIAMOND"
  invulnerable: false
  despawnable: true
  whitelistedWorlds: []
  sound:
    enabled: false
    sound: ENTITY_PLAYER_LEVELUP
    volume: 1.0
    pitch: 1.0

# You can add as many custom items as you want

If you want a slot in the crafting recipe to be blank, replace the block name with AIR.

WorldGuard Flags

To set a custom worldguard flag, you have to use /rg flags and scroll to the last page.

There you can set the following flags:

  • heartloss - Allow heart loss in this region

PlaceholderBanner

If you are using PlaceholderAPI on your server, you can use the following placeholders:

  • %lifestealz_hearts% - The amount of hearts a user has
  • %lifestealz_maxhearts% - The maximum amount of hearts a user can have
  • %lifestealz_health% - The current health, that the player has (half hearts rounded up)
  • %lifestealz_revived% - The amount of times a player has been revived
  • %lifestealz_isInGracePeriod% - If the player is in the grace period
  • %lifestealz_gracePeriodRemaining% - The remaining time of the grace period in seconds

PlaceholderBanner

If you need help with the setup of the plugin, or found a bug, you can join my discord here.

discord-plural


Usage

版本与下载

推荐下载

lifestealz-2.21.1.jar版本 2.21.1 · 1.5 MBSHA-1 80f8dbadc2ce05cdbb4d820b9e392b01f77af2f1下载 lifestealz-2.21.1.jar

2.21.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
lifestealz-2.21.1.jar1.5 MBSHA-1 80f8dbadc2ce05cdbb4d820b9e392b01f77af2f1获取文件 lifestealz-2.21.1.jar
展开更新日志

MC-Version 1.21.4-26.1.2

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added a cache for players (thanks to @michaelcoalition for suggesting it)
  • Fixed SQLite connection pool not reusing existing connection

2.21.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
lifestealz-2.21.0.jar1.5 MBSHA-1 9d4e19ad18329ad83d457b790819223b46450c0f获取文件 lifestealz-2.21.0.jar
展开更新日志

MC-Version 1.21.4-26.1.2

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added minWithdrawHearts to specify a minimum of hearts for withdrawal

2.20.9

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
lifestealz-2.20.9.jar1.5 MBSHA-1 f9e44dde9b0ee467b1b92181f80947b916312364获取文件 lifestealz-2.20.9.jar
展开更新日志

MC-Version 1.21.4-26.1.2

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fix Faststats not being shaded correctly
  • Fix Faststats error tracker not being registered
  • Remove non-working WorldGuard javadocs link

2.20.8

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
lifestealz-2.20.8.jar1.4 MBSHA-1 59ccca3e1b31ed7a0c9f3d10c6ef5c0b1f1e07d6获取文件 lifestealz-2.20.8.jar
展开更新日志

MC-Version 1.21.4-26.1.2

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Add faststats analytics

2.20.7

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
lifestealz-2.20.7.jar1.4 MBSHA-1 79e14ab121416d2c74268b8a3e95991c8376e129获取文件 lifestealz-2.20.7.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Updated the Russian translation (@wondarkus)
  • Added Turkish translation (@CroShyy)

2.20.6

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
lifestealz-2.20.6.jar1.4 MBSHA-1 364146455b795423ca034135a14bb3ce9a13eefc获取文件 lifestealz-2.20.6.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug with the withdrawheart command where the minHearts would default to 2 and not be properly compared to the actual health

2.20.5

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
lifestealz-2.20.5.jar1.4 MBSHA-1 72c874122e309b527ebd5cff194c3ed380f59b8b获取文件 lifestealz-2.20.5.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where heartRewardOnElimination would not be respected
  • Fixed a bug where a killer would not get hearts when eliminating a player
  • Fixed a bug where a player would not drop a heart when being eliminated by natural causes

2.20.4

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.20.4.jar1.4 MBSHA-1 a3845508dd04191cabd8b5b3eebed2fc815359bb获取文件 lifestealz-2.20.4.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Javassist is now shaded into the jar

2.20.3

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.20.3.jar803 KBSHA-1 1349be528e557ae9101e1bf4d950b8cc4304541c获取文件 lifestealz-2.20.3.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where dropped items would not be invulnerable and undespawnable when dropped after death if configured to be so.
  • Internal changes on how commands and events are registered

2.20.2

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.20.2.jar503.3 KBSHA-1 e8bdfb97cc12264b0549315865758682f962b24a获取文件 lifestealz-2.20.2.jar
展开更新日志

MC-Version 1.21.4-1.21.10

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where the crafter would craft items with custom items as its ingredients

2.20.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.20.1.jar502.1 KBSHA-1 c90a19111a16bb472224db82b86005bad6456fdb获取文件 lifestealz-2.20.1.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed the /lsz debug command crashing when neither upload nor generate argument is provided
  • Added an option to disallow withdrawing hearts while in grace period
  • Added clarification to the config what exactly the grace period is to avoid confusion

2.20.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.20.0.jar501.8 KBSHA-1 9bed5595e0fd5c353d1cacc4b10fc57f0ec8daba获取文件 lifestealz-2.20.0.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added back support for legacy numeric custom model id to ensure compatibility with other plugins
  • Updated discord link in server software warning
  • Updated German translation

2.19.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.19.1.jar500.8 KBSHA-1 6b9f92dbae16c71886cf007c5daee60077aa217e获取文件 lifestealz-2.19.1.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed the %lifestealz_maxhearts% placeholder displaying double the expected hearts
  • Updated plugin metadata

2.19.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.19.0.jar501 KBSHA-1 a39c5aca6a7da6f71220ffd9c21da80e659df340获取文件 lifestealz-2.19.0.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added /lsz debug command to generate and upload debug reports to debug.zetaplugins.com
  • Fixed a bug, where you could not revive a player for a second time
  • Added bypass permission to prevent certain players from loosing hearts and more (@Scralar)

2.18.4

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
lifestealz-2.18.4.jar456.6 KBSHA-1 eca8ed8a0756237267ede83ab4a0d2fa27c265fc获取文件 lifestealz-2.18.4.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added missing Russian translations (@wondarkus)
  • Added MC 1.21.9 support

2.18.3

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
lifestealz-2.18.3.jar456.3 KBSHA-1 252f9603b641fbd0a29b092784ef5fc581f968ce获取文件 lifestealz-2.18.3.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where the revive bossbar would persist even after canceling the revive process

2.18.2

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
lifestealz-2.18.2.jar455.9 KBSHA-1 6455cd90d0944623deee563e16e7ef9f6f63f632获取文件 lifestealz-2.18.2.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where a player would drop double hearts when the killer is at max hearts and the "dropHeartsPlayer" is set to true in the config

2.18.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
lifestealz-2.18.1.jar455.8 KBSHA-1 46e8a57ff67a07d390943cd92965b259ed77904c获取文件 lifestealz-2.18.1.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where a victim wouldn't loose a heart when killed by a player with max hearts

2.18.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
lifestealz-2.18.0.jar455.7 KBSHA-1 8f8cbe9cbf400bf228725ba9ddecae286de3dd9b获取文件 lifestealz-2.18.0.jar
展开更新日志

MC-Version 1.21.4-1.21.8

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added new events api (documentation will follow soon)
  • Fixed a bug where revive beacon decorations would spawn even when the beacon block could not be placed
  • Removed leftover stdout logs
  • Updated cs-CZ translation

2.17.3

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
lifestealz-2.17.3.jar427.2 KBSHA-1 e6bb4ec57cb876cdbadb1f671f60eda49d4eb76e获取文件 lifestealz-2.17.3.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • LifeStealZ now uses the com.zetaplugins package
  • LifeStealZ is now being published to the zetaplugins maven repository

2.17.3

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.17.3.jar427.2 KBSHA-1 5b0f8fdb7a2f0380c119a5282233d435d51d0aae获取文件 lifestealz-2.17.3.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • LifeStealZ now uses the com.zetaplugins package
  • LifeStealZ is now being published to the zetaplugins maven repository

2.17.3

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.17.3.jar427.2 KBSHA-1 4c649bee8017f58499daff06d6d20dae02a7040d获取文件 lifestealz-2.17.3.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • LifeStealZ now uses the com.zetaplugins package
  • LifeStealZ is now being published to the zetaplugins maven repository

2.17.2

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.17.2.jar427.5 KBSHA-1 7310fefc8ee328ccee4e0887e6ea6f4fa24e3a67获取文件 lifestealz-2.17.2.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed geyser support (@aurorusmc)

2.17.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.17.1.jar427.5 KBSHA-1 d26639969ee4a0df23da6a44c1494131e2c5a20c获取文件 lifestealz-2.17.1.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added a reviveStartCommands config options for commands that are executed when a revive process is started using a revive beacon
  • Updated the "New update available" message to be more readable

2.17.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.17.0.jar427.4 KBSHA-1 11f5352929f6507d2f0b5e21cddb14360dc19bde获取文件 lifestealz-2.17.0.jar
展开更新日志

MC-Version 1.21.4-1.21.7

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added a &location& placeholder to the revive commands
  • Added a whitelistedWorlds option to custom items to restrict items to be used in certain worlds only

2.16.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
lifestealz-2.16.0.jar426.2 KBSHA-1 ebe692ce2204493d031f7cf73b34f7990e3961ab获取文件 lifestealz-2.16.0.jar
展开更新日志

MC-Version 1.21.4-1.21.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added a new fully customizable revive beacon item type
  • Changed the default revive item to a revive beacon
  • Fixed an issue where the start hearts would not be applied correctly (#62)
  • Updated the internal CustomItemData logic to allow for easier expansion and maintainability

2.15.2

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5
lifestealz-2.15.2.jar393.4 KBSHA-1 d5e43069b8829a2c02f6fa45a5edf2a779165fb8获取文件 lifestealz-2.15.2.jar
展开更新日志

MC-Version 1.21.4-1.21.5

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed an issue where admin commands would only enforce the config maxHearts ignoring the permissions

2.15.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5
lifestealz-2.15.1.jar393.2 KBSHA-1 15471ef02138335c9a9b6fbf0528149d977cf0e0获取文件 lifestealz-2.15.1.jar
展开更新日志

MC-Version 1.21.4-1.21.5

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed an issue where the plugin would not use the highest max hearts permission a user has

2.15.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5
lifestealz-2.15.0.jar393.2 KBSHA-1 073a69ac2aadbf85ddbd41c880b0b4d46dfbb1e8获取文件 lifestealz-2.15.0.jar
展开更新日志

MC-Version 1.21.4-1.21.5

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added the option to set a players maximum hearts using permissions (lifestealz.maxhearts.X)
  • Removed the world whitelist
  • Updated the README.md config examples

2.14.1

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5
lifestealz-2.14.1.jar395.2 KBSHA-1 94731c4d99f4614c6f0063a7f3aa20af7db68d7b获取文件 lifestealz-2.14.1.jar
展开更新日志

MC-Version 1.21.4-1.21.5

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where you could obtain and use the temporary totem used for the heart animation
  • Fixed a bug where the version checker would recommend a LifeStealZ version not made for the servers Minecraft version
  • Updated the GeyserMC api

2.14.0

正式版推荐
加载器
paper · purpur
MC 版本
1.21.4 · 1.21.5
lifestealz-2.14.0.jar394.2 KBSHA-1 3ac2d51d480ac05cc11486940d0142219d1898d6获取文件 lifestealz-2.14.0.jar
展开更新日志

MC-Version 1.21.4-1.21.5

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • LifeStealZ now only supports Minecraft 1.21.4 and later
  • LifeStealZ now uses the new custom model data to make creating resource packs for it easier
  • The totem animation can now show a heart without having to change the totem texture.

2.13.0

正式版推荐
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
lifestealz-2.13.0.jar392.6 KBSHA-1 35424fbe8bd14656928caea809329c34e54a3c9f获取文件 lifestealz-2.13.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added a config option to make custom items immune to lava, fire, cactus, explosions etc.
  • Added a config option to make custom items not naturally despawn after 5 minutes
  • Updated javadoc workflow to only run when a release is created
  • Updated config examples in the README.md

2.12.3

正式版推荐
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
lifestealz-2.12.3.jar390.7 KBSHA-1 03254b99255d7d2a928ada31d5c94047a33538f1获取文件 lifestealz-2.12.3.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • The recipe GUI title is now configurable in the language files
  • Fixed a bug where you could not completely remove the "LifeStealZ" prefix

2.12.2

正式版推荐
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
lifestealz-2.12.2.jar390.7 KBSHA-1 0167d19b77ff0416969f47f01f116908ed57925f获取文件 lifestealz-2.12.2.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added compatibility with PvPManager NPCs
  • Added a warning for when using Spigot

2.12.1

正式版推荐
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
lifestealz-2.12.1.jar390.3 KBSHA-1 a36cc5b1aa383f21841358e70a321f0cfdf915cd获取文件 lifestealz-2.12.1.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed a bug where a “new version” message was being sent despite no new version being available.
  • Updated Russian translation
  • Made internal adjustments to enhance readability and maintainability

2.12.0

正式版推荐
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
lifestealz-1.12.0.jar386.2 KBSHA-1 379d7810b9da64e019b26dbed6ba3594c3362197获取文件 lifestealz-1.12.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added config options to assign different heart items for various events
  • Fixed a bug where killing yourself would trigger the anti alt system
  • Added the option to use item tags (e.g. #logs) in the crafting recipes
  • Added an error message when trying to use /withdrawheart from the console
  • Added a new custom item type (non-usable) which cannot be placed or used
  • Updated the wiki link to https://wiki.lifestealz.com/
  • Added an automated workflow for publishing releases to Modrinth and Hangar

2.11.3

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.11.3.jar381.7 KBSHA-1 4d695dc3ce58b99baad891e99a1c0e9149256b43获取文件 lifestealz-2.11.3.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Updated dutch translation
  • Overhauled the database migration logic

2.11.2

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.11.2.jar378.8 KBSHA-1 5beca80c0db78abcfd67a4bf8a7addef6db72187获取文件 lifestealz-2.11.2.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Updated Russian translation
  • Added %time% placeholder to heart cooldown messages
  • Resolved an issue where the /lsz data import command failed to work with MySQL

2.11.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.11.1.jar376.6 KBSHA-1 33e2ce0c8fc5c3e9e3a185c15b2c7b3d88a195a5获取文件 lifestealz-2.11.1.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Resolved an issue where/lsz data import failed to import data
  • Significantly improved import performance
  • Data imports and exports no longer impact server performance
  • SQL errors now log the full stack trace
  • Optimized the database schema for more efficient data storage

2.11.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.11.0.jar204.4 KBSHA-1 dffbd51cb4ba193fb6b47d2edb28fe250284e0fc获取文件 lifestealz-2.11.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Added the /lsz debug command to facilitate support
  • Optimized the %lifestealz_hearts% placeholder
  • Updated Russian translation

2.10.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.10.0.jar196.1 KBSHA-1 75fd7800c454805b6613004beb0f452f1be37063获取文件 lifestealz-2.10.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Improved code quality with various cleanups.
  • Refactored methods to prevent memory leaks.
  • Enhanced /lsz hearts and /lsz graceperiod commands to support targeting offline players.
  • Introduced new targeting operators:
    • * now targets all players (both online and offline).
    • + targets only online players.
  • Updated tab completion to display only relevant results.
  • Added new configuration options:
    • Disable bed usage in the Nether and End.
    • Disable respawn anchor usage in the Overworld and End.

2.9.5

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.5.jar191.7 KBSHA-1 56a62e49f84e567bd2a2f1ddb40711e8858b51d1获取文件 lifestealz-2.9.5.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Resolved an issue in the Russian translation where a double quote was missing.
  • Fixed an issue with the placeholders where in some edge cases, PlaceholderAPI would throw an error.

2.9.4

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.4.jar191.2 KBSHA-1 6ca02712ef3ec7976df9bd1b2c63b307e6617a99获取文件 lifestealz-2.9.4.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed an issue where the grace period reset command would send a skip message.
  • Grace period reset and skip messages now display the affected player if only one player is affected.

2.9.3

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.3.jar189.7 KBSHA-1 2150515c80ec62b965e7678fd63b0275e5f90c7e获取文件 lifestealz-2.9.3.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changelog:

  • Fixed an issue where PapiExpansion occasionally threw an error
  • Added French translation (thanks to @Duj10)
  • Added Japanese translation
  • Added Portuguese translation (thanks to qGabs)
  • Introduced the /lsz graceperiod command to reset and skip the grace period for one or multiple players
  • Resolved a bug where the plugin would throw an error when a player died to natural causes during the grace period

2.9.2

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.2.jar180.9 KBSHA-1 216534f4d21b4a4b93e05f14932648296d7e02e2获取文件 lifestealz-2.9.2.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added proper tab completion support for the /revive command.
  • Resolved an issue where the default ban message displayed incorrectly when eliminating a player.
  • Made the "Cannot set hearts below or to 0" message customizable via language files.
  • Refactored legacy code to improve maintainability.

2.9.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.1.jar177.9 KBSHA-1 206e1c1e786df507b3aa3731c0df11b9f84e3132获取文件 lifestealz-2.9.1.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • The /revive command now allows the star operator
  • Removed an error message when interacting with an entity while holding a heart item
  • Fixed an error with the grace period

2.9.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.9.0.jar176.4 KBSHA-1 f69572259d3d0fdd7de7b209f9f5071f932f1415获取文件 lifestealz-2.9.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • The /hearts command now appears in the help menu.
  • Added a new message when using /lsz, which also includes links to the plugin's Wiki and Discord Server.
  • Both /lsz hearts and /lsz giveItem now support wildcards (*) to target all online players.
  • Healing upon using heart items is now optional (Default: false), preventing players from healing by withdrawing and reusing hearts.
  • The grace period duration placeholder is now properly formatted.
  • Added a placeholder for the heart item cooldown.
  • Refactored parts of the plugin to improve maintainability.

2.8.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.8.1.jar160.8 KBSHA-1 9e086153022711e2d64b9354a5a22cc19e531daa获取文件 lifestealz-2.8.1.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Old databases now get migrated to the new schema to support the grace period

2.8.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.8.0.jar160.1 KBSHA-1 e672075c2e91872da1280cab4d45340178d1e475获取文件 lifestealz-2.8.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added an option to have a customizable grace period

2.7.2

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
lifestealz-2.7.2.jar152.7 KBSHA-1 843586a9a645b18313ec94e4d482f9da9b23e93f获取文件 lifestealz-2.7.2.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed an issue where you could disenchant custom items in a grindstone
  • Fixed an issue where custom items could be used to craft vanilla recipes

2.7.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3
lifestealz-2.7.1.jar150.7 KBSHA-1 78bc514dca02381defa63cab4ed735e2a70ecfbd获取文件 lifestealz-2.7.1.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed an issue where the anti alt logic would not work (@KartoffelChipss)
  • Added Russian translation (@wondarkus)

2.7.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.7.0.jar148.4 KBSHA-1 30f9722e5fcfe162a3db78d673e2fddd8b729c5b获取文件 lifestealz-2.7.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added per-item permissions (@KartoffelChipss)
  • Updated Polish translation (@Ernestozilla)
  • Fixed a bug where MySQL statements incorrectly used SQLite syntax (@KartoffelChipss)

2.6.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.6.0.jar146.6 KBSHA-1 b8f3e4ff836962b88e157f9c8d5c6ef116b4ed3d获取文件 lifestealz-2.6.0.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options and a complete overhaul of the plugin configuration files. If you’re updating the plugin, it’s recommended to back up your existing config files, delete them, and allow the server to generate the new ones.

Changes:

  • Enhanced readability through a complete rewrite of the plugin (@KartoffelChipss, @abb3v)
  • Refactored the code to eliminate memory leaks (@KartoffelChipss , @abb3v)
  • Config files have been split up into multiple to provide a better overview (@KartoffelChipss)
  • Resolved issues with the dropHearts option (@KartoffelChipss)
  • Custom heart items now support minHearts and maxHearts parameters (@KartoffelChipss)
  • Added an option to modify the default heart item (@KartoffelChipss)
  • Introduced a custom item type none for items like heart fragments (@KartoffelChipss)
  • Added an API and Maven repository for integration with other plugins in LifeStealZ (@KartoffelChipss)
  • Updated the README to include new configuration files (@KartoffelChipss)
  • Added documentation to the main repository (@KartoffelChipss)
  • Renamed respawnHearts to reviveHearts to prevent confusion (@KartoffelChipss)
  • Added Geyser support (@MaCCrafter)
  • Fixed premium UUIDs on offline mode server (@abb3v)
  • Added dutch translation (@XtraDavido)
  • Fixed a bug, where you could not revive offline players using the revive command (@KartoffelChipss)
  • Added Discord webhook support (@KartoffelChipss)
  • Added an option to change the amount of hearts a player loses when dying. (@KartoffelChipss)
  • Fixed a bug where you would receive a "world not whitelisted" message when interacting with any item in a non-whitelisted world. (@KartoffelChipss)
  • Fixed an issue where players would not receive a heart item if their inventory was full. (@KartoffelChipss)
  • Fixed a bug related to the geyser_players file. (@MaCCrafter)
  • Separated the option to drop hearts on natural death or player-kill death. (@zenithexe)
  • Fixed a bug where duped items could be used from a GUI. (@KartoffelChipss)

2.6.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.6.0-beta.jar146.6 KBSHA-1 8349a381daa1fd7ab7947536d1399a6bcd906c5f获取文件 lifestealz-2.6.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added an option to change the amount of hearts a player loses when dying. (@KartoffelChipss)
  • Fixed a bug where you would receive a "world not whitelisted" message when interacting with any item in a non-whitelisted world. (@KartoffelChipss)
  • Fixed an issue where players would not receive a heart item if their inventory was full. (@KartoffelChipss)
  • Fixed a bug related to the geyser_players file. (@Aurorus)
  • Separated the option to drop hearts on natural death or player-kill death. (@zenithexe)
  • Fixed a bug where duped items could be used from a GUI. (@KartoffelChipss)

2.5.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.5.0-beta.jar145 KBSHA-1 4749ce18be0d1c78e135e12738b21004fc465807获取文件 lifestealz-2.5.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where you could not revive offline players using the revive command
  • Added Discord webhook support

2.4.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.4.0-beta.jar140.7 KBSHA-1 56b2bf81d51d697fe7064f27d16186b117f6f4bf获取文件 lifestealz-2.4.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added Geyser support (@Aurorus)
  • Fixed premium UUIDs on offline mode server (@abb3v)
  • Added dutch translation (@XtraDavido)

2.3.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
lifestealz-2.3.0-beta.jar134 KBSHA-1 45d6f71b907593ccc15366b786061090003b2142获取文件 lifestealz-2.3.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added an API and Maven repository for integration with other plugins in LifeStealZ
  • Updated the README to include new configuration files
  • Added documentation to the main repository
  • Renamed respawnHearts to reviveHearts to prevent confusion

2.2.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
LifeStealZ-2.2.0-beta.jar131.4 KBSHA-1 798fab624811571faebc7b9b3918114f9efa9473获取文件 LifeStealZ-2.2.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed the dropHearts option
  • Custom heart item now supports minHearts and maxHearts
  • Added the option to change the default heart item
  • Added a custom item type none for items like heart fragments

2.1.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
LifeStealZ-2.1.0-beta.jar130.7 KBSHA-1 e84d4b2ceaeae6aa9eb7d37d8e991fe1fd19890f获取文件 LifeStealZ-2.1.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Config files are now split up into multiple

2.0.0-beta

测试版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
LifeStealZ-2.0.0-beta.jar128.8 KBSHA-1 e37dad8a9be127366dc6bc2ef837197f4f8e85a7获取文件 LifeStealZ-2.0.0-beta.jar
展开更新日志

MC-Version 1.19.x-1.21.x

Notice: This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our Discord Server. Your feedback is invaluable in helping us improve!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Improved readability by rewriting the plugin
  • Refactored the code to prevent memory leaks

1.1.28

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
LifeStealZ-1.1.28.jar123.5 KBSHA-1 bdd9e958d9b6db895ce612775c17140efb8197e1获取文件 LifeStealZ-1.1.28.jar
展开更新日志

MC-Version 1.19.x-1.21.x

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added Chinese (Simplified) (zh-CN) translation
  • Added Polnish (pl-PL) translation

1.1.27

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1
LifeStealZ-1.1.27.jar119.1 KBSHA-1 9525599fbabafdd31349ce6eae8d482a1e86529c获取文件 LifeStealZ-1.1.27.jar
展开更新日志

MC-Version 1.19-1.21

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Cancel default death message on announceElimination (@abb3v)
  • Added SQLPlayerDataStorage to avoid reused code (@kartoffelchipss)

1.1.26

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.26.jar13.1 MBSHA-1 d0c9702e524814718a201f8dac8780c4d88745ef获取文件 LifeStealZ-1.1.26.jar
展开更新日志

MC-Version 1.19-1.21

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where you could not revive players when using the minHearts config option

1.1.25

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.25.jar13.1 MBSHA-1 8cb2f69f5f21e4eb66e9ad3849f62e20e77399fe获取文件 LifeStealZ-1.1.25.jar
展开更新日志

MC-Version 1.19-1.21

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where you could revive players without consuming the revive item (again²)
  • Decreased api version to 1.19 again

1.1.24

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.24.jar13.1 MBSHA-1 28e2d1a5bfe023981a28ddc44097277ae0703f75获取文件 LifeStealZ-1.1.24.jar
展开更新日志

MC-Version 1.19-1.21

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Divided config file into even more sections
  • Fixed a bug, where you could revive players without consuming the revive item (again)
  • Fixed a bug, where you could place custom items if the material is a block

1.1.23

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.23.jar13.1 MBSHA-1 c303c197e3f1df2e1288f8d3b91df14df7bfda99获取文件 LifeStealZ-1.1.23.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where you could revive players without consuming the revive item

1.1.22

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.22.jar13.1 MBSHA-1 1fc3f115cd6fcb15d818bc4705c43cb61b8a645e获取文件 LifeStealZ-1.1.22.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added vietnamese translation (by minilabs)

1.1.21

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.21.jar13.1 MBSHA-1 f1b6650929accf04b1a142df846dca81f38ba009获取文件 LifeStealZ-1.1.21.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added a message informing Operators when a world is not whitelisted (@abb3v and @KartoffelChipss)

1.1.20

正式版
加载器
paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
LifeStealZ-1.1.20.jar13.1 MBSHA-1 cad3a59a37107444b1eb64fa884632180cfae7ff获取文件 LifeStealZ-1.1.20.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where the minHearts would not be considered when withdrawing a heart

1.1.19

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.19.jar13.1 MBSHA-1 c7e4089ef6efec03425476a96f64300e42dd226b获取文件 LifeStealZ-1.1.19.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added checks to ensure sufficient inventory space when withdrawing hearts (Thanks to @abb3v)
  • Fixed a bug, where hearts would not drop on natural death

1.1.18

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.18.jar13.1 MBSHA-1 ec5722e0e5a38916e22a3a72efa9b7f2f20b7f42获取文件 LifeStealZ-1.1.18.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where the plugin would not render recipes, that have a custom item as an ingredient

1.1.17

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.17.jar13.1 MBSHA-1 9aebe2ad37a932e894d967dc02c26617ccfb38a1获取文件 LifeStealZ-1.1.17.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed an exploit, where people could dupe hearts when using it from the offhand
  • Updated the PlaceholderAPI dependency version
  • Added import/export commands
  • Added support for MySQL databases

1.1.16

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.16.jar13.1 MBSHA-1 eeb4b033ec6dbe86a8ddf11bccb3e487c7f3366e获取文件 LifeStealZ-1.1.16.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where recipes containing AIR would not be registered on Paper 1.20.6
  • Fixed a bug, where when using a heart from a stack, the metadata of the other items would be deleted
  • Added the ability to use custom items in recipes

1.1.15

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.15.jar13.1 MBSHA-1 c78dbdf6ea333c1657b42947e2dd9bd941dba372获取文件 LifeStealZ-1.1.15.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where when being eliminated and kicked you would both drop and keep your items at the same time

1.1.14

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.14.jar13.1 MBSHA-1 68c411e26ed799ac4a67ae6160bbd506b08e764c获取文件 LifeStealZ-1.1.14.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where killing yourself using an Endcrystal would put you in some sort of respawn limbo

1.1.13

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.13.jar13.1 MBSHA-1 aab5dc77675649896dafc95acbc0f38aaed8423b获取文件 LifeStealZ-1.1.13.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added an optional heartgain cooldown

1.1.12

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.12.jar13.1 MBSHA-1 c2aaeba5f9a05bf6902fafbe3d20ee3303f9c3d9获取文件 LifeStealZ-1.1.12.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added heartRewardOnElimination option to deny heart rewards on elimination
  • /hearts and /lsz hearts commands now also work with offline players

1.1.11

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.11.jar13.1 MBSHA-1 43b012acb494eadafcd25aea7b14017385a5c2c2获取文件 LifeStealZ-1.1.11.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added a new localization system that adds individual lang files for multiple languages
  • Fixed some missing and broken translations
  • Added more explanations to the config file

1.1.10

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.10.jar13 MBSHA-1 055dea2affe52736868f3aada30dc4f83e34a21c获取文件 LifeStealZ-1.1.10.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added a minHearts config option, that allows to set a minimum amount of hearts, for when a player should be eliminated.
  • The heart use sound has been moved to the individual items to allow unique sounds

1.1.9

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.9.jar13 MBSHA-1 6842bd871578ab80d7a9502f7d9d9390b1765485获取文件 LifeStealZ-1.1.9.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where the "This world is not whitelisted for Lifestealz" message would be sent on every PlayerInteraction

1.1.8

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.8.jar13 MBSHA-1 7373147ad125e95b4bc479b73533740290689a5d获取文件 LifeStealZ-1.1.8.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where the heart consume message would not display the heart amount correctly
  • Added a confirmation message to the /lsz giveItem command, that is sent to the target. If you don't want this message to be sent, you can use /lsz giveItem <player> <item> <amount> silent

1.1.7

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.7.jar13 MBSHA-1 0429773c7881cfbb5ad7b3ec4a2014bc0e9c0192获取文件 LifeStealZ-1.1.7.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where all custom items would be enchanted regardless of the config

1.1.6

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.6.jar13 MBSHA-1 b9daa2a16f3ab71b4b1d54b1e1039214e9c8b6a7获取文件 LifeStealZ-1.1.6.jar
展开更新日志

MC-Version 1.19-1.20.6

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Added pagination to the revive menu, so you are able to revive anyone even if there are more than 54 players eliminated

1.1.5

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
LifeStealZ-1.1.5.jar13 MBSHA-1 628c3de11ae237acb69554f41bbf46e90b609a62获取文件 LifeStealZ-1.1.5.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed a bug, where the &player& placeholder in the elimination commands would not work

1.1.4

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5
LifeStealZ-1.1.4.jar13 MBSHA-1 41a61da757c6606513a880a837bf8061b5e9d230获取文件 LifeStealZ-1.1.4.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • Fixed exploit, where you could withdraw negative amount of hearts
  • Fixed /withdrawheart amount input throwing a Numberformat exception

1.1.3

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5
LifeStealZ-1.1.3.jar13 MBSHA-1 1516bec2162bad5533890a15c6e9977acb9c46de获取文件 LifeStealZ-1.1.3.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

  • CustomModelData is now applied correctly
  • Added WorldSwitchListener to correctly set hearts when switching to a non-whitelisted world

1.1.2

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5
LifeStealZ-1.1.2.jar13 MBSHA-1 9eba9adf58f977ee127f09e125005a3f372fb063获取文件 LifeStealZ-1.1.2.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Removed bukkit runnables to prevent memory leaks

1.1.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5
LifeStealZ-1.1.1.jar13 MBSHA-1 fe75d9518a087bc736f14c471f142955f8cfcae1获取文件 LifeStealZ-1.1.1.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Fixed memory leaks caused by the new Storage system

1.1.0

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5
LifeStealZ-1.1.0.jar13 MBSHA-1 c3264e8a8f66898caf6eb50114697b50fc2a5ae3获取文件 LifeStealZ-1.1.0.jar
展开更新日志

MC-Version 1.19-1.20.4

[!!!] If you want to update from a < 1.0.14 version to a version > 1.1.0, you need to first updrade to 1.0.14 and then the newer version, to ensure Data migration!

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changes:

Custom Items

It is now possible, to add as many custom items, as you want. You can use the customItemType option to specify if the item should be a heart or a revive item and the customHeartValue option to set how many hearts it should grant when being used. The options to prevent crafting hearts and revive items has been removed. Instead you can now change this for every custom item individually. And as a quick reminder: Please don't delete the defaultheart item, as this is used to give players on kill if they reached their max hearts etc. and the plugin will probably shit itself.

Storage Overhaul

The storage system has been completely overhauled, to make it easier for me or other developers to add other storage methods. Currently the only and default method is SQLite, but MySQL is already planned. If you want have any other storage Method, that you would like to be added, you can join our Discord Server and make a suggestion!

Anti ALT system

This update introduces a new system to target farming hearts with alt accounts. This system detects if a player killed another player from the same IP adress. By default, the system is enabled, but only logs these attempts. You can also configure it to prevent the heart loss, send a message to both accounts or add custom commands (e.g. to kick them).

Java rewrite

The plugin has been completely rewritten in Java. When I started coding this plugin, I had almost no Idea what I was doing and just used Kotlin as this was easier to learn than Java. Updating this old Kotlin code was almost completely impossible, so with my new knowledge about Java and how to properly structure such a project (I still don't know everything, but more :D) I rewrote it in Java. Now it's easier to add Updates and make changes to certain parts of the project without having to change thousands of other thing.

Bug fixes

While rewriting the plugin, I fixed so many bugs, that I can't even count them all (including the item dupe bug)!

But even if I fixed many bugs, there might be new ones. Especially after rewriting everything, so if you find a bug please report it to me on Discord or open an issue on GitHub if you don't like Discord.

I'd also be happy to hear, what you have to say about the plugin! What would you change? What features would you like to see being added? What do you not like about the plugin? If you want to have a chat, join the Discord Server!

1.0.14

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.14.jar15.2 MBSHA-1 c2d3a059c69e292a3d77da469b7960e4c038a0e0获取文件 lifestealz-1.0.14.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Configurable sound for when a heart item is used

1.0.13

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.13.jar15.2 MBSHA-1 551187225c5dd6d7cbed3452ce944c503edbed7b获取文件 lifestealz-1.0.13.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Changed:

  • Data is now stored using SQLite

1.0.12

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.12.jar2.3 MBSHA-1 1ae60945c52e8338115796ba8468f70fe8560b12获取文件 lifestealz-1.0.12.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Cooldown for using the heart items

Fixed:

  • Custom item names not working

1.0.11

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.11.jar2.3 MBSHA-1 ad7a8faa170d1e2b0dc236c394c4b612c79df332获取文件 lifestealz-1.0.11.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • /heart command to view other peoples hearts
  • Now changing hearts when switching to non whitelisted world

1.0.10

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.10.jar2.3 MBSHA-1 526c40542f5ada8b984d13243b65e299ee98eec4获取文件 lifestealz-1.0.10.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Fixed:

  • Fixed a bug, where elimination commands would be executed, when a player looses only one heart
  • Fixed a bug, where the respawn hp would not be applied correctly

1.0.9

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.9.jar2.3 MBSHA-1 590f89258532fe092adc67ffe420292e0ea71071获取文件 lifestealz-1.0.9.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Can execute multiple commands on elimination
  • Execute commands when consuming a heart or reviving a player
  • Bug fixes regarding these commands
  • Update checker

1.0.8

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.8.jar2.3 MBSHA-1 9ee618d7b62e316dafc39f0af640fc966141ee62获取文件 lifestealz-1.0.8.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • New color library to allow HEX colors, gradients hovers etc
  • Option to always drop hearts on the ground when killing a player
  • Fixed a bug, where the revive menu wouldn't show anyone

1.0.7

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.7.jar2.3 MBSHA-1 31aaeefe9e7ae2f78c459ba126a904a586ea4248获取文件 lifestealz-1.0.7.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • WorldGuard flag to disallow heart loss in specific regions
  • Minimal optimizations

1.0.6

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.6.jar2.3 MBSHA-1 cecb35e69b8d1e5a27893d94db59b0c026440422获取文件 lifestealz-1.0.6.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Option to enforce heart limit on admin commands
  • Updated README

1.0.5

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
lifestealz-1.0.5.jar2.3 MBSHA-1 cce63fdc86959011dec77627f28debd4bca7d457获取文件 lifestealz-1.0.5.jar
展开更新日志

MC-Version 1.19-1.20.4

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Custommodeldata for heart and revive item
  • Custommodeldata configurable in the config.yml

1.0.4

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
lifestealz-1.0.4.jar2.3 MBSHA-1 786c5bfe03c05d5cf3f7b9cd7b6716fcd11b828a获取文件 lifestealz-1.0.4.jar
展开更新日志

MC-Version: 1.19 - 1.20.2

This update introduces new configuration options. If you update the plugin, please take a look at the config description here.

Added:

  • Option to disable Players loosing hearts in pvp
  • Added custom modeldata to revive and heart item

1.0.3

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
lifestealz-1.0.3.jar2.3 MBSHA-1 dbd0bd7df3795cce9288441d90c9f95afc045ac4获取文件 lifestealz-1.0.3.jar
展开更新日志

This Update introduces a small bug fix.

Fixed:

  • Bug where relogging heals a player to the maximum

1.0.2

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
lifestealz-1.0.2.jar2.3 MBSHA-1 425d5924480588f21e6dd078a131eaa526ef7a92获取文件 lifestealz-1.0.2.jar
展开更新日志

This version introduces three new config options. If you update the plugin, please take a look at the config description here.

Added:

  • Option to disable default ban on elimination
  • Option to change the respawn HP
  • Command, that can be executed if a player is eliminated (only if "disablePlayerBanOnElimination" is set to true)

Fixed:

  • Bug where a banned player could still join

1.0.1

正式版
加载器
paper · purpur
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
lifestealz-1.0.1.jar2.3 MBSHA-1 f3114413f250ce867da49fefe4868a7a4effd778获取文件 lifestealz-1.0.1.jar
展开更新日志

MC-Version: 1.19 - 1.20.1

Fixed a bug with the revive item not showing any or only some of the dead players

1.0.0

正式版
加载器
paper · spigot
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
lifestealz-1.0.jar2.3 MBSHA-1 525263b15be8d6b201b9f73564800023e983ddfc获取文件 lifestealz-1.0.jar
展开更新日志

initial Version of lifestealz