20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"id":"authmevelocity",
|
|
"name":"AuthMeVelocity",
|
|
"version":"${project.version}",
|
|
"url":"https://github.com/4drian3d/AuthMeVelocity",
|
|
"description":"This plugin adds the support for AuthMeReloaded to Velocity.",
|
|
"authors":["xQuickGlare", "4drian3d"],
|
|
"dependencies":[
|
|
{
|
|
"id":"fastlogin",
|
|
"optional":true
|
|
},
|
|
{
|
|
"id":"miniplaceholders",
|
|
"optional":true
|
|
}
|
|
],
|
|
"main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin"
|
|
}
|