mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-02-04 11:07:41 +00:00
fix ipv6 bug
This commit is contained in:
10
bin/main/velocity-plugin.json
Normal file
10
bin/main/velocity-plugin.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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}]
|
||||
}
|
||||
Reference in New Issue
Block a user