feature-31-voice-chat #9

Merged
cuqmbr merged 4 commits from feature-31 into develop 2025-07-04 16:11:56 +00:00
4 changed files with 5 additions and 1 deletions
Showing only changes of commit 64724f2209 - Show all commits

View File

@ -17,3 +17,4 @@
*/usercache.json
.crowdin
src/plugins/PlasmoVoice/voice_mutes.json

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
*/usercache.json
.crowdin
src/plugins/PlasmoVoice/voice_mutes.json

View File

@ -27,6 +27,9 @@ RUN mkdir ${DATA_PATH}/world_nether && \
ln -sf ${DATA_PATH}/world_nether ${CONFIG_PATH}
RUN mkdir ${DATA_PATH}/world_the_end && \
ln -sf ${DATA_PATH}/world_the_end ${CONFIG_PATH}
RUN touch ${DATA_PATH}/pv-voice_mutes.json && \
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json
VOLUME ${DATA_PATH}

View File

@ -1 +0,0 @@
{}