KitPvP [FFA, 1vs1] icon

KitPvP [FFA, 1vs1] -----

Minecraft KitPvP - FFA and 1vs1 with funny kits.




- fixed bug in the auto updater
----------, Jun 13, 2022

- added a few more log messages
- fixed some typos
----------, Jun 12, 2022

- Added Sentry to log errors
- Some bug fixes
- A lot of code refactoring
----------, Jun 11, 2022

Fixed that the stats are not saved in the mysql database.
----------, Jul 15, 2020

- Fixed that the config does not save the changes after a reload
- Added wins statistic to /kitpvp stats command
- Improved the API
----------, Jun 15, 2020

Changes:
- added wins statistic (for 1vs1 wins)
- you can now change the head item from the 1vs1 and ffa queue armor stand
- added synonyms for the QueueTypes in the setup process
- added error message when you try to start an 1vs1 game and the plugin can not get the kit from the players
- recoded the hologram and actionbar classes

You can now use the %wins% placeholder in the scoreboard and hologram.

Important:
If you use mysql please perform this sql statement to add the new wins column:
Code (Text):
ALTER TABLE kp_stats
ADD wins int(10);
----------, May 27, 2020

So you can add the permission: "kp.(kitname)" or "kp.(kit_id)" to the permission list from a player to give him access to only one kit.

I also improved the source code.
----------, May 18, 2020

  • to prevent bugs while changing the name of an kit, now only the kit id is saved in the database or playerdata.yml
    Please delete the playerdata.yml file or exchange the names with the kit id manually.
  • added two new methods to the kitPvPAPI
    • KitPvPAPI.getKit(Integer kitId) #returns the kit with this id
    • KitPvPAPI.getKitFromPlayer(Player player) # returns the Kit from the player
  • re-enabled title messages
  • re-enabled the stats hologram
  • changed mysql statements to preparedstatements and use the HeliosDevelopment-SQLconnector for a pooled connection
    Please drop the tables 'kitpvp_stats' and 'kitpvp_kits' with the following sql statement: "DROP TABLE *table_name*".
  • fixed bug that you can not open the setup gui with spigot version 1.14
  • Fixed a bug that the KDR was not displayed correctly
----------, Apr 15, 2020

Added support for Minecraft version 1.15.
Fixed bug that the config.yml and messages.yml resets after reloading the server.
Fixed a few other bugs.
----------, Apr 14, 2020

Fixed bug that blocks get no damage(from tnt or creeper).
Added support for the latest HeliosPoints version(1.5)
----------, Nov 5, 2019

- added support for minecraft versions 1.13 and 1.14.
- fixed a few bugs
----------, May 23, 2019

- removed support for PointsAPI and PlayerPoints
- new queue system
- improved the source code
----------, Oct 17, 2018

- removed support for PointsAPI and PlayerPoints
- new queue system
- improved the source code
----------, Oct 17, 2018

- added %points% placeholder to the scoreboard
- the potter kit has now splash potions
- improved and optimized the sourcecode
- fixed a small bug
----------, Sep 21, 2018

added new metrics( https://bstats.org/plugin/bukkit/uKitPvP)
added new auto updater
----------, Sep 19, 2018

Fixed a few spelling mistakes.
If only one ffa arena exist, the player joins automatically in the ffa arena.
Removed the id lore from the ffa arena inventory.
----------, Sep 12, 2018

- added "/kitpvp stats" command.
- added command to delete ffa map. (/kitpvp ffa deleteMap (name))
----------, Sep 9, 2018

- fixed bugs
----------, Sep 8, 2018

- bug fixes
- code improvements
----------, Sep 8, 2018

Fixed bugs.
----------, Aug 10, 2018

Updated HeliosPointsAPI support. ( https://www.spigotmc.org/resources/heliospointsapi.13342/)
If your use the HeliosPointsAPI please update both plugins!

If you like my work, feel free to donate.
----------, Mar 26, 2018


Small bug fixes.
----------, Nov 18, 2017

- Bug fixes
- Performance improvements
----------, Sep 2, 2017

fixed that the statistics doesn't load
other small bug fixes
----------, Aug 27, 2017

fixed that the locations doesn't load correctly(Only fixed on server who use multiworld or multiverse)
fixed the restoring of a player
----------, Aug 8, 2017

added that players which moves in the 'back to lobby' cooldown will not be teleported.
added FreeForAllJoinEvent and FreeForAllLeaveEvent.
added settingtype to the kitpvp api.
added editable sign, scoreboard and hologram layout.

improved the performance.
changed a few messages.

fixed that ffa arenas used the same map.
fixed that players without the permission kitpvp.admin can break the join sign.
----------, Jul 27, 2017

fixed that the lobby location could not saved
fixed that the bomber kit get explosion damage
fixed that the beastmaster kit get damage by his own monsters
----------, Jul 26, 2017

Fixed bugs.
----------, Jul 14, 2017

- Fixed bugs
- Performance improvements
----------, Jul 12, 2017

added setting to enable or disable the scoreboard

fixed bugs
----------, Jul 9, 2017

Please remove the uKitPvP Folder and re setup the plugin.

big performance update

added default kit
added more configurable messages
added title when the arena ends
added back item to arenas inventory
added message with enemy and kit before the 1vs1 game starts
added new API functions (See JavaDocs http://teeage.de/docs)
added function to add multiple join signs
added armor stand to join ffa
added dynamic ffa system to add unlimited ffa arenas
added function to configure kits(name, description, prize, item)
added new arena save system

removed a few settings
removed a few kits
removed all except the join sign
removed ffa from the setup menu

changed color codes in the kit inventory
changed some messages
changed command syntax

fixed bugs
----------, Jul 8, 2017

fixed NullPointerException in GameListener #onDamageinLobby
fixed NullPointerException in BeastMaster #onClick
fixed IllegalArgumentException ArenaManager #getRandomArena

improved ArenaManager #loadArenas

removed ArenaManager #getArenaSpec
----------, Jul 2, 2017

Bugs fixed.
----------, Jul 1, 2017

Fatal error has been fixed.
----------, Jun 29, 2017

Fixed bug.
----------, Jun 27, 2017

KitPvP now supports minecraft version 1.12.
----------, Jun 27, 2017

Removed BossBarAPI support and added an internal ActionBar (For Minecraft Version 1.8-1.11).
Added /kp reload command to reload the configurations.
Bug fixes.
----------, May 3, 2017

Bug fixes. ;)
----------, Apr 30, 2017

Bug fixes.
----------, Apr 24, 2017

Bug fixes.
----------, Apr 23, 2017

Added Vault support.
New design.
The 1vs1 queue is now an ArmorStand instead of a Zombie.
----------, Apr 23, 2017

Bug fixes.
New scoreboard design.
KitPvP now supports the new GamePointsAPI version.
----------, Apr 21, 2017

Fixed bugs.
----------, Feb 21, 2017

Bug fixes
----------, Oct 14, 2016

Bug fixes
----------, Sep 11, 2016

- Bug fixes
- Updated to latest GamePointsAPI version
----------, Sep 3, 2016

- make the code better
- added mysql stats
- added auto updater
- fixed bug, that players can't leave an arena
- fixed other bugs
----------, Jun 19, 2016

The arenas are now random and not in the same order
Fxed the name of the challenge inventory
----------, Jun 11, 2016

Added SoundManager to play sounds in 1.8 & 1.9
Fixed Message "back to Lobby" only sends once
Send the administrator commands only to administrators
Fixes some colors
Make some threads asynchronously
Fixed NullPointerExceptions
----------, Jun 11, 2016

- fixed bug, that player without the permission "kitpvp.admin" can open the setup inventory
- fixed other small bugs
----------, Apr 21, 2016

- fixed bug, that player without the permission "kitpvp.admin" can open the setup inventory
- fixed other small bugs
----------, Apr 21, 2016

Bug fixes
----------, Apr 17, 2016

- updated to 1.9
- fixed bugs
----------, Apr 12, 2016

- fixed Bugs
- add hologram to the setup menu
- added description to the kit items
- customize the Hulk kit
- improve the performance
- added API for Developer to create own kits
- disabled commands in an arena
----------, Apr 10, 2016

- Bug fixes
----------, Nov 27, 2015

- Check if the game are full, Player with permission kitpvp.vip can also join and they kicked a random player
- Now player in the Thor kit can't fly
- rework some Kits
- Added Holo /kp setholo
- Added scoreboard
- Sign bugs fixed
- Fixed a lot of bugs
- Added Setup GUI /kitpvp setup
- Added Kits BeastMaster & Bomber
- You can now created a Kit sign 1.[kitpvp] 2.kits
- Kits can now be enabled or disabled in kits.yml
[​IMG]
----------, Nov 15, 2015

New kit Everyman
New kit CaptainCold
Fixed Bugs
Added some new messages
update the commands and change the help page
remove Support for AutoNickAPI
Added a zombie wich you can hit & than you join the 1vs1 quere /kp spawnzombie
improved the link kit
CaptainAmerica: you now can't damage others when you have the shield in your hand
New Stats system
----------, Oct 24, 2015

- Fixed Bug that the Arenas doesn't load
- Now you get a message after setting a 1vs1 spawn
----------, Oct 19, 2015

- Now the KitStates would be save in the Kits.yml and not longer in the config
- You now get a sword and can hit somebody to make a duell
- Fixed that player who had the kit Enderman, in the lobby still have the Ender Pearl
- Fixed bugs
----------, Oct 19, 2015

Resource Information
Author:
----------
Total Downloads: 183,544
First Release: Oct 25, 2014
Last Update: Jun 13, 2022
Category: ---------------
All-Time Rating:
114 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings