Skip to content

PrisonTeam/Prison

Repository files navigation

License Build Status Build Status Discord

  1. What is Prison?
  2. Why should I use Prison?
  3. Get Prison

Prison Documentation

Prison Documents - Table of Contents

The Prison documentation covers the important details on how to setup a usable Prison server. These documents are in a state of development, so more will be added.

What is Prison?

Prison is a Minecraft plugin that adds all the features necessary for prison servers. It runs on the popular Spigot. Plugins for prison servers exist already, but many of them are poorly maintained, and the solid ones are paid resources. Prison eliminates the paywall and the updating hassle, and puts a one-stop solution in their place.

History of Prison

Prison began as a plugin with the goal of combining two main prison server features: resetting mines and purchasable ranks. In June 2014, Prison v2.0 was released with the goal of providing a single solution for prison servers. Prison v2.0 has had numerous problems and is not the solution that we had envisioned for an all-in-one package to be. The solution is the current version - Prison v3.0.

Starting with prison v3.2.0 new development efforts were began with a focus on adding new features and improving the performance and stability.

Why should I use Prison?

If hassle-free updates and zero payments is not enough for you to consider switching to Prison, it doesn't stop there.

  • Prison is modular. If you don't want to use a certain feature on your server, you can disable it in just a few keystrokes.
  • Prison is completely, 100% open source. This means that your developers can make changes to the plugin to customize your server's experience, if you so desire.
  • Prison is and always will be free. All of our code, resources, and binaries are provided free of charge to the Minecraft community. We do not accept donations.
  • New releases are heavily bug-tested. We test every single aspect of every new release of Prison before releasing it to the community. If a release doesn't pass our rigorous update checklist, it is iterated upon until it does. What does this mean for you? Solid updates with minimal bugs for your server.
  • Prison is always expanding. We are always looking for ways to expand Prison with features that make your server run more smoothly. Additionally, we are always looking for contributions from the community, be it code contributions, feature requests, bug reports, translations, or documentation.

Get Prison

SpigotMC.org Polymart.org Bukkit.org Experimental
Stable Stable Stable Nightly
Stable Download Stable Download Stable Download Experimental Download

Gradle Configurations

Prison is now able through the jitpack.io repository:

Release

Within your repositories section, add jitpack.io as the last entry, as suggested by jitpack.io.

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Then add the dependency as follows, but replace Tag with a valid tag such as 3.2.7. See the link to jitpack.io's website for a list of Tags that you can use; select from the tabs Releases, Builds, Branches, and Commits.

dependencies {
	implementation 'com.github.PrisonTeam:Prison:Tag'
}

Through jitpack.io's webpage you can select a Prison release and it will generate the correct dependency to use: Prison repo on jitpack.io