mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Update Vulcan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user