1.18 compatibility confirmed
This commit is contained in:
parent
9484cb4152
commit
dcc89e05ba
5 changed files with 5 additions and 7 deletions
|
@ -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.
|
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
|
Native Version: 1.16
|
||||||
|
|
||||||
|
|
|
@ -276,7 +276,6 @@ public class PlayerListener implements Listener {
|
||||||
if (DEBUG) {
|
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");
|
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);
|
p.teleport(spawn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@ version: '1.1.1'
|
||||||
website: https://brysonsteck.net/resurrection.html
|
website: https://brysonsteck.net/resurrection.html
|
||||||
description: Makes players wait large amounts of time before respawning!
|
description: Makes players wait large amounts of time before respawning!
|
||||||
database: false
|
database: false
|
||||||
prefix: Resurrection
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
about:
|
about:
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
package net.brysonsteck.Resurrection.startup;
|
|
||||||
|
|
||||||
public class ParseLanguage {
|
|
||||||
}
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
package net.brysonsteck.Resurrection.translations;
|
||||||
|
|
||||||
|
public class ParseLanguage {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue