Class CoreProtectManager

java.lang.Object
org.sgrewritten.stargate.manager.CoreProtectManager
All Implemented Interfaces:
BlockLoggingManager

public class CoreProtectManager extends Object implements BlockLoggingManager
Logs certain events to coreprotect
  • Constructor Details

    • CoreProtectManager

      public CoreProtectManager()
  • Method Details

    • logPlayerInteractEvent

      public void logPlayerInteractEvent(org.bukkit.event.player.PlayerInteractEvent event)
      Specified by:
      logPlayerInteractEvent in interface BlockLoggingManager
      Parameters:
      event -

      The event to try and logg to block logger

    • setUpLogging

      public void setUpLogging()
      Description copied from interface: BlockLoggingManager
      Start providing support for any block logger, if present
      Specified by:
      setUpLogging in interface BlockLoggingManager