Files
InventoryCheck/tooth.json
T
2024-03-03 15:46:30 +08:00

29 lines
808 B
JSON

{
"format_version": 2,
"tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.9.1",
"info": {
"name": "InventoryCheck",
"description": "Check Player's Inventory",
"author": "GroupMountain",
"source": "github.com/GroupMountain/InventoryCheck",
"tags": [
"levilamina",
"inventory",
"checkbag",
"gmlib"
]
},
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.9.1/InventoryCheck-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.9.2"
},
"files": {
"place": [
{
"src": "InventoryCheck/*",
"dest": "plugins/InventoryCheck"
}
]
}
}