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 Jun 11, 2013@lenis0012
Have you found a fix for this issue yet?
-
View User Profile
-
Send Message
Posted Jun 9, 2013@thebigdoduz
I am planning on doing this.
But i dont have the time to update my plugins until summer vacation
-
View User Profile
-
Send Message
Posted Jun 9, 2013It might have to be lvl for mobs How will assist;)
-
View User Profile
-
Send Message
Posted Jun 6, 2013Why not a simple command for adding levels for Admins? :D
-
View User Profile
-
Send Message
Posted Jun 3, 2013@GGxSlayer
I will try to have a look why it doesn't work soon
-
View User Profile
-
Send Message
Posted Jun 1, 2013Hi, the increments aren't working at all for this plugin. Everything has been setup correctly and I've even tried different values. Thanks
-
View User Profile
-
Send Message
Posted May 29, 2013@KingFaris10
Ill change it.
I am nto english, but i try my best to not make typo's in my projects :P
@HopTownCraft
Im afraid you cant
-
View User Profile
-
Send Message
Posted May 28, 2013@lenis0012
It's also learnt not learned.
-
View User Profile
-
Send Message
Posted May 26, 2013How do you import the old data.yml into data.db? Thx
-
View User Profile
-
Send Message
Posted May 24, 2013@ECRONCraft
I never learned it as 'other'.
lol
-
View User Profile
-
Send Message
Posted May 18, 2013You Spelled "other" wrong:
Permissions
pvp.kdr.orther - View orther player's KDR
-
View User Profile
-
Send Message
Posted May 10, 2013Please add Herochat integration and multiworld support. Thanks! :D
-
View User Profile
-
Send Message
Posted May 8, 2013Do you think you could possibly add some functionality for non pvp xp gains aswell, as an option. Because i love this plugin, but i think it would be great if killing monsters could also add to your level
-
View User Profile
-
Send Message
Posted May 1, 2013@broluigi
no idea
@JBoyTheGreat
I will add that soon
@Musikfreakmarcel
Noticed
-
View User Profile
-
Send Message
Posted May 1, 2013How about multiworld support? So I can disbale it on worlds that dont have pvp or dont need it.
-
View User Profile
-
Send Message
Posted Apr 28, 2013Not Working whit Chatmanager
-
View User Profile
-
Send Message
Posted Apr 27, 2013@lenis0012
can you please tell me why i saw that error code?
-
View User Profile
-
Send Message
Posted Apr 26, 2013Can someone help me with this ?
format: '[&aLvl {Lvl}&f] %prefix %player&f: %message'
will result in:
[Lvl 6] [Owner] lenis0012: hi.
-
View User Profile
-
Send Message
Posted Apr 25, 2013@0dayRUDE
Yes.
Check the rewards.yml file
-
View User Profile
-
Send Message
Posted Apr 25, 2013When using a command after a person levels up, is this plugin able to execute console commands ? lol because I need this to be able to move a player to another permission group.