Entrance lock, sync and protection plugin for Spigot/Paper/Folia servers
EntranceControl is a plugin that allows players to create a selection of entrances (doors, trapdoors and fence gates) to
lock, sync and protect them.



| Command | Description | Permission |
|---|---|---|
/entrancecontrol |
Base command of the plugin. | entrancecontrol.base |
/entrancecontrol lock [SelectionID] |
Starts an entrance selection. | entrancecontrol.lock |
/entrancecontrol manager |
Opens the entrance selection manager menu. | entrancecontrol.manager |
/entrancecontrol open <SelectionID> |
Opens all the entrances of the specified entrance selection. | entrancecontrol.open |
/entrancecontrol close <SelectionID> |
Closes all the entrances of the specified entrance selection. | entrancecontrol.close |
/entrancecontrol identify |
Starts an entrance selection identification session. | entrancecontrol.identify |
/entrancecontrol delete <Player> <SelectionID> |
Deletes the specified entrance selection from the indicated player. | entrancecontrol.delete |
/entrancecontrol reload |
Reloads the configurations of the plugin. | entrancecontrol.reload |
/entrancecontrol help |
Displays a list of the commands of the plugin. | entrancecontrol.help |
| Allows players to open locked entrance selections without being members of them. | entrancecontrol.bypass.lock |
|
| Allows players to break entrance selections without being members of them. | entrancecontrol.bypass.protection |
| Configuration | Description | Example |
|---|---|---|
| world-blacklist | List of worlds EntranceControl will handle actions in. | world-blacklist: - world_the_end |
| region-blacklist | List of WorldGuard regions EntranceControl will handle actions in. | region-blacklist: - region1 - region2 |
| maximum-entrance-selection-amount | Permission and default settings for the amount of entrance selections players can have. | maximum-entrance-selection-amount: permission: entrancecontrol.maximum_entrance_selections. default: 10 |
| maximum-selected-entrances | Permission and default settings for the amount of entrances players can select in an entrance selection. | maximum-selected-entrances: permission: entrancecontrol.maximum_selected_entrances. default: 4 |
| maximum-selection-distance | Permission and default settings for the maximum allowed distance between all entrances in an entrance selection. | maximum-selection-distance: permission: entrancecontrol.maximum_selection_distance. default: 20 |
| break-protection | Whether the plugin should protect entrance selections from griefing. | break-protection: true |
Messages, sounds and particles from the plugin are also configurable. For instructions for how to configure this,
check the PenPenLib guide.
plugins folder of your Spigot/Paper server.EntranceControl is compatible with Minecraft versions 1.19.4 and later. Compatibility with older versions is not
currently
planned, as Folia's oldest supported version is 1.19.4.
Contributions to EntranceControl are welcome! If you encounter any issues or have suggestions for improvements, please
open
an issue on the GitHub repository. To contribute code:
EntranceControl is licensed under the MIT License.