✨ eSaveItem ✨ | Keep Inventory Item that will Save Inventory And Levels after Death [1.8 - 1-21+] icon

✨ eSaveItem ✨ | Keep Inventory Item that will Save Inventory And Levels after Death [1.8 - 1-21+] -----

Get started with the best and most powerful SaveItem plugin!



si-main.png

[​IMG]‎‎‎‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ [​IMG] ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‎[​IMG]

Do you want to add some features? Join our discord!

[​IMG]

eSaveItem is one of the free, modern, and well-optimized plugins from ePlugins! This plugin ensures your players feel safer by providing a special item that prevents them from losing their items and levels upon death. Everything is fully customizable and easy to configure!

Compatibility: Supports all major server platforms, including Spigot, Paper, Folia, and other forks for seamless integration with your setup.

We focus on creating well-optimized, user-friendly plugins that are easy to configure for every server owner. If you need assistance, join our Discord for support and updates!

We really appreciate every download, feedback and rating that you are giving to us! We are trying our best to make your server the best! If you have something to tell us, feel-free to contact us on our social medias!

[​IMG]
  • Save players items when SaveItem is somewhere in his inventory
  • Also saves players Level/Experience when SaveItem is somewhere in his inventory
  • You can customize SaveItem name in the config file
  • You can also change the SaveItem material in the config file
  • You can easily change the SaveItem lore in the config file
  • Supports infinity lines for SaveItem lore
  • Have its own shop available in the plugin
  • Shop function can be disabled/enabled in the config file
  • Editable price for the SaveItem in the shop
  • A setting function that allows you to delete the player's SaveItem after death
  • You can set what percentage of the inventory content should be returned to the player
  • Easily editable prefix in the config file
  • You can set the SaveItem to be glowing (hidden enchantment)
  • Do you want SaveItem to work only, if player had it in his hand when he dies?
  • Custom recipe for SaveItem
  • This custom crafting function can be disabled in the config
  • You can fully edit the recipe of the SaveItem
  • RGB colors supported! Gradient system included! (More in our documentation)

[​IMG]
  • /saveitem - Displays basic commands in the minecraft chat
  • /saveitem give - Gives a SaveItem into your inventory
  • /saveitem give <player> - Gives a SaveItem into (specific) players inventory
  • /saveitem buy - Buys an SaveItem in the shop (GUI Comming Soon)
  • /saveitem reload - Reloads the plugin

[​IMG]
  • saveitem.use - Allows the player to use the SaveItem (True by default)
  • saveitem.give - Allows the player to give the SaveItem
  • saveitem.giveothers - Allows the player to give the SaveItem to other players
  • saveitem.infinity - If player dies, he won't lose the SaveItem!
  • saveitem.reload - Allows the player to reload the plugin
  • saveitem.keeplevel - If you die, you don't lose levels.

[​IMG]
Code (YAML):
#
# ███████╗███████╗ █████╗ ██╗   ██╗███████╗██╗████████╗███████╗███╗   ███╗
# ██╔════╝██╔════╝██╔══██╗██║   ██║██╔════╝██║╚══██╔══╝██╔════╝████╗ ████║
# █████╗  ███████╗███████║██║   ██║█████╗  ██║   ██║   █████╗  ██╔████╔██║
# ██╔══╝  ╚════██║██╔══██║╚██╗ ██╔╝██╔══╝  ██║   ██║   ██╔══╝  ██║╚██╔╝██║
# ███████╗███████║██║  ██║ ╚████╔╝ ███████╗██║   ██║   ███████╗██║ ╚═╝ ██║
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Version:    ${version}
# Build time: ${timestamp}
# Wiki: https://eproject.gitbook.io/esaveitem/
# --
# General configuration
# --
# Will the plugin be enabled? After change, restart needed!
enabled
: true
# If set to true, the plugin will send message everytime the plugin is not updated
check-for-updates
: true
# The main plugin prefix that will be displayed in front of every SaveItem plugin message
# You can use the normal minecraft color codes by using "&bSave&fItem" or you can use our Hex color system (more information on wiki)
prefix
: "<BOLD><GRADIENT:17FFD5:17AEFF>eSaveItem</BOLD></GRADIENT> &7»&r"
# Item that will be used as the main SaveItem material
# List of all materials is available here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
material
: PRISMARINE_SHARD
# The display name of the SaveItem item (in inventory)
display-name
: "<BOLD><GRADIENT:17FFD5:00FF93>❤ SAVEITEM ❤</BOLD></GRADIENT>"
# Lore of the SaveItem item
# NOTE: The plugin checks if the lore in the game and in the config is the same, if not, the specific SaveItem will not work
item-lore
:
 - " "
  - "&b- &7You can die with me!"
  - "&b- <GRADIENT:17FFD5:00FF93>gradients support</GRADIENT>"
# You can set your own item model
# NOTE: -1 = IGNORED
custom-model-data
: -1
# Will the SaveItem be infinity? Meaning: If true, the item will not be removed from the players inventory
item-infinity
: false
# Percentage of items that will be given back to the player after his death (if he has the SaveItem)
# Each item in inventory is solo calculated and has 'items-percentage' value to be returned to players inventory
items-percentage
: 100
# If true, the players inventory will remain! The "saveitem.keepinventory" and "saveitem.keeplevel" permission will bypass this settings
# NOTE: If 'keep-inventory' to false, it will disable the 'item-percentage' function
keep-inventory
: true
keep-level
: true
keep-armor
: true
# If you want to ignore some materials, you can add them here
# List of all materials is available here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# NOTE: "" = IGNORED
ignored-materials
:
 - ""
# Do you want the SaveItem to be glowing/enchanted?
item-glow
: false
# SaveItem will only work, if the player holds the item in his main hand
must-hold-in-hand
: false
# Do you want to enable SaveItem buying? What will the price be? (Vault required)
# Set buying to false if you don't have vault
enable-buying
: false
price
: 500
# The SaveItem will not work in these worlds (on death)
disabled-worlds
:
 - "spawn1"
  - "spawn2"
custom-recipe
:
  # Dou you want players to craft this item?
  crafting-enabled
: true
  # Materials travel from the upper left to the right row by row = (A,B,C) -> next row (D,E,F) -> next row (G,H,I)
  # NOTE: Set material to 'AIR' if you want it empty
  slots
:
    A
: AIR
    B
: PRISMARINE_CRYSTALS
    C
: AIR
    D
: DIAMOND
    E
: PRISMARINE_SHARD
    F
: DIAMOND
    G
: AIR
    H
: PRISMARINE_CRYSTALS
    I
: AIR
 

[​IMG]
Code (YAML):
#
# ███████╗███████╗ █████╗ ██╗   ██╗███████╗██╗████████╗███████╗███╗   ███╗
# ██╔════╝██╔════╝██╔══██╗██║   ██║██╔════╝██║╚══██╔══╝██╔════╝████╗ ████║
# █████╗  ███████╗███████║██║   ██║█████╗  ██║   ██║   █████╗  ██╔████╔██║
# ██╔══╝  ╚════██║██╔══██║╚██╗ ██╔╝██╔══╝  ██║   ██║   ██╔══╝  ██║╚██╔╝██║
# ███████╗███████║██║  ██║ ╚████╔╝ ███████╗██║   ██║   ███████╗██║ ╚═╝ ██║
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# --
# General messages
# You can use %prefix% to replace it for the currently prefix in config.yaml
# If you want to, you can use RGB colors (Gradients, Solid) -> more on our wiki
# Our systems supports PAPI
# --

give-self-msg
: "%prefix% &7You gave yourself a SaveItem!"
give-target-msg
: "%prefix% &7You gave %target% a SaveItem!"

invalid-target-msg
: "%prefix% &7Player not found!"
info-for-target-msg
: "%prefix% &7Someone just gave you a SaveItem!"

# You can use %price% to tell the player the current price of the SaveItem
successful-purchase-msg
: "%prefix% &7Successfully purchased a SaveItem for &b%price%$!"
failed-purchase-msg
: "%prefix% &7You don't have enough money! You need &b%price%$!"
buying-disabled-msg
: "%prefix% &7This function is disabled at the moment!"

used-saveitem-msg
: "%prefix% &7You used your a SaveItem!"

no-permissions
: "%prefix% &7You don't have permissions!"

invalid-command-msg
:
 - "&7&m---------------------------------------------"
  - "&b/safeitem give [target] &7- &fGives a SaveItem to a player"
  - "&b/safeitem buy &7- &fYou will purchase a SaveItem"
  - "&b/safeitem reload&7 - &fReload the plugin"
  - "&7&m---------------------------------------------"

plugin-reloaded
: "%prefix% &7Plugin reloaded!"
update-available
: "%prefix% &7There is an update available!"

[​IMG]
  1. Drag and drop SaveItem plugin into your plugin folder
  2. Restart or Reload the server
  3. Edit the config and messages files to your needs
  4. Reload the plugin (/saveitem reload)
  5. Enjoy!

[​IMG]
Resource Information
Author:
----------
Total Downloads: 6,812
First Release: Oct 28, 2022
Last Update: Dec 28, 2024
Category: ---------------
All-Time Rating:
10 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings