This commit is contained in:
Colbster937
2026-01-12 16:20:41 -06:00
parent 91adbd5526
commit 58123dddd7
10 changed files with 174 additions and 116 deletions

View File

@@ -5,6 +5,6 @@
"description": "${plugin_desc}",
"website": "${plugin_site}",
"main": "xyz.webmc.${plugin_iden}.velocity.${plugin_name}Velocity",
"authors": [${plugin_athr}],
"dependencies": [${plugin_depc}]
"authors": ${plugin_athr},
"dependencies": ${plugin_depc}
}