mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"scripts": [
|
|
{
|
|
"file": "init.lua",
|
|
"name": "init",
|
|
"category": "lifecycle",
|
|
"description": "Lifecycle hooks for installation and removal"
|
|
},
|
|
{
|
|
"file": "matchmaking.lua",
|
|
"name": "matchmaking",
|
|
"category": "matching",
|
|
"description": "Compute matchmaking buckets based on party size"
|
|
},
|
|
{
|
|
"file": "queue_metrics.lua",
|
|
"name": "queue_metrics",
|
|
"category": "analytics",
|
|
"description": "Summarize queue health and wait times"
|
|
},
|
|
{
|
|
"file": "permissions.lua",
|
|
"name": "permissions",
|
|
"category": "security",
|
|
"description": "Role checks for tournament creation"
|
|
}
|
|
]
|
|
}
|