Additions:
Commands:
Added the /csadmin command to allow admins to edit other people's cold storages (not ops).
Cold Storages:
Added way to edit the display order of cold storages.
Added way to delete cold storages, with optional refund values.
Config:
Added the price_refund and price_item_refund values for refunding deleted cold storages.
Database:
Added created_by, modified_by, and updated_at fields to the storage table for more information for server owners.
Added order_by field to the storage table to allow changing the display order.
Permissions:
Added coldstorage.free permission to allow unlimited buying of cold storages.
Added coldstorage.delete permission to allow deletion of cold storages.
Added coldstorage.admin to allow admins to edit cold storages.
Added coldstorage.deleteadmin to allow admins to delete other peoples' cold storages.
Changes:
Cold Storages:
Modified name of inventories, since using new way of grabbing the inventory information.
Fixes:
Fix for a bug removing metadata of items in certain cases.