PrisonRankup
PrisonRankup
The highest-rated and most practical rankup plugin designed specifically for the ever-popular Prison server is finally here. This plugin features a unique database built into the config to house each individual player’s rank to prevent losing ranks, glitching out of the system, and allowing multiple groups to be compatible with popular permissions plugins, including PermissionsEX and GroupManager. Accessing player’s information has never been easier, as one can simply type “/rankup get (name)” to retrieve the player’s display name, rank, and current balance. In order for the balance feature to work, as well as the plugin itself, Vault is required.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Commands:
/rankup - Ranks the sender up to the next available rank (prisonrankup.rankup)
/rankup set (player) (rank) - Sets the given player to the given rank (prisonrankup.set)
/rankup stats (rank) - Receive statistics of a rank given (prisonrankup.stats)
/rankup create (rank) (price) - Create a rank in-game (prisonrankup.stats)
/rankup get (player) - Retrieve a player profile (prisonrankup.get)
/rankup reload - Reloads the config.yml (prisonrankup.reload)
/rankup update - Update PrisonRankup (prisonrankup.update)
/ranks - Shows you available ranks (prisonrankup.ranks)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Default Configuration File:
# Welcome to configuring PrisonRankup, I will be here to guide you through this config setup # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and an advanced Java developer # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors. Prefix: '&a[&bPrison&6-&bRankup&a]' #Do not touch this! version: 3.0 # Next thing I want you to do is set the message you want it to be when somebody ranks up. Keep the speech marks here as well. # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to. Rankup BC Message: '&3%player% &6has ranked up to &3%rank%' # Now, the most important part of this plugin is the rankup ladder groups: #Heres an example of the format of how it should be: # rank name:price #DO NOT REMOVE THE # FROM THE ABOVE! - A:30 - B:100 - C:300 #Here, I will be asking you to put the first rank on the ladder in this example A First Rank: 'A' # As well as the last rank to assure that we can message the player that he is at the end of the ladder Last Rank: 'C' # This message is the message we will send to the player if he is the highest rank. Highest Rank MSG: '&6 You are already the highest rank!' # This next one is if you want to use a timed requirement for your rankup system, set it to true if yes. Default is false; Timed Requirement: false # Now we're if you set it to true you will have to set a certain time that you want to be done for the rank requirement Time Interval: 0.0 # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter! Time type: Seconds # If you want, I added an option where you can choose if you want to make it so that the interval is added to every Rankup Sequence Interval on all ranks: false # Now you're almost there! Theres just one last part, If you're switching from Rankup and/or majority of Rankup plugins set this to true. If not, set it to false. # What this does is check if the player has a rank that is listed in groups (Every minute) and if so, makes a profile with that rank. Transfer ranks to profile: false # Set the next item to false if you do not want to use the updater update: true # Set this to true if you wish to enable debug mode debug: false # This is the format of the ranks which will appear when a player does /ranks #Variables are: %price%, %rank% ranks-format: '&5[&3%rank%&5]&6: %price%' # Here, is the message the player will recieve when he doesn't have enough money to rankup #Varaibles are the same as the ones shown above not-enough-money: '&6You need &2$%price% &6 to rankup to &2%rank%'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Switching
Are you switching from another Rankup plugin? Simple! Set the “Transfer ranks to profile” option to “true” in the config.yml!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.8 Compatibility
1.8 compatibilities with UUIDs have been implemented in version 2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Using the Sign Integration
You can make signs that work for PrisonRankup like this (You require the permission prisonrankup.sign):

Then, once you place it you will get something like this:

And congratulations! Now you have a sign that be used to Rankup!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Plugin Updater
As of Version 1.3 I have integrated an updater to the plugin, just do /rankup update to Update the plugin. You may disable this feature by setting updater to false in the config.yml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PrisonRankup Connects to Mojangs Servers
As of the UUID Update, PrisonRankup connects to 'sessionserver.mojang.org' as well as 'api.mojang.com' to fetch UUIDs and names.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found a bug? Report it!
Have a bug you ran into? You want something added to the plugin? Click here!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source (for educational purposes only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JavaDocs
PrisonRankup now has JavaDocs for v3.0+! You can check it out here!

-
View User Profile
-
Send Message
Posted May 23, 2014The new version (2.2) does not work at all. Upgraded and it completely broke the ranks on my server. Had to downgrade back to 1.6. And I'm running Craftbukkit 1.7.9-R0.1-b3084jnks.
Startup log error:
[22:58:52] [Server thread/ERROR]: Error occurred while enabling PrisonRankup v2.2 (Is it up to date?) java.lang.NullPointerException at net.craftservers.prisonrankup.PR.migrate(PR.java:117) [?:?] at net.craftservers.prisonrankup.PR.onEnable(PR.java:61) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
-
View User Profile
-
Send Message
Posted May 23, 2014Hey am I allowed to edit the soruce so I can add in my own things?
-
View User Profile
-
Send Message
Posted May 22, 2014@bearstudio
prisonrankup.rankup Please read the documentation above.
-
View User Profile
-
Send Message
Posted May 22, 2014@mazentheamazin
so whats the perms?
-
View User Profile
-
Send Message
Posted May 22, 2014@bearstudio
You have the wrong rankup plugin installed.
@kylestevenss
That might me a bug, I'll take a look at it.
-
View User Profile
-
Send Message
Posted May 22, 2014@bearstudio
And. what are all the permission nodes?
-
View User Profile
-
Send Message
Posted May 22, 2014Bug?
Right. When i go to rankup it says YOUR NOT IN THIS GROUP?
Please help.
-
View User Profile
-
Send Message
Posted May 22, 2014@mazentheamazin
Ok I found out what was wrong, my data config was set for me as the wrong group. I now have another problem which is when I type /rankup as a non-OP it does nothing, no error message or anything. My config is the same and theres no error.
http://gyazo.com/fe51d9dd8834b328c25a00c8e2754efc
I also enabled debug mode and when typing /rankup it still looks the same.
-
View User Profile
-
Send Message
Posted May 22, 2014@kylestevenss
Enable debug mode and send the messages that appear in console
-
View User Profile
-
Send Message
Posted May 21, 2014I keep getting this error when typing the /rankup command in-game. I have tried to most up to date version and the previous one (2.2 and 2.1).
Here is my error: http://pastebin.com/8dCgx1fK
This is my config: http://pastebin.com/EetmpUgu
If you could tell me what the error is I would appreciate it. Thanks!
-
View User Profile
-
Send Message
Posted May 21, 2014@jklassek
Are you sure you place the .jar file into your 'Plugins' folder?
-
View User Profile
-
Send Message
Posted May 21, 2014@mazentheamazin
Hello, Its me again xD I am having a little issue with a feature in the plugin. Everything else in the plugin works well. The issue i am having is that when i use /rankup set [PLAYER] [RANK] the plugin only changes the rank in the prisonrankup data file but not in the permissions file. If there is a fix t o this please let me know. Or please fix the bug. Thanks for the great plugin :)
-
View User Profile
-
Send Message
Posted May 20, 2014@kuehnjeremy
There is no /prisonrankup command, its just /rankup. Please read the documentation above.
-
View User Profile
-
Send Message
Posted May 20, 2014can u plz fix the error /prisonrankup is not reconised as a internal command all my other commands for this plugin work thx
-
View User Profile
-
Send Message
Posted May 20, 2014When I download the plugin and run the server, nothing extracts? Help
-
View User Profile
-
Send Message
Posted May 20, 2014Hey, my server is resistancecraft.mcph.co But anyways i got all the way to rank Free made but i dont know how to make it say [Rank]Name:Messge pleaseeeeeeeeeee help
-
View User Profile
-
Send Message
Posted May 19, 2014@RyanDev
Added :); currently awaiting approval by the BukkitDev staff.
-
View User Profile
-
Send Message
Posted May 19, 2014Now this plugin is absolutely fantastic. Please keep this plugin updated, this is such a fantastic development.
What i'd like you to add in the next update:
not-enough-money: '&3[&bPrison-Rankup&3] &cYou can't rankup! The next rank costs &a%nextprice%&c! You need &a%moneyneeded% &cto rankup!'
-
View User Profile
-
Send Message
Posted May 19, 2014I got this error when trying to do /rankup
http://pastebin.com/G8SXRnLM
-
View User Profile
-
Send Message
Posted May 18, 2014Hi I own a server called Slammercraft (slammer.no-ip.org)
And this is, actually a comment! First of all, I, LOVE, YOU. THANK YOU SO MUCH! I WAS LOOKING AROUND FOR A PLUGIN THAT RANKED UP WITH 1.7.9 AND THIS IS THE SIMPLEST ONE OUT THERE SO IF I COULD GIVE YOU A PERSONAL HUG I ACTUALLY WOULD.
Sorry for caps, but I cannot empathise, how much I love your plugin and you for making it. My server is only up right now because of you.. otherwise it would still be down as I searched for the most crucial part of a prison server. So... THANK YOU SO SO SO SO MUCH. Tear away your modesty and dance because of how awesome you are.