From 5fa8c51819211098f748d426c9f1ee61a6cd0cc4 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 21:54:49 +0200 Subject: [PATCH 1/8] Add raids death indicator --- plugins/raids-death-indicator | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/raids-death-indicator diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator new file mode 100644 index 00000000000..378c5dec57c --- /dev/null +++ b/plugins/raids-death-indicator @@ -0,0 +1,5 @@ +repository=https://github.com/vikke1234/raids-death-indicator +commit=55732dd9b9883c50fa76cb8c271ee36f0f9b4aa7 +authors=Fisu +tags=raids +description=Tries to accurately show when mobs die in raids (currently only ToA) \ No newline at end of file From 6fc7cccfb4d9e4e64775d7b761cb181cfa61b6e4 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 23:34:09 +0200 Subject: [PATCH 2/8] fix url --- plugins/raids-death-indicator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index 378c5dec57c..e32fcc3a823 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,5 +1,5 @@ -repository=https://github.com/vikke1234/raids-death-indicator +repository=https://github.com/vikke1234/raids-death-indicator.git commit=55732dd9b9883c50fa76cb8c271ee36f0f9b4aa7 authors=Fisu tags=raids -description=Tries to accurately show when mobs die in raids (currently only ToA) \ No newline at end of file +description=Tries to accurately show when mobs die in raids (currently only ToA) From 2c828d207d5d1f5c76e95893fb24a6b83f44eb20 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 23:35:52 +0200 Subject: [PATCH 3/8] remove extra tags --- plugins/raids-death-indicator | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index e32fcc3a823..6665ff95a1e 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,5 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git commit=55732dd9b9883c50fa76cb8c271ee36f0f9b4aa7 -authors=Fisu -tags=raids -description=Tries to accurately show when mobs die in raids (currently only ToA) From 0384338048b6010a512058127c123fe4e0342414 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 23:39:06 +0200 Subject: [PATCH 4/8] fix hash --- plugins/raids-death-indicator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index 6665ff95a1e..d85f98f462a 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,2 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git -commit=55732dd9b9883c50fa76cb8c271ee36f0f9b4aa7 +commit=834a0ba5ed95b368624374a7c700128a8f4243e7 From 3e299c9750a2395efeef27d26ab93e5c7061cadb Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 23:54:05 +0200 Subject: [PATCH 5/8] remove GSON dependency --- plugins/raids-death-indicator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index d85f98f462a..4b747d0ff99 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,2 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git -commit=834a0ba5ed95b368624374a7c700128a8f4243e7 +commit=bc9e3cb81e4f34f7693a36f0cd9f6ec4b0bbbfc2 From ee33ebc44e198e72a18a264b6ae008606cc8ed9c Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 11 Jan 2025 23:57:35 +0200 Subject: [PATCH 6/8] fix plugin properties --- plugins/raids-death-indicator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index 4b747d0ff99..bbf7cd86163 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,2 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git -commit=bc9e3cb81e4f34f7693a36f0cd9f6ec4b0bbbfc2 +commit=1f1282c9d6c9450882e4a1c55cc9ef72f06e63c1 From 1f1aaddad952b21c348a871f3dfbbbd875e4a07a Mon Sep 17 00:00:00 2001 From: Viktor Date: Sun, 12 Jan 2025 00:03:17 +0200 Subject: [PATCH 7/8] add license --- plugins/raids-death-indicator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index bbf7cd86163..59a7db3df28 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,2 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git -commit=1f1282c9d6c9450882e4a1c55cc9ef72f06e63c1 +commit=4bfa7a2842ca7940790298e8097f43cfef97f1d6 From 7e62e52f82a6b51cfd97cd5d09a8c80a22d5a872 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sun, 12 Jan 2025 00:18:12 +0200 Subject: [PATCH 8/8] remove System.out usage --- plugins/raids-death-indicator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raids-death-indicator b/plugins/raids-death-indicator index 59a7db3df28..36b4e99fc0e 100644 --- a/plugins/raids-death-indicator +++ b/plugins/raids-death-indicator @@ -1,2 +1,2 @@ repository=https://github.com/vikke1234/raids-death-indicator.git -commit=4bfa7a2842ca7940790298e8097f43cfef97f1d6 +commit=642d3f5a38000d8f6dfd0dc772cf519ae3ec9a4b