chore: add tooth.json

This commit is contained in:
Tsubasa6848
2024-02-28 06:32:09 +08:00
Unverified
parent 62a75f8a94
commit d372b85f3d
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ auto enable(ll::plugin::NativePlugin& /*self*/) -> bool {
listenEvent(); listenEvent();
logger.info("InventoryCheck Loaded!"); logger.info("InventoryCheck Loaded!");
logger.info("Author: GroupMountain"); logger.info("Author: GroupMountain");
logger.info("Repository: https://github.com/GroupMountain/InventoryCheck/"); logger.info("Repository: https://github.com/GroupMountain/InventoryCheck");
return true; return true;
} }
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.9.0",
"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.0/InventoryCheck-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.9.0"
},
"files": {
"place": [
{
"src": "InventoryCheck/*",
"dest": "plugins/InventoryCheck"
}
]
}
}