fix seems to work
This commit is contained in:
parent
2a310957ae
commit
95166d5f10
3 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -62,6 +62,7 @@ public class PlayerListener implements Listener {
|
||||||
playerSplit[1] = String.valueOf(dead);
|
playerSplit[1] = String.valueOf(dead);
|
||||||
timeToResurrection = 0;
|
timeToResurrection = 0;
|
||||||
playerSplit[2] = String.valueOf(timeToResurrection);
|
playerSplit[2] = String.valueOf(timeToResurrection);
|
||||||
|
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + p.getDisplayName() + " has resurrected!");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!dead) {
|
if (!dead) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
main: net.brysonsteck.Resurrection.Resurrection
|
main: net.brysonsteck.Resurrection.Resurrection
|
||||||
name: Resurrection
|
name: Resurrection
|
||||||
author: 'Bryson Steck'
|
author: 'Bryson Steck'
|
||||||
version: '1.1.1'
|
version: '1.2'
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue