From 95166d5f10abec2fe6bd098f70316660fa1b775e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 22 Dec 2021 22:33:04 -0700 Subject: fix seems to work --- out/artifacts/Resurrection_jar/Resurrection.jar | Bin 1606103 -> 1606120 bytes .../Resurrection/player/PlayerListener.java | 1 + src/net/brysonsteck/Resurrection/plugin.yml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar index ca51bf6..7feea2f 100644 Binary files a/out/artifacts/Resurrection_jar/Resurrection.jar and b/out/artifacts/Resurrection_jar/Resurrection.jar differ diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java index 0bde5e9..6971f84 100644 --- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java +++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java @@ -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) { diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml index b436e22..6277c7b 100644 --- a/src/net/brysonsteck/Resurrection/plugin.yml +++ b/src/net/brysonsteck/Resurrection/plugin.yml @@ -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 -- cgit v1.2.3