Changes the message prefix to BwB
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -125,7 +125,7 @@
|
||||
<dependency>
|
||||
<groupId>net.knarcraft</groupId>
|
||||
<artifactId>knarlib</artifactId>
|
||||
<version>1.2.16</version>
|
||||
<version>1.2.17</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@@ -217,7 +217,7 @@ public class BooksWithoutBorders extends ConfigCommentPlugin {
|
||||
translator.registerMessageCategory(SignText.SIGN_HEADER);
|
||||
translator.registerMessageCategory(Placeholder.AUTHOR);
|
||||
|
||||
StringFormatter stringFormatter = new StringFormatter(this.getDescription().getName(), translator);
|
||||
StringFormatter stringFormatter = new StringFormatter("BwB", translator);
|
||||
stringFormatter.setColorConversion(ColorConversion.RGB);
|
||||
stringFormatter.setSuccessColor(ChatColor.of("#A9FF84"));
|
||||
stringFormatter.setErrorColor(ChatColor.of("#FF84A9"));
|
||||
|
Reference in New Issue
Block a user