Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lewmc/jailhouse

Jailhouse is a free and easy to use Minecraft banning system.
https://github.com/lewmc/jailhouse

bans bukkit folia folia-plugin folia-plugins folia-supported kick lewmc minecraft mute paper paper-plugin punishments spigot

Last synced: 3 days ago
JSON representation

Jailhouse is a free and easy to use Minecraft banning system.

Awesome Lists containing this project

README

        

![Jailhouse](https://wiki.lewmc.net/Wiki/JH-Banner.png)

- 💾 **Download Jailhouse** - https://lewmc.net/plugin/jailhouse
- 🔧 **View the JavaDocs** - https://lewmc.github.io/Jailhouse
- ⭐ Enjoying Jailhouse? We'd love to hear your feedback on Spigot. Leave us a review #[ADD_LINK]#.

## Creating a local copy.

### Clone the repository.

Use the Git CLI to clone the repository from GitHub.

```sh
git clone https://github.com/lewmilburn/Jailhouse
```

### Install Maven.

You will need Maven to build the project to `./target`, you can install it at https://maven.apache.org/download.cgi.

### Set Java 21 as your `JAVA_HOME` variable.

You can validate this by running the command below and ensuring it returns Java 21.

```sh
java -version
```

### Build the project.

Navigate to the cloned repository and run:

```sh
mvn clean install
```

This will compile the project and package it into a JAR file in the `./target` directory.

## Contributing

We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request.

## Licensing

Essence is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for more information.