Skip to content

Commit b124a7f

Browse files
committed
Update ParsedDuration class with new methods and formatting options
- Added factory methods for creating durations from seconds, minutes, hours, days, weeks, and months. - Introduced formatting methods to display durations with customizable labels. - Updated pom.xml to version 26.1.1-R0.1-SNAPSHOT.
1 parent 83f99e0 commit b124a7f

File tree

3 files changed

+446
-119
lines changed

3 files changed

+446
-119
lines changed

SimpleAPI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.spigotmc</groupId>
156156
<artifactId>spigot-api</artifactId>
157-
<version>26.1-R0.1-SNAPSHOT</version>
157+
<version>26.1.1-R0.1-SNAPSHOT</version>
158158
<scope>provided</scope>
159159
</dependency>
160160
<dependency>

0 commit comments

Comments
 (0)