mirror of
https://github.com/chylex/Minecraft-Server-Properties-Reload.git
synced 2024-10-08 17:42:52 +02:00
23 lines
382 B
JSON
23 lines
382 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "serverpropertiesreload",
|
|
"name": "${name}",
|
|
"description": "${description}",
|
|
"version": "${version}",
|
|
"license": "${license}",
|
|
|
|
"authors": [
|
|
"${author}"
|
|
],
|
|
|
|
"contact": {
|
|
"issues": "${issuesURL}",
|
|
"sources": "${sourcesURL}"
|
|
},
|
|
|
|
"environment": "server",
|
|
"mixins": [
|
|
"serverpropertiesreload.mixins.json"
|
|
]
|
|
}
|