Save, Offline Edit, Load and Delete | Lags free and easy to use. | Fully configurable | 1.7.10-1.18

Features
Commands

Permission
Dependencies
Summary GUI (Shortly SumGUI)

A Saved Inventory 
Short preview 
 
Installation
Configuration and Language file
# The plugin will save in this format the date when sb saves or edits an inventory. 
# Help for the formating: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html 
date-format : "dd/MM/yyyy HH:mm:ss" 
######################################### 
# If true, the console alert your when a new update comes out. 
######################################### 
update-checker : true 
######################################### 
# If true players can open inventory (same as /inv menu but not running through command so if you want to disable command and just using this it will work fine) by clicking on the block below. 
######################################### 
open-inv-with-block: 
  enable : true 
  material : ENDER_CHEST 
  # choices: RIGHT or LEFT 
  clicktype : Right 
  # In the disabled worlds player won't be able to use the block click function. Except players with "invsaver.bypass.disabledworlds" permission. 
  disabled-worlds :
   - world 
######################################### 
# Disable the economy manager for the plugin. 
# If it's true, the save price for the groups won't matter. 
######################################### 
economy: 
  disable : false 
######################################### 
# If true, the inventory automatically deletes itself when loaded. 
######################################### 
load-inv-delete : true 
######################################### 
# If true, the inventory automatically deletes itself when someone else loads a players inventory. 
######################################### 
load-other-inv-delete : false 
######################################### 
# If true, the inventory automatically deletes itself when it remains empty. 
######################################### 
delete-if-inv-empty : true 
######################################### 
# The summary GUI (for short SumGUI) is the place where players can navigate through all of their inv or others. 
######################################### 
SumGUI: 
  LeftNav: 
    material : ARROW 
  RightNav: 
    material : ARROW 
  Info: 
    material : EMERALD 
  # If first-item is true, the plugin will find the first item on the saved inventory and shows it as the icon of the inv in the SumGUI. 
  # If false, it will show what you setup at the material. 
  InvIcon: 
    first-item : true 
    material : GOLD_INGOT 
  Dismiss: 
    material : REDSTONE 
######################################### 
# InvGUI is the GUI which opens when you open an inventory from SumGUI. 
######################################### 
InvGUI: 
  Back: 
    material : ARROW 
  Load: 
    material : BLAZE_POWDER 
  Delete: 
    material : REDSTONE 
######################################### 
# The confirmation GUI is the GUI where players have to approve tasks. 
######################################### 
ConfirmationGui: 
  delete: 
    accept-item-material : EMERALD 
    cancel-item-material : REDSTONE 
  clear: 
    accept-item-material : EMERALD 
    cancel-item-material : REDSTONE 
  load: 
    accept-item-material : EMERALD 
    cancel-item-material : REDSTONE 
######################################### 
# The type of the database. 
# Options: flatfile or mysql 
# Flatfile will save data in your local storage in the plugins/invsaver folder. 
######################################### 
database-type : flatfile 
######################################### 
# Mysql Database Connection 
######################################### 
mysql-database: 
  host : localhost 
  port : 3306 
  database : inventory_saver_db 
  user : root 
  password : "" 
######################################### 
# You can setup the permissions as you wish. Remove, add, edit 
# Continue the list by 
# nameofperm: 
#   permission: "invsaver.group.permission" 
#   amount: 12 
#   edit: true 
# 
# !!!You must start the permission with invsaver.group. 
# The amount means how many inventories will the player be able to save with the permission. 
######################################### 
PERMISSIONS: 
  default: 
    permission : "invsaver.group.default" 
    amount : 2 
    edit : false 
    save-price : 100 
  gold: 
    permission : "invsaver.group.gold" 
    amount : 5 
    edit : true 
    save-price : 50 
  iron: 
    permission : "invsaver.group.iron" 
    amount : 20 
    edit : false 
    save-price : 20 
  dragon: 
    permission : "invsaver.group.dragon" 
    amount : 30 
    edit : true 
    save-price : 0
dont-have-permission : "&cYou don't have permission to use this!" 
reload : "&aFiles reloaded successfully!" 
no-mysql-connection : "&cThere is no mysql connection. You should check the config file." 
sync-mysql-to-flatfile : "&aYou successfully synchronized the mysql database to the flatfile." 
sync-flatfile-to-mysql : "&aYou successfully synchronized the flatfile database to the mysql." 
dont-have-info : "&cYou don't have any information about your inventories." 
target-dont-have-info : "&cPlayer doesn't have any information about your inventories." 
no-inv-saved : "&cYou don't have any inventory saved." 
target-no-inv-saved : "&e%target% &7has no inventory saved." 
sum-gui-title : "&8%target% &6&l| &8(%page%/%allpage%)" 
inv-deleted : "&cYour inventory &e%invname% &cgot deleted!" 
inv-deleted-by-sb : "&cYour inventory &e%invname% &cgot deleted by &6%player%&c!" 
open-inv-deleted : "&cThe inventory which was open got deleted!" 
inv-loaded : "&aYou successfully loaded inventory &e%invname%&a." 
inv-not-empty : "&cBecause your inventory wasn't empty, your stuff got dropped on the ground." 
cant-find-player : "&cPlayer not found!" 
cant-open-sb-inv : "&cYou can't open their inventory." 
cant-find-inv : "&cCan't find inventory under this name." 
inv-saved : "&aYour inventory successfully saved in the database." 
inv-save-problem : "&cThe name must be at least 5 and no more than 18." 
money-withdraw : "&a%money%$ has been deducted from your account." 
not-enough-money : "&cYou don't have enough money on your account. &7(%money%$)" 
name-taken : "&cInventory name is already taken." 
inv-empty : "&cYour inventory is empty, so you can't save it!" 
cant-save-inv : "&cYou don't have permission to save any more inventory!" 
target-inv-empty : "&cTarget's inventory is empty." 
cant-save-sb-inv : "&cYou can't save their inventory!" 
saved-sb-inv : "&aYou saved &e%target%&a's inventory!" 
inv-saved-by : "&aYour inventory got saved by &e%player%&a with name &7%invname%&a." 
inv-dont-exists : "&cInventory doesn't exits!" 
inv-clear : "&aAll inventories have been successfully deleted!" 
inv-clear-by : "&cYour inventories have been deleted by &e%player%&c." 
cant-clear : "&cYou can't clear their inventories."
info-command :
 - "&7&m------------------------------------" 
  - " &6&l%player%'s &7informations" 
  - "" 
  - " &6» &7Invsaver Group : &e%group%" 
  - " &6» &7Saved inventories : &e%savedinv%" 
  - " &6» &7Can save : &e%allinv%" 
  - " &6» &7Can edit : &e%editinv%" 
  - " &6» &7Save price : &e%price%$" 
  - "&7&m------------------------------------"
Sumgui-normal-icon: 
  name-color : "&6" 
  lore :
   - "" 
    - "&7Saved by : &e%savedby%" 
    - "&7Saved at : &e%savedat%" 
    - "" 
    - "&7Last modified by : &b%modifiedby%" 
    - "&7Last modified at : &b%modifiedat%" 
    - "" 
    - "&7Click here to &aopen &7the inventory."
Sumgui-dismiss-icon: 
  name-color : "&c" 
  lore :
   - "" 
    - "&c%invname% &7got deleted!" 
    - "" 
    - "&7Deleted by : &c%deletedby%" 
    - "&7Deleted at : &c%deletedat%" 
    - "" 
    - "&7Click here to &adismiss &7the inventory."
Sumgui-info-icon: 
  name : "&6Information - Page %page%" 
  lore :
   - "" 
    - "&6%number% &7inventories saved."
Sumgui-nav-icons: 
  close : "&cClose" 
  go-left : "&aGo Page Left" 
  go-right : "&aGo Page Right"
ConfirmationGui: 
  delete: 
    title : "&cAre you sure?" 
    accept-item : "&cDelete Inventory" 
    cancel-item : "&aCancel and go back" 
  clear: 
    title : "&cAre you sure?" 
    accept-item : "&cClear Inventories" 
    cancel-item : "&aCancel and go back" 
  load: 
    title : "&cAre you sure?" 
    accept-item : "&cLoad Inventory" 
    cancel-item : "&aCancel and go back"
InvGUI: 
  title : "&6%invname% &8inventory" 
  back : "&aBack" 
  load : "&6Load" 
  delete : "&cDelete"