mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Update PlayerEvents.java
Allow other plugins to manage chat. Makes plugin work with DeluxeChat plugin.
This commit is contained in:
		@@ -586,7 +586,7 @@ public class PlayerEvents extends com.plotsquared.listener.PlotListener implemen
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    @EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
 | 
			
		||||
    @EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
 | 
			
		||||
    public void onChat(final AsyncPlayerChatEvent event) {
 | 
			
		||||
        final Player player = event.getPlayer();
 | 
			
		||||
        final String world = player.getWorld().getName();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user