forked from Upstream/Velocitab
25 lines
448 B
JSON
25 lines
448 B
JSON
{
|
|
"id": "velocitab",
|
|
"name": "Velocitab",
|
|
"version": "${version}",
|
|
"description": "${description}",
|
|
"url": "https://william278.net",
|
|
"authors": [
|
|
"William278"
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"id": "luckperms",
|
|
"optional": true
|
|
},
|
|
{
|
|
"id": "papiproxybridge",
|
|
"optional": true
|
|
},
|
|
{
|
|
"id": "miniplaceholders",
|
|
"optional": true
|
|
}
|
|
],
|
|
"main": "net.william278.velocitab.Velocitab"
|
|
} |