chore: add tooth.json
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ auto enable(ll::plugin::NativePlugin& /*self*/) -> bool {
|
||||
listenEvent();
|
||||
logger.info("InventoryCheck Loaded!");
|
||||
logger.info("Author: GroupMountain");
|
||||
logger.info("Repository: https://github.com/GroupMountain/InventoryCheck/");
|
||||
logger.info("Repository: https://github.com/GroupMountain/InventoryCheck");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
+29
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user