Doors are one of the most important components of an SCP facility.
SCP: Dystopia has the best door blocks out of all the SCP add-ons. We offer a variety of door types to suit your needs.
Standard Door
Standard Door is the most basic door type. They don’t have any mechanical parts.
Standard Doors do not tick themselves at all (meaning it will not check any external power), so it’s the most optimized door out of all door types in SCP: Dystopia.
Mechanical Door
What do you imagine when you hear “SCP door”?
Probably something like this: You press a button on the side and the door slides open.
You want that kind of door? No problem, Mechanical Door is exactly what you’re thinking!
Boolean Door
Are you looking for a self-contained sliding door that doesn’t require any external devices like buttons?
If so, then Boolean Door should be a good fit for your case.
Command Door
Want a door that can be controlled via a command?
When I was making SCP maps, I always thought that I needed custom doors that’s optimized and can be controlled by commands.
Command Door should be the perfect door for this purpose.
Open Command Door
This command sends an “open” signal to the Command Door at the specified coordinates. If the Command Door is already open or in the process of opening, the command has no effect.
/scriptevent scpdy:open_cmd_door <X Y Z>
Close Command Door
It’s just like the open door command. but this one will close the door.
/scriptevent scpdy:close_cmd_door <X Y Z>
Switch Command Door
This command will open a Command Door at the specified coordinates if it’s closed, or close it if it’s open.
/scriptevent scpdy:switch_cmd_door <X Y Z>