Adds more options to StringFormatter
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good

Makes it possible to set the prefix before the plugin name
Makes it possible to set the suffix after the plugin name
Makes it possible to set the ColorConversion for translated messages
This commit is contained in:
2023-07-08 03:01:15 +02:00
parent 58ee5a0756
commit 4fb4429f8b
2 changed files with 60 additions and 26 deletions

View File

@@ -90,5 +90,11 @@
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>