From d3f7325a63dcefdd25d596fc4557548e0af1d5cf Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Wed, 7 Jun 2023 10:19:56 -0700 Subject: [PATCH] Denizen v1.2.8 --- README.md | 4 ++-- dist/pom.xml | 2 +- paper/pom.xml | 2 +- plugin/pom.xml | 2 +- .../denizen/scripts/commands/player/KickCommand.java | 1 - pom.xml | 4 ++-- v1_17/pom.xml | 2 +- v1_18/pom.xml | 2 +- v1_19/pom.xml | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4e55932fd7..7347f3cc66 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Denizen Scripting Language - Spigot Impl An implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs! -**Version 1.2.7**: Compatible with Spigot 1.17.1, 1.18.2, and 1.19.4! +**Version 1.2.8**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, and 1.20! **Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html @@ -45,7 +45,7 @@ An implementation of the Denizen Scripting Language for Spigot servers, with str com.denizenscript denizen - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT jar provided diff --git a/dist/pom.xml b/dist/pom.xml index f1d3dee539..b37ad8aeac 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -5,7 +5,7 @@ com.denizenscript denizen-parent - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT 4.0.0 diff --git a/paper/pom.xml b/paper/pom.xml index 3ade09994a..9f2957fea8 100644 --- a/paper/pom.xml +++ b/paper/pom.xml @@ -6,7 +6,7 @@ com.denizenscript denizen-paper - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT diff --git a/plugin/pom.xml b/plugin/pom.xml index aaceca79f3..a7427ca45c 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -5,7 +5,7 @@ com.denizenscript denizen - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT Denizen Scriptable Minecraft and Citizens2 diff --git a/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java b/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java index 77973c217d..db9946cdfe 100644 --- a/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java +++ b/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java @@ -1,6 +1,5 @@ package com.denizenscript.denizen.scripts.commands.player; -import com.denizenscript.denizen.Denizen; import com.denizenscript.denizen.utilities.PaperAPITools; import com.denizenscript.denizencore.scripts.commands.generator.*; import com.denizenscript.denizen.objects.PlayerTag; diff --git a/pom.xml b/pom.xml index fb9a72765b..ca0de644e8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ com.denizenscript denizen-parent pom - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT UTF-8 Unknown CUSTOM - 1.2.7 + 1.2.8 diff --git a/v1_17/pom.xml b/v1_17/pom.xml index 67dba51f62..d7dc26eb8a 100644 --- a/v1_17/pom.xml +++ b/v1_17/pom.xml @@ -6,7 +6,7 @@ com.denizenscript denizen-v1_17 - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT diff --git a/v1_18/pom.xml b/v1_18/pom.xml index 0e10162e94..d7ef90608e 100644 --- a/v1_18/pom.xml +++ b/v1_18/pom.xml @@ -6,7 +6,7 @@ com.denizenscript denizen-v1_18 - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT diff --git a/v1_19/pom.xml b/v1_19/pom.xml index edf2b057f6..416d3dff67 100644 --- a/v1_19/pom.xml +++ b/v1_19/pom.xml @@ -6,7 +6,7 @@ com.denizenscript denizen-v1_19 - 1.2.7-SNAPSHOT + 1.2.8-SNAPSHOT