ClassRanks
ClassRanks
News
This project now is maintained by Krglok. Goodbye everyone!
Linklist
Commands | Config | Permissions | Setup | Todos | Changelog | Source
Description
Tired of adding people to your yaml files? So was I, so I created this little plugin.
It provides a basic class system based on ranks, i.e. you have multiple classes that are divided into ranks.
You can allow players to rank themselves up/down or just keep that for yourself, the admins, or another plugin e.g. CommandSigns.
Features
- Add users to classes
- Rank them up/down inside a Class tree
- Enter partial username - works for online users!
- Allow players to rank up/down themselves (or even others)
- Take fee for rankup
- Customize class display colors
- Customize playername and world color in messages
- Customize classes and ranks by ops
Options
- Display class changes in public
- Rank in multiple worlds (use all as world)
- Require items (reagents) for ranking (since v0.1.3.3)
- Require experience for ranking (since v0.2.0)
For version 1.7.x and above
- Vault for economy and permissions
Older version before 1.7
- BOSEconomy 7.2
- Essentials Economy
- iConomy 5
- iConomy 6
- MultiCurrency
- Vault for economy and permissions
-
View User Profile
-
Send Message
Posted Mar 17, 2012@xMasterPandax
Should be working in latest version :)
-
View User Profile
-
Send Message
Posted Mar 17, 2012@Lord0Zadrek
It now should work if you are using Vault.
It depends on your perms manager if you have to create the groups before using them, so try to just choose a class. If you get an error, you see that you have to create the classes / ranks :)
-
View User Profile
-
Send Message
Posted Mar 17, 2012@SLiPCoR
would it work with the classes or would you have to add them to that too? im using group manager already but ill check it out
-
View User Profile
-
Send Message
Posted Mar 17, 2012@Lord0Zadrek
well use a chat manager doing that :) ClassRanks does not (yet) make that possible :)
I recommend mChatSuite :)
-
View User Profile
-
Send Message
Posted Mar 17, 2012@SLiPCoR
how do i make it so the class they have is in their prefix, like in essentials, because i would have to type their name and class and it would take to long??? because my classes are not alowed to make certain buildings, etc.
-
View User Profile
-
Send Message
Posted Mar 15, 2012@Lord0Zadrek
well to be safe you should use item IDs. Otherwise I don't even know all of the names, they are Bukkit ENUMs:
http://jd.bukkit.org/apidocs/org/bukkit/Material.html
-
View User Profile
-
Send Message
Posted Mar 14, 2012@SLiPCoR
hello, great job with the mod, but i was wondering what was the name for the items, steak, cooked porkchop, and creeper powder? so i can start it
-
View User Profile
-
Send Message
Posted Mar 14, 2012This is how PEX looks on default and LWC reads this perfectly..
It gets confused when classranks starts re-formatting into this when doing /rankup
I also tried using the defaultallrankworlds to true and then it adds even more worlds and makes things more confusing.
I think that if you change the defaultallrankworlds setting to just show this it would work in all worlds anyways.
Sorry if this is taking up too much if your time, i'm very glad that you made this plugin... so thank you.
-
View User Profile
-
Send Message
Posted Mar 14, 2012@xMasterPandax
well..... I will try to fix that later on... can you verify that there is a global PEX setting and that you can set it via command globally, resulting in the setting you would like to have?
-
View User Profile
-
Send Message
Posted Mar 14, 2012It doesn't because, lwc has a limit feature and at certain groups they are supposed to be able to have different protections but it doesn't read it properly unless its like the way I posted a few comments ago.
-
View User Profile
-
Send Message
Posted Mar 14, 2012@Lord0Zadrek
http://dev.bukkit.org/server-mods/classranks/files/
fixed, sorry about this damn error - again :)
-
View User Profile
-
Send Message
Posted Mar 14, 2012@xMasterPandax
does it work as you intend it to do now?
-
View User Profile
-
Send Message
Posted Mar 13, 2012@SLiPCoR
it shows this now
-
View User Profile
-
Send Message
Posted Mar 13, 2012@Lord0Zadrek
this should not happen. I will fix this as the first thing I do tomorrow, sleep now :D
@Lord0Zadrek
join the arena, choose a class, click ready block :)
-
View User Profile
-
Send Message
Posted Mar 13, 2012@SLiPCoR
i just got world guard, so my minecraft is almost ready to go public! i just need this and dynamic economy ohh and i need to know how to start a arena match in your "pvparena plugin"
-
View User Profile
-
Send Message
Posted Mar 13, 2012@SLiPCoR
hello, i was testing out your update, and the config is blank, i was wondering if you did this on purpose but i reaallly need to know if i can get my config to work!!!
-
View User Profile
-
Send Message
Posted Mar 13, 2012@xMasterPandax
try setting defaultrankallworlds to true
-
View User Profile
-
Send Message
Posted Mar 13, 2012I am using PermissionsEx and it's not working that well.
This is how the it looks when using class ranks to buy a rank.
I would like it to look like this
-
View User Profile
-
Send Message
Posted Mar 13, 2012@Qwahchees
I added a config setting in order to set the prefix and fixed the bug you were pointing to :)
Thanks :)
-
View User Profile
-
Send Message
Posted Mar 12, 2012@SLiPCoR
Alright, thanks.
Probably didn't work cause I was using PermissionsBukkit, I'm porting to bPerms.
Edit: Check your Tickets.
I would also appreciate if you could let us select what the Prefix is "ClassRanks" could be something like "Class Ladder", something the Server Owner can set. Thanks! :)
public void log(String message, Level level) {
Bukkit.getLogger().log(level, "[ClassRanks] " + message);
}
(;
Nevermind:
public void msg(CommandSender sender, String string) {
sender.sendMessage("[" + ChatColor.AQUA + "ClassRanks"
+ ChatColor.WHITE + "] " + string);
}
..Edit: Been trying to fix the problem I'm having through the Code.
Still no luck, been 3 hours. ..