An open API service indexing awesome lists of open source software.

https://github.com/programie/doorcloser

Automatically close doors after they have been opened :door:
https://github.com/programie/doorcloser

bukkit bukkit-plugin minecraft spigot spigot-plugin

Last synced: 25 days ago
JSON representation

Automatically close doors after they have been opened :door:

Awesome Lists containing this project

README

          

# DoorCloser

A Minecraft Bukkit plugin which automatically closes doors opened by players after some time.

Logo

[![actions status](https://github.com/Programie/DoorCloser/actions/workflows/build.yml/badge.svg)](https://github.com/Programie/DoorCloser/actions/workflows/build.yml)
[![download from GitHub](https://img.shields.io/badge/download-Releases-blue?logo=github)](https://github.com/Programie/DoorCloser/releases/latest)
[![download from Modrinth](https://img.shields.io/badge/download-Modrinth-blue?logo=modrinth)](https://modrinth.com/plugin/doorcloser)
[![download from CurseForge](https://img.shields.io/badge/download-CurseForge-blue?logo=curseforge)](https://www.curseforge.com/minecraft/bukkit-plugins/doorcloser)

## What is it?

Do you hate it when someone walks into your house and keeps the door opened? Then DoorCloser is the right plugin for you!

DoorCloser tracks opened doors and automatically closes them after a configurable time (60 seconds by default).

The plugin also supports defining a list of door types which should be automatically closed. In that way, you might let the plugin only close oak doors while keeping jungle doors open all the time.

## How to use it?

The plugin doesn't use any commands. Just open any door and it will close it for you after the defined timeout has been elapsed.

## Build

You can build the project in the following 2 steps:

* Check out the repository
* Build the jar file using maven: *mvn clean package*

**Note:** JDK 1.8 and Maven is required to build the project!

## My other plugins

You can find them on [my website](https://selfcoders.com/projects/minecraft-plugins).