Placeholders
Use placeholders to aid in many other features. These placeholders require PlaceholderAPI
| Placeholder | Description |
|---|---|
%exstorage_space[_formatted]% | Displays the maximum storage space. |
%exstorage_used_space[_formatted]% | Displays the total amount of space used. |
%exstorage_free_space[_formatted]% | Displays the total amount of free space. |
%exstorage_used_percent[_formatted]% | Same with used_space, but in percentage. |
%exstorage_free_percent[_formatted]% | Same with free_space, but in percentage. |
%exstorage_quantity[_formatted]_<material-key>% | Displays the quantity of the item, -1 if it is not exist. |
%exstorage_status[_formatted]% | Displays the status of the storage. |
%exstorage_items% | Lists all the items in the storage. |
%exstorage_items_material% | Lists all the items in the storage in alphabetic order of the item material. |
%exstorage_items_name% | Lists all the items in the storage in alphabetic order of the item name. |
%exstorage_items_quantity% | Lists all the items in the storage in highest-first order of the item quantity. |
%exstorage_item_quantity_<material-key>% | Shows the quantity of the item in the storage, similar to %exstorage_quantity_<material-key>%. |
%exstorage_item_material_<material-key>% | Shows the material of the item. |
%exstorage_item_name_<material-key>% | Shows the name of the item. |
%exstorage_item_lore_<material-key>% | Shows the lore of the item. |