PvpLevels
PvpLevels
requested by Matthiasvd2
This is a plugin to bring more intresting pvp'in in to Minecraft, by creating custom pvp levels

Features
- add custom levels to minecraft
- custom chat format changes
- incrasing needed kills for levels
- Reward players for pvp'ing
- Let players view their Kill death ratio
- MySQL support
- SQLite support
- Advanced api
Level system
max-level: 100 # Defines how much xtra kills you need for each level # In this example we take 4 as default kills and 1.0 as increment # lvl 1 = (4 * 1) + (1.0 * 0) = 4 kills. # lvl 10 = (4 * 10) + (1.0 * 10) = 50 kills. increment-value: 1.0 # Defines how much you allways need to level up (+ increment * lvl) default-kills: 4 # Defines how much a player can attack the same player as before. # Example: for value 3 --> after killing Notch 3 times it ignores killing notch kill-session: 3
Example chat setup
this is optional, if you dont do this it will auto grab in!
PvpLevels replaces a custom string in the chat format with the players lvl, this requires a chat plugin, a.k.a EssentialsChat.
if you dont have a chat plugin or you dont know how to set this up it will auto grab your chat and do this
example format:
format: '[&aLvl [LEVEL]&f] %prefix %player&f: %message'
will result in:
[Lvl 6] [Owner] lenis0012: hi.
You can also use [KDR] in your chat format.
Video
Todo
add auto grabber for chatadd /lvl add/set/remove <player> <amount>add permissionsadd TagAPI support.The new scoreboard API from BKCommonLib is much better :P
Commands
[optional] - <required>
- /kdr [player] - Show a player's Kill Death Ratio
- /level add/set/remove <amount> - Add/set/remove levels from a player.
Permissions
- pvp.kdr.self - View your own KDR
- pvp.kdr.orther - View orther player's KDR
- pvplevels.change - Change level from a player
Developpers
Download
v1.2.1 - Download (1.7.2-R0.2)


-
View User Profile
-
Send Message
Posted Jan 15, 2014Can't you add a little thing cause i can't find any plugin working with it, like when a player reach 50 kill , a console command is type like /perm rankup <player> etc, so it will be fully customisable :) ! Thanks
-
View User Profile
-
Send Message
Posted Jan 15, 2014Could you add a feature to show players' levels at the tablist? This way everyone could see the lvl of someone by checking the tablist, they wouldn't have to wait them to write. The format could be like "&f[LEVEL] &7%player%"
Thanks,
-
View User Profile
-
Send Message
Posted Jan 15, 2014@lenis0012
Thank you, this is the only plugin that is doing exactly what I and some other people are looking for. So if you could just fix the resets between reloads and restarts that would be great. Any estimate when it will be done? I'll be watching this page here.
Thanks, Stodo
-
View User Profile
-
Send Message
Posted Jan 14, 2014I was kinda curious would I be allowed to use your StackUtil class? https://github.com/lenis0012/PvpLevels/blob/master/src/main/java/com/lenis0012/bukkit/pvp/utils/StackUtil.java
-
View User Profile
-
Send Message
Posted Jan 14, 2014can you add features like /check kills to next level /check top players / check players online / would be cool features! thanks
-
View User Profile
-
Send Message
Posted Jan 14, 2014@lenis0012
lenis0012, the players do not level up, and when server restarts, the levels got reset
-
View User Profile
-
Send Message
Posted Jan 13, 2014@toxictroop
Haha, ill look at it.
@Enrux
Sure
-
View User Profile
-
Send Message
Posted Jan 13, 2014Nice plugin! I have been looking for an updated plugin like this for a while.
Could you add the option to customise the mesages?
-
View User Profile
-
Send Message
Posted Jan 13, 2014Cmon, we need this nametag below name in the next update!!!
-
View User Profile
-
Send Message
Posted Jan 13, 2014mysql?
-
View User Profile
-
Send Message
Posted Jan 12, 2014@lenis0012
Somehow i dun level up
-
View User Profile
-
Send Message
Posted Jan 11, 2014@lenis0012 I deleted the folder pvplevels, I rebooted the server but I do not work the / level command. When I want to level up I get the error that i sent before. I have spigot-1232, you can check if your plugin works on this version of the spigot?
-
View User Profile
-
Send Message
Posted Jan 11, 2014-
View User Profile
-
Send Message
Posted Jan 11, 2014@lenis0012
Thank you! its working now :)
-
View User Profile
-
Send Message
Posted Jan 10, 2014@Fr33stylerhd
Is your server very big.
As in it has lots of unique players (that joined since you added PvpLevels)
-
View User Profile
-
Send Message
Posted Jan 10, 2014There is so much lag on player leave
-
View User Profile
-
Send Message
Posted Jan 10, 2014@johandre
Uploaded v1.2.1 to BukkitDev.
You should be able to do this once the dl is up.
-
View User Profile
-
Send Message
Posted Jan 10, 2014Is it any way to disable the level up message? Its so annoying getting the server spammed with messages.
-
View User Profile
-
Send Message
Posted Jan 9, 2014@lenis0012
I deleted the folder pvplevels, I rebooted the server but I do not work the / level command. When I want to level up I get the error that i sent before. I have spigot-1232, you can check if your plugin works on this version of the spigot?
-
View User Profile
-
Send Message
Posted Jan 9, 2014@toxictroop
I dont want to use dependecies for such a small part of the plugin.
So ill need to learn how to use bukkit's scoreboard system.
Wich i never did because i had made my own, wich was in my opinion.
Much much better
Ill look at it asap