Deprecate API for removed notification configuration
This commit is contained in:
		@@ -334,16 +334,6 @@ public class OpenInv extends JavaPlugin implements IOpenInv {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean notifyAnyChest() {
 | 
			
		||||
        return this.getConfig().getBoolean("notify.any-chest", true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean notifySilentChest() {
 | 
			
		||||
        return this.getConfig().getBoolean("notify.silent-chest", true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void onDisable() {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user