Installation

1. Download Resource
2. Download Dependencies
3. Insert item in DB
4. Start Resource
Last updated

Last updated
INSERT INTO `items`
(`item`, `label`, `limit`, `can_remove`, `type`, `usable`, `id`, `groupId`, `metadata`, `desc`, `degradation`, `weight`)
VALUES
('dex_book', 'Empty Book', 10, 1, 'item_standard', 1, 0, 1, '{}', 'An empty book', 0, 0.25);ensure vorp_core # Example, here is your framework
ensure vorp_inventory
# Dex Resources
ensure Dex_Books