
Minecraft 服务端插件
LifeStealZ
LifeStealZ - The Ultimate LifeSteal SMP Plugin!
- 版本范围
- 1.19–26.1.2
- 下载量
- 37.0 万
插件介绍

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.

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)

- 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
/eliminatecommand - lifestealz.admin.revive - Allow a player to revive another player with the
/revivecommand - 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

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

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

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




版本与下载
推荐下载
lifestealz-2.21.1.jar版本 2.21.1 · 1.5 MBSHA-1 80f8dbadc2ce05cdbb4d820b9e392b01f77af2f1下载 lifestealz-2.21.1.jar2.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
展开更新日志
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
展开更新日志
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
minWithdrawHeartsto 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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
heartRewardOnEliminationwould 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
展开更新日志
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
展开更新日志
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
SHA-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
SHA-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 debugcommand crashing when neitheruploadnorgenerateargument 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
SHA-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
SHA-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
展开更新日志
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 debugcommand 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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
reviveStartCommandsconfig 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
SHA-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
whitelistedWorldsoption 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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
/withdrawheartfrom 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
SHA-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
SHA-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 importcommand 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
SHA-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 importfailed 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
SHA-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 debugcommand 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
SHA-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 heartsand/lsz graceperiodcommands 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
展开更新日志
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
展开更新日志
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
展开更新日志
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 graceperiodcommand 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
展开更新日志
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
/revivecommand. - 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
展开更新日志
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
/revivecommand 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
展开更新日志
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
/heartscommand 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 heartsand/lsz giveItemnow 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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
dropHeartsoption (@KartoffelChipss) - Custom heart items now support
minHeartsandmaxHeartsparameters (@KartoffelChipss) - Added an option to modify the default heart item (@KartoffelChipss)
- Introduced a custom item type
nonefor 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
respawnHeartstoreviveHeartsto 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_playersfile. (@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
SHA-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_playersfile. (@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
SHA-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
SHA-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
SHA-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
respawnHeartstoreviveHeartsto 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
SHA-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
dropHeartsoption - Custom heart item now supports
minHeartsandmaxHearts - Added the option to change the default heart item
- Added a custom item type
nonefor 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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
minHeartsconfig 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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
SHA-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
heartRewardOnEliminationoption to deny heart rewards on elimination /heartsand/lsz heartscommands 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
SHA-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
展开更新日志
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
minHeartsconfig 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
展开更新日志
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
展开更新日志
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 giveItemcommand, 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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
/withdrawheartamount 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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
SHA-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
SHA-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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
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
展开更新日志
initial Version of lifestealz
