From e7dcf6409c5eb21f731ca415e64e6dcdf7410eb3 Mon Sep 17 00:00:00 2001 From: dmccoystephenson Date: Sun, 25 Feb 2024 10:05:50 -0700 Subject: [PATCH] Updated Wild Pets to 1.6.0 --- Dockerfile | 2 +- Dockerfile.dynmap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08a9654..415def8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN wget https://github.com/Dans-Plugins/Nether-Access-Controller/releases/downl RUN wget https://github.com/Dans-Plugins/NoMoreCreepers/releases/download/1.1.0/NoMoreCreepers-1.1.0.jar RUN wget https://github.com/Dans-Plugins/PlayerLore/releases/download/1.1/PlayerLore-1.1.jar RUN wget https://github.com/Dans-Plugins/SimpleSkills/releases/download/2.1.0/SimpleSkills-2.1.0.jar -RUN wget https://github.com/Dans-Plugins/Wild-Pets/releases/download/1.5.1/WildPets-1.5.1.jar +RUN wget https://github.com/Dans-Plugins/Wild-Pets/releases/download/v1.6.0/WildPets-1.6.0.jar # -------------------------------------------------------- # Download and install other plugins ----------------------------- diff --git a/Dockerfile.dynmap b/Dockerfile.dynmap index 3e9e714..8887af0 100644 --- a/Dockerfile.dynmap +++ b/Dockerfile.dynmap @@ -48,7 +48,7 @@ RUN wget https://github.com/Dans-Plugins/Nether-Access-Controller/releases/downl RUN wget https://github.com/Dans-Plugins/NoMoreCreepers/releases/download/1.1.0/NoMoreCreepers-1.1.0.jar RUN wget https://github.com/Dans-Plugins/PlayerLore/releases/download/1.1/PlayerLore-1.1.jar RUN wget https://github.com/Dans-Plugins/SimpleSkills/releases/download/2.1.0/SimpleSkills-2.1.0.jar -RUN wget https://github.com/Dans-Plugins/Wild-Pets/releases/download/1.5.1/WildPets-1.5.1.jar +RUN wget https://github.com/Dans-Plugins/Wild-Pets/releases/download/v1.6.0/WildPets-1.6.0.jar # -------------------------------------------------------- # Download and install other plugins -----------------------------