Merge pull request 'feature-37-Customizable-Player-Models' (#11) from feature-37 into develop
All checks were successful
/ build-docker (push) Successful in 9m19s

Reviewed-on: #11
Reviewed-by: cuqmbr <me@cuqmbr.xyz>
This commit is contained in:
cuqmbr 2025-07-14 09:17:53 +00:00
commit a018f4726b
4 changed files with 13 additions and 0 deletions

View File

@ -29,3 +29,5 @@ src/map-color-cache.dat
src/plugins/PlasmoVoice/voice_mutes.json
src/plugins/SuperVanish/data.yml
src/plugins/CustomizablePlayerModels

2
.gitignore vendored
View File

@ -29,3 +29,5 @@ src/map-color-cache.dat
src/plugins/PlasmoVoice/voice_mutes.json
src/plugins/SuperVanish/data.yml
src/plugins/CustomizablePlayerModels

View File

@ -46,6 +46,12 @@ RUN mkdir -p ${DATA_PATH}/ImageFrame/data && \
ln -sf ${DATA_PATH}/ImageFrame/upload/ \
${CONFIG_PATH}/plugins/ImageFrame/upload
# Add symlinks to CusttomPlayerModels files
RUN mkdir -p ${DATA_PATH}/CustomizablePlayerModels && \
ln -sf ${DATA_PATH}/CustomizablePlayerModels/ \
${CONFIG_PATH}/plugins/CustomizablePlayerModels
VOLUME ${DATA_PATH}

BIN
src/plugins/CustomPlayerModels-Bukkit-0.6.22a.jar (Stored with Git LFS) Normal file

Binary file not shown.