File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/maxgamer/quickshop/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 754754 <artifactId >rollbar-java</artifactId >
755755 </dependency >
756756 <dependency >
757- <groupId >de.themoep </groupId >
758- <artifactId >minedown </artifactId >
759- <version >1.7.1-SNAPSHOT </version >
757+ <groupId >com.github.PotatoCraft-Studio </groupId >
758+ <artifactId >MineDown </artifactId >
759+ <version >1.7.1-modified </version >
760760 <scope >compile</scope >
761761 </dependency >
762762 <dependency >
Original file line number Diff line number Diff line change @@ -1196,7 +1196,7 @@ public static String parseColours(@Nullable String text) {
11961196 parser .reset ();
11971197 //A hack for saving reset character
11981198 text = text .replace ("&r" , "&l&r" ).replace ("§r" , "§l§r" );
1199- return toLegacyText (parser .enable (MineDownParser .Option .LEGACY_COLORS ).backwardsCompatibility (true ).parse (text ).create ());
1199+ return toLegacyText (parser .enable (MineDownParser .Option .LEGACY_COLORS ).enable ( MineDownParser . Option . APPEND_COLORS_TO_EMPTY_STRING ). backwardsCompatibility (true ).parse (text ).create ());
12001200 }
12011201
12021202 /**
You can’t perform that action at this time.
0 commit comments