
Update: The Hadron Update is currently well underway! You can track its progress by clicking here. As always, head over to our Discord and join the conversation if you need any help, or have any feature requests or bug reports that you'd like to see addressed in our next big update!
What is Prison?
Prison is a Minecraft plugin that adds all the features necessary for prison servers. 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.
What can it do?
Prison has two main components - called modules - that are built-in: mines and ranks.
Mines
- Create mines for players to collect materials.
- Have mines automatically reset after a certain amount of time.
- Interactively edit the composition of your mines.
- Teleport your players to safety during a mine reset, so they don't suffocate.
Ranks
- Create ranks for users to buy.
- Use multiple rank ladders. For example, you could have a prestige ladder, or a donor ladder, etc.
- Run commands when users rank up, to give them access to new permissions or set off fireworks in their place.
- Show rank tags in chat with the help of a chat formatting plugin, such as EssentialsX-Chat.
If you have suggestions for features that you'd like to see, you should create a feature request at our issue tracker and we will get back to you as soon as we can.
Why should I switch to 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. While we do ask for donations, all of our code, resources, and binaries are provided free of charge to the Minecraft community.
- 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.
For a comprehensive set of guides on getting started with Prison, check out our wiki: https://faizaan.xyz/prison
To report an issue or suggest a feature, use our issue tracker: https://github.com/PrisonTeam/Prison/issues/. Don't use the review section to ask for help.
If you want to get the latest updates on the project, get subscribed to/bookmark/follow these pages!
Website: https://faizaan.xyz/prison/
Twitter: https://twitter.com/MC__Prison/
YouTube: https://www.youtube.com/channel/UCGKRUDfa3wjljE5BE0gZc_w
Telemetry: This plugin reports statistics to bStats. To opt-out, Change "send-metrics" in config.yml to "false". View the stats here.
-
View User Profile
-
Send Message
Posted Oct 24, 2014Hmm. Why can't my players go over rank 34????
-
View User Profile
-
Send Message
Posted Oct 23, 2014Okay, another little problem: I cant disable autosmelt when I have all permissions on my server. I use /autosmelt and it says disabled, but I still get the ingot, not the ore.
Oh, i have to say: I'm OP on my Server.
-
View User Profile
-
Send Message
Posted Oct 20, 2014Thanks for the Info SirFaizdat.
I cant wait till you release 2.1 , I love your Plugin and all of our players love it extremely. Its really smooth and simple to use, and everything worked right at the start.
-
View User Profile
-
Send Message
Posted Oct 19, 2014@KILLA654
Get the latest build of spigot from getspigot.org (build 1649). Then, patch it by going to spigotmc.org and following the instructions on the homepage (the most recent post).
-
View User Profile
-
Send Message
Posted Oct 19, 2014@KillahSeven
The plugin only uses the prefix in its messages. It does not add it before their name. To do this, type /pex group <group> prefix <prefix>.
-
View User Profile
-
Send Message
Posted Oct 18, 2014Hey SirFaizdat, I think I got a little problem: When I add ranks via the /pranks add command, it wont set the prefix for the ranks. How can I fix that? I see that it creates the rank with the prefix, but the people that are at this rank dont have the prefix before they're name ( and its not written in permissions ex )
-
View User Profile
-
Send Message
Posted Oct 16, 2014I get this error I am Running CraftBukkit 1.7.9-R0.2 I cant any cmds with /prison
[23:14:59] [Server thread/INFO]: [Prison] Enabling Prison v2.0.6 [23:14:59] [Server thread/ERROR]: Error occurred while enabling Prison v2.0.6 (Is it up to date?) java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()Ljava/util/Collection; at me.sirfaizdat.prison.core.PlayerList.<init>(PlayerList.java:24) [?:?] at me.sirfaizdat.prison.core.Prison.onEnable(Prison.java:64) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.reload(CraftServer.java:799) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.Bukkit.reload(Bukkit.java:288) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:701) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchServerCommand(CraftServer.java:688) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:296) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:261) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [bukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
-
View User Profile
-
Send Message
Posted Oct 14, 2014@kristijan260393
2.1
-
View User Profile
-
Send Message
Posted Oct 13, 2014Currently coding the biggest update ever, version 2.1. It will abolish all bugs and improve performance, as well as a ton of awesome new features and better command organization. After that I'm afraid I'll be resigning from the project and appointing a new person to manage it. This was never meant to be as successful as it is, and I am having trouble handling all the pressure.
-
View User Profile
-
Send Message
Posted Oct 12, 2014It didnt generate the folders and items accept for config.yml for plugin startup?
-
View User Profile
-
Send Message
Posted Oct 12, 2014is the Prison v2.0.6 for CB 1.7.9-R0.2 Aug 30, 2014 not working with CB 1.7.9-R0.1
????
-
View User Profile
-
Send Message
Posted Oct 12, 2014How can I update to 1.7.9 then???
-
View User Profile
-
Send Message
Posted Oct 11, 2014Can I use this plugin for the mines features and use EZRanksLite? I like the Scoreboard and fireworks/effects options EZranks has...But I cannot find a mine reset plugin anywhere that is updated for some darn reason....
-
View User Profile
-
Send Message
Posted Oct 11, 2014@FlamePuff
It's been down since 3rd september
-
View User Profile
-
Send Message
Posted Oct 11, 2014@MCTylerPVP
What do I do???
-
View User Profile
-
Send Message
Posted Oct 11, 2014@FlamePuff
LOL Sry...Where have you been?
-
View User Profile
-
Send Message
Posted Oct 11, 2014CRAFTBUKKIT HAS BEEN TAKEN DOWN!!
What is bukkit is it the same as craftbukkit cause if not then i will not be able to update :'( :'( :'(
-
View User Profile
-
Send Message
Posted Oct 11, 2014@SirFaizdat Yes i am updating but i have to update so many different plugins as well and I am using essentials
-
View User Profile
-
Send Message
Posted Oct 10, 2014@SirFaizdat
Still same, my member got disconnect everytime the mine is reset.
-
View User Profile
-
Send Message
Posted Oct 10, 2014@Camaroz1
Probably lag... Try opening config.yml and setting fill: to true.