aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-12-01 23:43:16 -0700
committerBryson Steck <steck.bryson@gmail.com>2021-12-01 23:43:16 -0700
commitdcc89e05ba84100fbaf930bef5bc01af25b7bc73 (patch)
tree39f50486ec30756b543a12debfed84484c6a249f
parent9484cb4152976afc2acb3e9102873266fd5cb09d (diff)
downloadresurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar
resurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar.gz
resurrection-dcc89e05ba84100fbaf930bef5bc01af25b7bc73.tar.bz2
1.18 compatibility confirmed
-rw-r--r--README.md2
-rw-r--r--src/net/brysonsteck/Resurrection/player/PlayerListener.java1
-rw-r--r--src/net/brysonsteck/Resurrection/plugin.yml1
-rw-r--r--src/net/brysonsteck/Resurrection/startup/ParseLanguage.java4
-rw-r--r--src/net/brysonsteck/Resurrection/translations/ParseLanguage.java4
5 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index d540362..2fbd7fb 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Resurrection is intended to make players wait long amounts of time between death
Resurrection is only confirmed to run on vanilla Spigot or Bukkit servers, meaning you built the server yourself using `BuildTools` with no extra settings, or downloaded it from official sources such as their website. Resurrection is **NOT GUARANTEED** to run on **ANY** fork of Spigot/Bukkit servers, such as Tuinity or Paper. Issues reported involving these forks may not be provided a solution unless proven that the issue still happens on vanilla versions.
-Tested Minecraft Versions: 1.13, 1.14, 1.15, 1.16, 1.17
+Tested Minecraft Versions: 1.13, 1.14, 1.15, 1.16, 1.17, 1.18
Native Version: 1.16
diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
index 5135357..a930417 100644
--- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java
+++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java
@@ -276,7 +276,6 @@ public class PlayerListener implements Listener {
if (DEBUG) {
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: Player " + p.getDisplayName() + " attempted to move while in dead state, teleporting to spawn until their resurrection time");
}
-
p.teleport(spawn);
}
}
diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml
index 5658ae7..b436e22 100644
--- a/src/net/brysonsteck/Resurrection/plugin.yml
+++ b/src/net/brysonsteck/Resurrection/plugin.yml
@@ -5,7 +5,6 @@ version: '1.1.1'
website: https://brysonsteck.net/resurrection.html
description: Makes players wait large amounts of time before respawning!
database: false
-prefix: Resurrection
commands:
about:
diff --git a/src/net/brysonsteck/Resurrection/startup/ParseLanguage.java b/src/net/brysonsteck/Resurrection/startup/ParseLanguage.java
deleted file mode 100644
index a156aae..0000000
--- a/src/net/brysonsteck/Resurrection/startup/ParseLanguage.java
+++ /dev/null
@@ -1,4 +0,0 @@
-package net.brysonsteck.Resurrection.startup;
-
-public class ParseLanguage {
-}
diff --git a/src/net/brysonsteck/Resurrection/translations/ParseLanguage.java b/src/net/brysonsteck/Resurrection/translations/ParseLanguage.java
new file mode 100644
index 0000000..5a86226
--- /dev/null
+++ b/src/net/brysonsteck/Resurrection/translations/ParseLanguage.java
@@ -0,0 +1,4 @@
+package net.brysonsteck.Resurrection.translations;
+
+public class ParseLanguage {
+}