PURCHASE IT HERE: https://www.mc-market.org/resources/205/
Agreement: By purchasing this Plugin you agree not to redistribute, decompile, or use it for any other purposes but for installing it into your server. You have the right to use it in one server only. For using it in another server, please purchase it again. The plugin is as is and the upcoming features/bug support are to be provided for free. I reserve my rights to refuse support in case of incompatibility with certain plugins. You agree not to ask for a refund, unless I violate the terms of this agreement. If you do not agree with the terms, please do not purchase this.
Agreement: By purchasing this Plugin you agree not to redistribute, decompile, or use it for any other purposes but for installing it into your server. You have the right to use it in one server only. For using it in another server, please purchase it again. The plugin is as is and the upcoming features/bug support are to be provided for free. I reserve my rights to refuse support in case of incompatibility with certain plugins. You agree not to ask for a refund, unless I violate the terms of this agreement. If you do not agree with the terms, please do not purchase this.
KitPvP is a plugin meant to provide with a full stand-alone system involving a previously determined set of items. Upon respawn, the player gets to choose a kit, using the easy-to-use graphical user interface. It provides its own shop with Vault Integration, VIP kits, permissions, commands and gameplay modifying items and armors. It is fully customizable to the very last detail. It's suitable for all servers related to kits, kitpvp, potpvp, opkitpvp, souppvp, etc.
UUID Support
Fully customizable kits
Lores, enchants, potion effects
28 pre-defined kits for you to use
Examples and ease of usage configurations
Fully customizable Graphical User Interface (up to the very last detail)
Magic Soup Item (Heals Hp and Feeds player upon configuration)
Rainbow Armor ( A new type of armor with configurable strength)
Fully configurable messages
Easy to use GUI
Configurable gameplay and system
Lag-free system with configuration checks
Adaptive gameplay
Fun
Fully customizable kits
Lores, enchants, potion effects
28 pre-defined kits for you to use
Examples and ease of usage configurations
Fully customizable Graphical User Interface (up to the very last detail)
Magic Soup Item (Heals Hp and Feeds player upon configuration)
Rainbow Armor ( A new type of armor with configurable strength)
Fully configurable messages
Easy to use GUI
Configurable gameplay and system
Lag-free system with configuration checks
Adaptive gameplay
Fun
PHP:
###########################################
##########| Plugin made by: Myiume |#######
###########################################
###########| Version: 1.0 |#########
###########################################
##| Informative lines here! Scroll down |##
###########################################
# #Defaults# #Values# #Explanation#
# useuuid: true true/false If true, saves kills using uuids instead of playername - STRONGLY RECOMMENDED to true
# kits-inventory-name: '' text Name of the kits menu inventory
# kit-menu-item: ITEM_FRAME Material Material of the menu item
# kit-menu-item-name: '' text Name of the menu item
# available-kits-item: DIAMOND Material Material of the available kits button
# available-kits-item-name: '' text Name of the the available kits button/inventory
# purchasable-kits-item: GOLD_NUGGET Material Material of the purchase kits button
# purchasable-kits-item-name: '' text Name of the purchase kits button/inventory
# vip-kits-item: EMERALD Material Material of the vip kits button
# vip-kits-item-name: '' text Name of the vip kits button/inventory
# kits-inventory-size: 18 9,18,27,36,45,54 Size of the Kits Interface. Adjust size according to number of kits. Max kits = Number of Slots - 1
# give-kit-menu-item: true true/false If set to true, will give the kit opening menu item to players on respawn/join.
# give-kit-menu-item-only-first-join: true true/false If set to true, will give the kit opening menu item to players on first join only.
#armor-update-tickrate: 10 ticks The tickrate at which the rainbow armor changes its color. 20 ticks = 1 second. Lower means faster
#check-armor-tickrate: 40 ticks The tickrate at which the players are checked for the armor. Suggest not touching this unless you know what you're doing.
#enable-rainbow-armor: true true/false Enable/disable the rainbow armor. If false, rainbowarmor will be disabled but keeps its infinite durability
#rainbow-helm-defense: 3.5 0.0-25.0 The number of defense points - Helmet
#rainbow-chest-defense: 8.75 0.0-25.0 The number of defense points - Chestplate
#rainbow-pants-defense: 6.75 0.0-25.0 The number of defense points - Pants
#rainbow-boots-defense: 3.5 0.0-25.0 The number of defense points - Boots
#fill-inventory-with-soup: true true/false Set to true to fill inventory with soup bowls
#enable-soup: true true/false Enables the magic soup
#soup-healing: 4 int The amount of hp the soup will heal
#soup-feeding: 4 int The amount of food the soup will regenerate
#############################################
######| If both give-kit-menu-item and |#####
##| give-kit-menu-item-only-first-join are |#
#| set to true, player will receive kit |####
########| item on respawn/first join |#######
#############################################
#| The total of the rainbow defense points |#
#####| must not be greater than 25 |#########
###| 25 = INVINCIBLE. 20 Points = DIAMOND |##
###| For info on how to set rainbow armor |##
###| http://tinyurl.com/mcarmorpoints |##
#############################################
###############| WARNING! |##################
#####| Please make sure you purge your |#####
#| players.yml file if for some reason you |#
#####| change between players and uuid |#####
#############################################
#############################################
#####| Below are the editable values! |######
#############################################
#############################################
#############| General Settings |############
#############################################
useuuid: true
#############################################
#########| Inventory GUI Settings |##########
#############################################
kits-inventory-name: '&5Kits Shop'
kit-menu-item: 'ITEM_FRAME'
kit-menu-item-name: '&cKits'
available-kits-item: 'DIAMOND'
available-kits-item-name: '&6My Kits'
purchasable-kits-item: 'GOLD_NUGGET'
purchasable-kits-item-name: '&4Purchase Kits'
vip-kits-item: 'EMERALD'
vip-kits-item-name: '&2Vip Kits'
kits-inventory-size: 36
give-kit-menu-item: true
give-kit-menu-item-only-first-join: true
##############################################
#################| Messages |#################
##############################################
kitpvp-prefix: '&7[&6Kit&cP&6v&cP&7] '
kit-selected-message: '&7You have selected the &c%1% &7kit!'
kit-not-found-message: '&7Cannot find the &c%1% &7kit!'
not-enough-coins-message: '&7Insufficient funds!'
kit-purchase-message: '&7You have purchased &c%1% &7for &a%2% &7coins!'
kit-already-unlocked-message: '&7You have already unlocked this kit!'
not-buyable-kit-message: '&7You cannot buy this kit!'
cannot-find-kit-message: '&7Kit cannot be found!'
no-available-kits-message: '&7No kits found!'
##############################################
enable-soup: true
fill-inventory-with-soup: true
soup-item-name: '&dMagic Soup'
soup-healing: 4
soup-feeding: 4
##############################################
#########| Rainbow Armors Settings |#########
##############################################
enable-rainbow-armor: true
armor-update-tickrate: 10
check-armor-tickrate: 40
rainbow-helm-defense: 3.5
rainbow-chest-defense: 8.75
rainbow-pants-defense: 6.75
rainbow-boots-defense: 3.5
PHP:
# Usage: 'ID : Amount : name:Name : lore:Lore : enchant:Enchantment:level' - If you need item damage, ex: 35:5 (colored leather), you replace ID with ID:dmg
# ColorEffects info: http://hastebin.com/urehoxayak.vhdl
# Potions effects you can use: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# Enchantments you can use: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
# Example kit: http://hastebin.com/uvogotupeh.vbs
# You can only change the colors/formatting of the kit's name, not changing capitalization/name
# So if the kit is ExampleKit, kit-name can be '&4Example&cKit' but not '&4example&ckit' nor '&4Example_&cKit'
# Special mention. Make sure the kit-name is the same as the name of the kit category - the colors.
Kits:
ExampleKit:
kit-name: '&4Example&cKit'
price: 500
buyable: false
permission: false
execute-command: pex user %1% add kitpvp.kits.ExampleKit
item: '267 : 1 : enchant:ARROW_DAMAGE:1'
item-description:
- ' '
- 'This is an example kit'
- ' '
armor:
helmet: '298 : enchant:PROTECTION_ENVIRONMENTAL:20 : enchant:DURABILITY:50 : name:&1R&2a&3i&4n&5b&6o&7w &8C&9a&ap : dye:25,0,51 : lore:&1C&2o&3l&4o&5r&6E&7f&8f&9e&ac&bt&c - &1R&2A&3I&4N&5B&6O&7W&85'
chestplate: '311 : name:&1R&2a&3i&4n&5b&6o&7w &8T&9u&an&bi&cc'
leggings: '316 : enchant:PROTECTION_ENVIRONMENTAL:20'
boots: '309'
items:
- '276 : 1 : name:&bSharp Sword : enchant:DAMAGE_ALL:100 : lore:&bReally Really
Sharp Sword'
- '364 : 16'
- '160:15 : 1 : name:&4Stained glass pane'
potion-effects:
- 'INCREASE_DAMAGE : 99999 : 1'
TO BE ADDED
Price is $24.99 USD
Full support and future updates included in the price.
Full support and future updates included in the price.
