- Added Artworks for the Lobby

- Added more plugins
- github.com/KosmX/emotes Plugin-Download now supportes RC-Tag Filenames
This commit is contained in:
kB01guy 2021-06-23 03:47:53 +02:00
parent 67ff78b4de
commit e00d702281
7 changed files with 8 additions and 1 deletions

BIN
CreativeBanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 KiB

BIN
CreativeBanner.xcf Normal file

Binary file not shown.

BIN
MinigamesBanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
MinigamesBanner.xcf Normal file

Binary file not shown.

BIN
SurvivalBanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 KiB

BIN
SurvivalBanner.xcf Normal file

Binary file not shown.

View file

@ -73,7 +73,7 @@ cd ${BASEDIR}/server && cp ${BASEDIR}/tools/buildtools/spigot*.jar ./spigot.jar
wget https://ci.opencollab.dev/job/GeyserMC/job/Floodgate/job/master/lastSuccessfulBuild/artifact/spigot/target/floodgate-spigot.jar wget https://ci.opencollab.dev/job/GeyserMC/job/Floodgate/job/master/lastSuccessfulBuild/artifact/spigot/target/floodgate-spigot.jar
# emotecraft https://www.curseforge.com/minecraft/bukkit-plugins/emotecraft-bukkit # emotecraft https://www.curseforge.com/minecraft/bukkit-plugins/emotecraft-bukkit
LATEST=$(get_latest_release KosmX/emotes) LATEST=$(get_latest_release KosmX/emotes)
curl -OL https://github.com/KosmX/emotes/releases/download/${LATEST}/emotecraft-2.0.5-bukkit.jar curl -OL https://github.com/KosmX/emotes/releases/download/${LATEST}/emotecraft-${LATEST:0:5}-bukkit.jar
# Multiverse https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-core # Multiverse https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-core
curl -OL https://media.forgecdn.net/files/3074/594/Multiverse-Core-4.2.2.jar curl -OL https://media.forgecdn.net/files/3074/594/Multiverse-Core-4.2.2.jar
# MV-inventories https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-inventories # MV-inventories https://www.curseforge.com/minecraft/bukkit-plugins/multiverse-inventories
@ -89,3 +89,10 @@ cd ${BASEDIR}/server && cp ${BASEDIR}/tools/buildtools/spigot*.jar ./spigot.jar
# ChestShop https://www.curseforge.com/minecraft/bukkit-plugins/chestshop # ChestShop https://www.curseforge.com/minecraft/bukkit-plugins/chestshop
LATEST=$(get_latest_release ChestShop-authors/ChestShop-3) LATEST=$(get_latest_release ChestShop-authors/ChestShop-3)
curl -OL https://github.com/ChestShop-authors/ChestShop-3/releases/download/${LATEST}/ChestShop.jar curl -OL https://github.com/ChestShop-authors/ChestShop-3/releases/download/${LATEST}/ChestShop.jar
# MoreMobHeads2 https://www.curseforge.com/minecraft/bukkit-plugins/moremobheads2
curl -OL https://media.forgecdn.net/files/3350/35/MoreMobHeads-1.14_1.0.19.jar
# Heart https://www.curseforge.com/minecraft/bukkit-plugins/heart
curl -OL https://media.forgecdn.net/files/3316/502/Heart-RELEASE-1.0.jar
# ImageOnMap https://www.curseforge.com/minecraft/bukkit-plugins/imageonmap
LATEST=$(get_latest_release zDevelopers/ImageOnMap)
curl -OL https://github.com/zDevelopers/ImageOnMap/releases/download/${LATEST}/ImageOnMap-${LATEST[@]/v/}.jar