Usage example - Kirastur/DoorCloser GitHub Wiki

Simple Example

  1. Verify that the door-type (e.g. oak-door) is included in the plugin's material definitions (config.yml). Per default, all openable materials are included.
  2. Place a door
  3. Switch to survival mode (per default the DoorCloser ignores player in creative mode)
  4. Open the door
  5. Wait

Result

The door gets closed automatically after the time configured in config.yml (5 seconds per default).

Remarks

If the interaction is the first one (after server start) which uses "legacy materials", the minecraft server tries to load them, which leads to a delay in event processing for some seconds. This is normal and not a problem of DoorCloser.