mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Allow URLs in chat again
This commit is contained in:
		@@ -117,7 +117,7 @@ public class TextUtils {
 | 
			
		||||
 | 
			
		||||
    @NotNull
 | 
			
		||||
    private static LegacyComponentSerializer getSerializer() {
 | 
			
		||||
        return LegacyComponentSerializer.builder().hexColors().useUnusualXRepeatedCharacterHexFormat().character('&').hexCharacter('#').build();
 | 
			
		||||
        return LegacyComponentSerializer.builder().hexColors().useUnusualXRepeatedCharacterHexFormat().character('&').hexCharacter('#').extractUrls().build();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static @NotNull String sanitizeForSerializer(@NotNull String string) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user