mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixes #453
This commit is contained in:
		@@ -55,7 +55,7 @@ public class ChatListener implements Listener {
 | 
			
		||||
                recipients.add(p);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        format = format.replaceAll("%plot_id%", id.x + ";" + id.y).replaceAll("%sender%", sender).replaceAll("%msg%", message);
 | 
			
		||||
        format = format.replaceAll("%plot_id%", id.x + ";" + id.y).replaceAll("%sender%", sender).replaceAll("%msg%", message.replaceAll("([%]{1})", "%%"));
 | 
			
		||||
        format = ChatColor.translateAlternateColorCodes('&', format);
 | 
			
		||||
        event.setFormat(format);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user