Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Jailhouse is a free and easy to use Minecraft banning system.
- Host: GitHub
- URL: https://github.com/lewmc/jailhouse
- Owner: LewMC
- License: apache-2.0
- Created: 2024-06-26T16:58:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T19:32:36.000Z (3 months ago)
- Last Synced: 2024-10-11T03:02:59.899Z (2 months ago)
- Topics: bans, bukkit, folia, folia-plugin, folia-plugins, folia-supported, kick, lewmc, minecraft, mute, paper, paper-plugin, punishments, spigot
- Language: Java
- Homepage: https://lewmc.net/plugin/jailhouse
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.