Merge pull request 'feature-37-Customizable-Player-Models' (#11) from feature-37 into develop
All checks were successful
/ build-docker (push) Successful in 9m19s
All checks were successful
/ build-docker (push) Successful in 9m19s
Reviewed-on: #11 Reviewed-by: cuqmbr <me@cuqmbr.xyz>
This commit is contained in:
commit
a018f4726b
@ -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
2
.gitignore
vendored
@ -29,3 +29,5 @@ src/map-color-cache.dat
|
||||
src/plugins/PlasmoVoice/voice_mutes.json
|
||||
|
||||
src/plugins/SuperVanish/data.yml
|
||||
|
||||
src/plugins/CustomizablePlayerModels
|
||||
|
@ -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
BIN
src/plugins/CustomPlayerModels-Bukkit-0.6.22a.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user