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 Aug 21, 2014@Reverof82
Please pastebin the error in console.
-
View User Profile
-
Send Message
Posted Aug 21, 2014PrisonRankup will not start on my server.... I have updated the Data file as instructed, I am using the latest devbuild of CraftBukkit and the latest version of the plugin. Do I need to downgrade my version of CraftBukkit?
-
View User Profile
-
Send Message
Posted Aug 21, 2014@ebear123
You'll need PrisonRankup to take some time to make sure all UUIDs are updated
@MrHollick
It only updates the data.yml for efficiency reasons. Having data stored in memory runs much faster than having it run in I/O.
-
View User Profile
-
Send Message
Posted Aug 20, 2014@MrHollick
For me, it won't work. Some crap about UUID conversion...
-
View User Profile
-
Send Message
Posted Aug 20, 2014I had a terrible time when upgraded to 3.0 but with a little patience and trying to follow direction it seems good now. I think the problem many are having I cured by being sure to ad these two permissions to the groups.
prisonrankup.rankup prisonrankup.ranks
once i had those in there everything seems to be going smoothly. I also had to take out the old 2.7 folder because the .jar wasn't writing a new one once i deleted the old prisonrankup folder restarted it created a new one. Only problem then was i had to manually reenter ever ones info and insteat of "group" now it uses "rank" and "name" but after getting that sorted out seem like everything is going smooth. Group manager updates its permissions every 10 minutes and the new rank ups are save there but they have not been saved yet in the Prisonrankup data.yml yet. how long does it take for the new ranks to be reflected there after a player ranks up?
-
View User Profile
-
Send Message
Posted Aug 20, 2014The plugin just doesn't work...
Using Spigot 1.7.10 Build 1598
There's several errors in startup, one of them is as follows: http://www.pastie.org/9490183
-
View User Profile
-
Send Message
Posted Aug 20, 2014@BrimmersHD
Update to the latest development build of CraftBukkit.
-
View User Profile
-
Send Message
Posted Aug 20, 2014Hello i have a server and this pluggin is leaving me this error every time i try to do /rankup and the config file doesn't work could i have someone help me please pm me if u r really good with this pluggin
-
View User Profile
-
Send Message
Posted Aug 20, 2014Not working in 1.7.101
-
View User Profile
-
Send Message
Posted Aug 19, 2014@mazentheamazin
Where do I add "ranks"
-
View User Profile
-
Send Message
Posted Aug 19, 2014Thanks, all good now!
-
View User Profile
-
Send Message
Posted Aug 19, 2014I get an error when I try to rankup. I'm using the latest version of the plugin.
The error in the console is this: http://pastebin.com/1zdhiAHe
The error in the game is: An internal error occured while attempting to perform this command.
I'm using pex if that helps.
-
View User Profile
-
Send Message
Posted Aug 19, 2014@HKDittrich
Update to the latest development build of CraftBukkit
@ZexhL
Update GroupManager to the latest version.
-
View User Profile
-
Send Message
Posted Aug 18, 2014Not sure if I'm the only one having this issue with PrisonRankup but I'm using GroupManager and I can rank up and everything just fine but say I'm rank A then I rankup to B I don't get the permissions that I have in group manager. essentials.warp.B, Etc
Not sure if I have some kind of option on the wrong thing but I really hope I can get a response to fix this issue soon.
And No I do not wanna switch to Pex.
-
View User Profile
-
Send Message
Posted Aug 18, 2014Upon using '/rankup' I get this in my log, along side the default internal error message in game.
http://pastebin.com/3vKsYMSm
Running latest version of craftbukkit, Vault is updated and installed, and PEX has the node written into the groups.
-
View User Profile
-
Send Message
Posted Aug 18, 2014@OcelaNation
Try modifying the config.yml directly, there seems to be a bug with that command.
-
View User Profile
-
Send Message
Posted Aug 18, 2014@mazentheamazin
Okay, so let me explain more better there are ranks akready created A B C and I can't modify those prices! When I add /rankup create B 200000 I do /ranks and there are two B's at only 100!? I check the config and it says no ranks are set.
-
View User Profile
-
Send Message
Posted Aug 18, 2014@mazentheamazin
I also tried it on craftbukkit with same problem
Error: http://pastebin.com/dNzRbuZ4
-
View User Profile
-
Send Message
Posted Aug 18, 2014@mazentheamazin
I am using latest spigot version, as I use bungeecord.
I have the latest vault, and essentials eco
I made an error on: http://www.spigotmc.org/threads/prison-rankup-internal-server-error-help.26970/
-
View User Profile
-
Send Message
Posted Aug 18, 2014@GhostMc64
@johnmon264
1. Use latest development build of CraftBukkit
2. Use the latest version of Vault
3. Have an economy and permissions plugin installed.
@OcelaNation
/rankup add? That's not the right command, anyways modify the command manually.