fix seems to work

This commit is contained in:
Bryson Steck 2021-12-22 22:33:04 -07:00
parent 2a310957ae
commit 95166d5f10
3 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ public class PlayerListener implements Listener {
playerSplit[1] = String.valueOf(dead);
timeToResurrection = 0;
playerSplit[2] = String.valueOf(timeToResurrection);
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + p.getDisplayName() + " has resurrected!");
}
if (!dead) {

View file

@ -1,7 +1,7 @@
main: net.brysonsteck.Resurrection.Resurrection
name: Resurrection
author: 'Bryson Steck'
version: '1.1.1'
version: '1.2'
website: https://brysonsteck.net/resurrection.html
description: Makes players wait large amounts of time before respawning!
database: false