Update Vulcan

This commit is contained in:
okx-code
2024-12-15 21:08:19 +00:00
parent 042df69767
commit 7832566fb6
2 changed files with 8 additions and 5 deletions

View File

@@ -10,11 +10,12 @@ services:
paper:
environment:
# Any Jars need to be here, comma separated so that they are not removed during sync
REMOVE_OLD_MODS_EXCLUDE: "Vulcan-2.9.0.jar"
REMOVE_OLD_MODS_EXCLUDE: "Vulcan-2.9.2.2.jar,packetevents-spigot-2.7.0.jar"
SYNC_SKIP_NEWER_IN_DESTINATION: "true"
# Note that config and plugins are mounted into the DATA directory, to avoid propagating to the config bind mount
volumes:
- ./PrivateConfig/paper/plugins/Vulcan-2.9.0.jar:/data/plugins/Vulcan-2.9.0.jar
- ./PrivateConfig/paper/plugins/Vulcan-2.9.2.2.jar:/data/plugins/Vulcan-2.9.2.2.jar
- ./PrivateConfig/paper/plugins/packetevents-spigot-2.7.0.jar:/data/plugins/packetevents-spgiot-2.7.0.jar
- ./PrivateConfig/paper/config/Vulcan/config.yml:/data/plugins/Vulcan/config.yml
- ./PrivateConfig/paper/config/HiddenOre/config.yml:/data/plugins/HiddenOre/config.yml
- ./PrivateConfig/paper/config/KiraBukkitGateway/config.yml:/data/plugins/KirraBukkitGateway/cnfig.yml
@@ -35,9 +36,10 @@ services:
pvp:
environment:
# Any Jars need to be here, comma separated so that they are not removed during sync
REMOVE_OLD_MODS_EXCLUDE: "Vulcan-2.9.0.jar"
REMOVE_OLD_MODS_EXCLUDE: "Vulcan-2.9.2.2.jar,packetevents-spigot-2.7.0.jar"
SYNC_SKIP_NEWER_IN_DESTINATION: "true"
# Note that config and plugins are mounted into the DATA directory, to avoid propagating to the config bind mount
volumes:
- ./PrivateConfig/paper/plugins/Vulcan-2.9.0.jar:/data/plugins/Vulcan-2.9.0.jar
- ./PrivateConfig/paper/plugins/Vulcan-2.9.2.2.jar:/data/plugins/Vulcan-2.9.2.2.jar
- ./PrivateConfig/paper/plugins/packetevents-spigot-2.7.0.jar:/data/plugins/packetevents-spgiot-2.7.0.jar
- ./PrivateConfig/paper/config/Vulcan/config.yml:/data/plugins/Vulcan/config.yml