mirror of
https://github.com/lukasabbe/VoiceChatGroupMsg.git
synced 2026-04-30 10:50:53 +00:00
29 lines
842 B
JSON
29 lines
842 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "voicechatgroupmsg",
|
|
"version": "${version}",
|
|
"name": "Voice Chat Group Msg",
|
|
"description": "Adds a way to message a whole group if you don't have a microphone. When you are in a group you can now use /msgvc <message>",
|
|
"authors": ["Lukasabbe"],
|
|
"contact": {
|
|
"repo": "https://github.com/lukasabbe/VoiceChatGroupMsg"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/voicechatgroupmsg/icon.png",
|
|
"environment": "server",
|
|
"entrypoints": {
|
|
"server": [
|
|
"me.lukasabbe.voicechatgroupmsg.VoiceChatGroupMsg"
|
|
],
|
|
"voicechat": [
|
|
"me.lukasabbe.voicechatgroupmsg.util.VoiceChatUtil"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": ">=${minecraft_version}",
|
|
"voicechat": ">=${minecraft_version}-${voicechat_api_version}"
|
|
}
|
|
}
|