Skip to content

Commit

Permalink
fix seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryson Steck committed Dec 23, 2021
1 parent 2a31095 commit 95166d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified out/artifacts/Resurrection_jar/Resurrection.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void onJoin(PlayerJoinEvent e) {
playerSplit[1] = String.valueOf(dead);
timeToResurrection = 0;
playerSplit[2] = String.valueOf(timeToResurrection);
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + p.getDisplayName() + " has resurrected!");
}

if (!dead) {
Expand Down
2 changes: 1 addition & 1 deletion src/net/brysonsteck/Resurrection/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 95166d5

Please sign in to comment.