2025-06-05 14:25:26 +08:00

30 lines
718 B
JSON

{
"schemaVersion": 1,
"id": "playertime",
"version": "${version}",
"name": "ServerPlayerOnlineTracker",
"description": "A simple server mod that can display some status information and online players. With web server.",
"authors": [
"BRanulf"
],
"contact": {
"homepage": "https://git.branulf.top/Branulf",
"sources": "https://git.branulf.top/Branulf/ServerPlayerOnlineTracker"
},
"license": "GPL3",
"environment": "server",
"entrypoints": {
"main": [
"com.example.playertime.PlayerTimeMod"
]
},
"mixins": [
"playertime.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}