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) andautoshut.admin(admins) - Players with
autoshut.usecan only register doors they personally placed — verified via Hytale'sPlacedByInteractionComponent - Admins with
autoshut.adminbypass ownership checks entirely - Owner UUID stored per door in the JSON file
/autoshut listnow 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 removeon 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