This commit is contained in:
Colbster937
2026-01-09 18:07:40 -06:00
parent eab1eb27e7
commit 430653a4ab
48 changed files with 2690 additions and 1201 deletions

View File

@@ -1,14 +1,10 @@
{
"id": "originblacklist",
"name": "OriginBlacklist",
"version": "${version}",
"description": "${description}",
"main": "dev.colbster937.originblacklist.velocity.OriginBlacklistVelocity",
"authors": ["Colbster937"],
"dependencies": [
{
"id": "eaglerxserver",
"optional": false
}
]
}
"id": "${plugin_iden}",
"name": "${plugin_name}",
"version": "${plugin_vers}",
"description": "${plugin_desc}",
"website": "${plugin_site}",
"main": "xyz.webmc.${plugin_iden}.velocity.${plugin_name}Velocity",
"authors": [${plugin_athr}],
"dependencies": [${plugin_depc}]
}