Usage example - Kirastur/DoorCloser GitHub Wiki
Simple Example
- 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.
- Place a door
- Switch to survival mode (per default the DoorCloser ignores player in creative mode)
- Open the door
- 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.