mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-11-04 07:22:30 +01:00 
			
		
		
		
	updated char replacer to colorize returned replacements as well.
This commit is contained in:
		@@ -191,7 +191,7 @@ public final class CharsReplacer implements Replacer
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			builder.append(replacement);
 | 
			
		||||
			builder.append(ChatColor.translateAlternateColorCodes('&', replacement));
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		return builder.toString();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user