diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-08-25 17:30:45 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-08-25 17:30:45 -0600 |
commit | 459327a0c935afb2952f9747e6af8d8f9122a097 (patch) | |
tree | 0b439e5d9a2d6ad8a7c1c853ffaf7c53e300d822 | |
parent | 64195ae41efed948b6278ed7162f0ed51a682220 (diff) | |
download | resurrection-459327a0c935afb2952f9747e6af8d8f9122a097.tar resurrection-459327a0c935afb2952f9747e6af8d8f9122a097.tar.gz resurrection-459327a0c935afb2952f9747e6af8d8f9122a097.tar.bz2 |
adjusted death wording
-rw-r--r-- | out/artifacts/Resurrection_jar/Resurrection.jar | bin | 1600460 -> 1600457 bytes | |||
-rw-r--r-- | src/net/brysonsteck/Resurrection/player/PlayerListener.java | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar Binary files differindex 139304b..16b0c74 100644 --- a/out/artifacts/Resurrection_jar/Resurrection.jar +++ b/out/artifacts/Resurrection_jar/Resurrection.jar diff --git a/src/net/brysonsteck/Resurrection/player/PlayerListener.java b/src/net/brysonsteck/Resurrection/player/PlayerListener.java index 9648f69..c94e8f5 100644 --- a/src/net/brysonsteck/Resurrection/player/PlayerListener.java +++ b/src/net/brysonsteck/Resurrection/player/PlayerListener.java @@ -118,7 +118,7 @@ public class PlayerListener implements Listener { long resurrectionTime = System.currentTimeMillis() + Long.parseLong(parseSettings.getSetting("resurrection_time")); - e.setDeathMessage(e.getDeathMessage() + ". They will respawn in the next " + timeCheck.formatTime('f')); + e.setDeathMessage(e.getDeathMessage() + " and will respawn in the next " + timeCheck.formatTime('f')); // p.sendMessage("You have died!! You will be able to respawn in the next " + timeCheck.formatTime('h')); timerRunning = true; |