InventorySaver | SQLite/MySQL | SAVE INVENTORIES & SYNC | SEARCH, OFFLINE EDIT, HISTORY BROWSE icon

InventorySaver | SQLite/MySQL | SAVE INVENTORIES & SYNC | SEARCH, OFFLINE EDIT, HISTORY BROWSE -----

Async automatic inventory and enderchest save with history, menus, autodelete, offline edit and more



Added new GUI for player details, menus cache and support for commands
+ Added new GUI (menu) that display player information (currently support only for normal inventories), menu generates automatically
Code (YAML):
Menu:
  title
: '&e&lDetail - %inventoryId% &6&l| &e&l%playerName%'
  size
: 54

Items
:
  item-10
:
    title
: '&6❰&e❰ &6Location &e❱&6❱'
    material
: END_PORTAL_FRAME
    lore
:
     - ''
      - '&6&l>&e&l>&r &6Position - World &e&l>&6&l>&r &e %world%'
      - '&6&l>&e&l>&r &6Position - X &e&l>&6&l>&r &e %loc_x%'
      - '&6&l>&e&l>&r &6Position - Y &e&l>&6&l>&r &e %loc_y%'
      - '&6&l>&e&l>&r &6Position - Z &e&l>&6&l>&r &e %loc_z%'
      - '&6&l>&e&l>&r &6Position - Pitch &e&l>&6&l>&r &e %pitch%'
      - '&6&l>&e&l>&r &6Position - Yaw &e&l>&6&l>&r &e %yaw%'
      - ''
      - '&6&l>&e&l>&r &6Click to teleport to save location'
    count
: 1
    position
: 10
    commands
:
      - 'server
: tp %playerViewer% %loc_x% %loc_y% %loc_z%'
  item-12
:
    title
: '&6❰&e❰ &6Food & health &e❱&6❱'
    material
: GOLDEN_APPLE
    lore
:
     - ''
      - '&6&l>&e&l>&r &6Food &e&l>&6&l>&r &e %food%'
      - '&6&l>&e&l>&r &6Health &e&l>&6&l>&r &e %health%'
    count
: 1
    position
: 12
  item-14
:
    title
: '&6❰&e❰ &6XP points & XP level &e❱&6❱'
    material
: EXPERIENCE_BOTTLE
    lore
:
     - ''
      - '&6&l>&e&l>&r &6XP Level &e&l>&6&l>&r &e %xp_level%'
      - '&6&l>&e&l>&r &6XP Points &e&l>&6&l>&r &e %xp%'
    count
: 1
    position
: 14
  item-16
:
    title
: '&6❰&e❰ &6Other info &e❱&6❱'
    material
: CHEST
    lore
:
     - ''
      - '&6&l>&e&l>&r &6Fly &e&l>&6&l>&r &e %fly%'
      - '&6&l>&e&l>&r &6Gamemode &e&l>&6&l>&r &e %gamemode%'
    count
: 1
    position
: 16
  item-45
:
    title
: '&6❰&e❰ &6Back &e❰&6❰'
    material
: SUNFLOWER
    count
: 1
    position
: 45
  item-49
:
    title
: '&c❰&4❰ &cClose &4❱&c❱'
    material
: BARRIER
    count
: 1
    close
: true
    position
: 49
+ Added cache for menu configurations (if you update menu, you also must run /invsave reload command), this speed-up opening GUIs
+ Added new commands feature for new details GUI (in next updates this will be added also to other menus), support also player or server command executor
Code (YAML):
 item-10:
    title
: '&6❰&e❰ &6Location &e❱&6❱'
    material
: END_PORTAL_FRAME
    lore
:
     - ''
      - '&6&l>&e&l>&r &6Position - World &e&l>&6&l>&r &e %world%'
      - '&6&l>&e&l>&r &6Position - X &e&l>&6&l>&r &e %loc_x%'
      - '&6&l>&e&l>&r &6Position - Y &e&l>&6&l>&r &e %loc_y%'
      - '&6&l>&e&l>&r &6Position - Z &e&l>&6&l>&r &e %loc_z%'
      - '&6&l>&e&l>&r &6Position - Pitch &e&l>&6&l>&r &e %pitch%'
      - '&6&l>&e&l>&r &6Position - Yaw &e&l>&6&l>&r &e %yaw%'
      - ''
      - '&6&l>&e&l>&r &6Click to teleport to save location'
    count
: 1
    position
: 10
    commands
:
      - 'server
: tp %playerViewer% %loc_x% %loc_y% %loc_z%'
+ Added new placeholders to the player details menu, this variable can be used in item titles, lores, and commands.
playerName - the player name of the saved inventory
playerViewer - the player name of viewer inventory
inventoryId - unique inventory id
world - part of location when player inventory is saved
loc_x - part of location when player inventory is saved
loc_y - part of location when player inventory is saved
loc_z - part of location when player inventory is saved
pitch - part of location when player inventory is saved
yaw - part of location when player inventory is saved
health - health level
fly - is the player flying or not
food - food level
xp_level - XP level
xp - XP points
gamemode - gamemode when inventory is saved
cause - death cause
* Updated messages.yml file, if you want to use the new translations, delete the file and the files regenerate

The new details GUI will open when you right-click in players history of inventories (execute /invsave history <player>), left-click is for open player saved inventory as it has been so far.

The new details GUI is currently supported only for normal inventories, support for ender chest will be added in the next updates.

Supported Minecraft version: 1.13.* - 1.16.*
----------, Jan 8, 2021
Resource Information
Author:
----------
Total Downloads: 747
First Release: Jul 25, 2018
Last Update: Dec 6, 2024
Category: ---------------
All-Time Rating:
70 ratings
Find more info at gitlab.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings