AutoShut Doors

Automatically closes registered doors after a configurable timer of 1–5 seconds. Now including an auto-open option!

File Details

AutoShutDoors 1.0.2

  • R
  • Apr 2, 2026
  • 21.04 KB
  • 164
  • Early Access

File Name

AutoShutDoors-1.0.2.jar

Supported Versions

  • Early Access

v1.0.2 — Paired doors + co-owner system

  • Split into two permission nodes: autoshut.use (players) and autoshut.admin (admins)
  • Players with autoshut.use can only register doors they personally placed — verified via Hytale's PlacedByInteractionComponent
  • Admins with autoshut.admin bypass ownership checks entirely
  • Owner UUID stored per door in the JSON file
  • /autoshut list now shows who registered each door
  • Save folder moved to plugins/AutoShutDoors/
  • Paired door auto-close — when the timer fires, cardinal neighbors at the same Y level are scanned and any open door of the same family is closed too
  • Paired door auto-registration — registering one door automatically registers its side-by-side neighbor with the same timer and owner
  • New command: /autoshut add <player> — enter selection mode then open a door to add a co-owner
  • Co-owners can use /autoshut remove on doors they co-own
  • Only the original owner can add co-owners
  • Co-owner UUIDs stored and persisted in JSON
  • Full backward compatibility with v1.0.1 JSON data