Skip to content

Commit 70ed50c

Browse files
committed
1.9.8
closes #109
1 parent 84c1f83 commit 70ed50c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>toolstats</artifactId>
26-
<version>1.9.7</version>
26+
<version>1.9.8</version>
2727
<packaging>jar</packaging>
2828

2929
<name>ToolStats</name>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>io.papermc.paper</groupId>
107107
<artifactId>paper-api</artifactId>
108-
<version>1.21.5-R0.1-SNAPSHOT</version>
108+
<version>1.21.7-R0.1-SNAPSHOT</version>
109109
<scope>provided</scope>
110110
</dependency>
111111
<dependency>

src/main/java/lol/hyper/toolstats/events/AnvilEvent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ public void onAnvilEvent(PrepareAnvilEvent event) {
122122
addToken(event, tokenType, "mob-kills", clone);
123123
return;
124124
}
125+
if (tokenType.equalsIgnoreCase("damage-done")) {
126+
addToken(event, tokenType, "damage-done", clone);
127+
return;
128+
}
125129
}
126130
return;
127131
}

0 commit comments

Comments
 (0)