๐ช AUTO DOORS
Walk through doors seamlessly without ever lifting a finger!
๐ What's New in v1.2.0?
Weโve overhauled the mod to give you total control over how your doors behave!
- Block Exclusion List: Prevents crashes! You can now list blocks (like
Furniture_Ancient_Trapdoor) that the mod should ignore. Check your config file! - Direction Control: You decide! Configure doors to open away from you (classic) or towards you using the new command
/autodoor direction. - In-Game Configuration: No more file editing! Adjust detection ranges instantly with
/autodoor setrange. - Stability & Fixes: Fixed memory leaks for better performance on long-running servers and improved door state logic.
- Status Check: Use
/autodoor statusto see exactly how your mod is configured at a glance.
โจ Features
- Automatic Proximity Detection: Doors open magically as you approach and close behind you.
- Intelligent Double Doors: Both sides of a double door open in the same direction.
- Multiplayer Safe: Doors won't close if another player is still within range โ no more getting stuck!
- Smart Validation: The mod automatically fixes invalid configurations (like ranges that are too short) to prevent bugs.
- Crash Prevention: Specific blocks known to cause issues can be easily excluded.
๐ Commands
Take control without leaving the game. All commands update specific settings instantly!
| Command | Usage | Description |
|---|---|---|
| Status | /autodoor status |
Shows current settings (Enabled/Disabled, Ranges, Direction, Exclusions). |
| Enable/Disable | /autodoor enable/disable |
Toggles the mod on or off. |
| Set Range | /autodoor setrange <open> <close> |
Sets detection distances (e.g. /autodoor setrange 3.0 5.0). |
| Set Direction | /autodoor direction <towards/away> |
away (Default) opens away from you. towards opens invalid towards you. |
| Reload | /autodoor reload |
Reloads the configuration file from disk. |
๐ฎ How It Works
- Approach a door within the
OpenRange(default: 3.0 blocks). - The door opens automatically in your configured direction.
- Step away beyond the
CloseRange(default: 5.0 blocks). - The door closes once everyone has left the area!
๐ถ Approach โ โจ Open โ ๐ Pass through โ ๐ช Close automatically
โ๏ธ Configuration
The mod generates an AutoDoor.json config file in your server's config folder:
{
"OpenRange": 3.0,
"CloseRange": 5.0,
"Enabled": true,
"OpenTowardsPlayer": false,
"BlockExclusions": "Furniture_Ancient_Trapdoor,example"
}
| Setting | Default | Description |
|---|---|---|
OpenRange |
3.0 |
Distance at which doors will trigger to open. |
CloseRange |
5.0 |
Distance you must leave for the door to close. |
Enabled |
true |
Enable or disable the mod. |
OpenTowardsPlayer |
false |
false opens AWAY from you. true opens TOWARDS you. |
Pro Tip: Keeping
CloseRangelarger thanOpenRange(the mod enforces at least +2.0 difference automatically) prevents doors from "flickering" open/shut if you stand on the edge.
๐ฅ Installation
- Download the latest
Linceros.AutoDoor-x.x.x.jar. - Place the
.jarfile into your Hytale server'smodsfolder. - Enjoy!
๐ฎ Future Ideas
- Whitelist/Blacklist: Choose which specific door types should be automated.
- Permission System: Only allow certain players or groups to trigger automatic doors.
๐จ๐ป Author
Created by Linceros.
Part of the Linceros Mod Collection for Hytale.


