KhKits icon

KhKits -----

A KitPvP skript



KhKits informations
⦁ Server version: 1.8x
⦁ Depend: KhCore
For any other pieces of information, don't hesitate to contact me via Discord!


Commands:
- /khkits build - Toggles constructor mode
- /khkits coins - Manage a player's coins
- /khkits set - Defines warps
- /spawn - Teleport to SPAWN
- /fps - Teleport to FPS warp
- /lava-challenge - Teleport to LAVA-CHALLENGE warp
- /knockback - Teleport to KNOCKBACK warp

Permissions:
- khkits.* (All permissions)
- khkits.fly (Fly in the spawn)
- khkits.chat.color (Colorful writing)
- khkits.chat.delay (Bypass delay chat)

Videos:
Donde version (1.0)


Signs:
- Refill and recraft:

line-1: [khkits]
line-2: soup

Files:
Code (YAML):
# crafted by kick#0808
# www.kskripts.tk

options
:
  coins
:
    kills
: 50
    death
: 25
  xp
:
    kills
: 10
  pagged
:
    next_page
: 'LIGHT_GREEN_DYE : 1 : nome>&aNext page : desc>&7Go to page {next_page }.'
    previous_page
: 'GRAY_DYE : 1 : nome>&aPrevious page : desc>&7Return to page {previous_page }.'

chat
:
  delay
: '&cWait another {time } to speak again.'
  color
:
    default
: '&7'
    custom
: '&f'
  format
: '&7 [&a {khkits_level }&7 ] {khcore_prefixed } {color } : {message }'

lobby
:
  broadcast
: ' {khcore_prefixed } &6joined the lobby!'

ingame
:
  broadcast
:
    suicide
: ' {name } &edied alone.'
    killed
: ' {name } &ewas killed by {killer }&e.'
  messages
:
    daily_coins
: '&aYou collected &6 {coins } coins&a in the daily box.'
    level_up
: '&aYour level has been raised to level &2 {level }'
    delay
: '&cWait another {time } to use it again.'
    bow
:
      hit
: ' {name } &ahas &c {hp }❤ &aof HP'
    summary
:
      base
: '\n  &e&lSUMMARY:\n '
      coins
: '       &a+ {coins } coins &fearned for performing &c {kills } &fkill {s }.'
      xp
: '       &a+ {xp }XP &fearned for performing &c {kills } &fkill {s }.'
      level_up
: '       &a+ {coins } coins &fearnings for leveling up.'
    deathcries
:
      buy
: '&aYou purchased the &6 {deathcrie }&a death cry!'
    kit
:
      buy
: '&aYou purchased the &6 {kit }&a kit!'
      select
: '&aYou have selected the &6 {kit }&a kit!'
  sign
:
    soup
:
      line-1
: '&aBoard'
      line-2
: ''
      line-3
: '&8Click to get'
      line-4
: '&8 more soups.'

scoreboard
:
  title
: '&a&lKIT PVP'
  lines
:
 - ''
  - ' Kills
: &a{khkits_kills}'
  - ' Deaths
: &a{khkits_deaths}'
  - ''
  - ' Kill Streak
: &a{khkits_killstreak}'
  - ''
  - ' Level
: &a{khkits_level}'
  - ' Coins
: &6{khkits_coins}'
  - ''
  - '&7www.kskripts.tk'
Code (YAML):
spawn:
  warps
:
    slot
: 2
    execute
: 'menu>warps'
    icon
: 'COMPASS : nome>&eWarps'
  kits
:
    slot
: 3
    execute
: 'menu>kits'
    icon
: 'NETHER_STAR : nome>&eKits'
  shop
:
    slot
: 5
    execute
: 'menu>shop'
    icon
: 'EMERALD : nome>&eShop'
  moneyday
:
    slot
: 6
    execute
: 'menu>moneyday'
    icon
: 'CHEST_MINECART : 1 : nome>&aDaily Coins'
    icon-i
: 'MINECART : 1 : nome>&cDaily Coins'

ingame
:
  # the first number is the slot of item
  soup
: 'SOUP : 36 : nome>&aSoup'
  red_mushroom
: '13 : RED_MUSHROOM : 64 : nome>&aRed Mushroom'
  brown_mushroom
: '14 : BROWN_MUSHROOM : 64 : nome>&aBrown Mushroom'
  bowl
: '15 : BOWL : 64 : nome>&aBowl'
Code (YAML):
menu:
  replaces
:
    selected
: '&6➟ This cry of death is already selected!'
    select
: '&e➟ Click to select this cry of death!'
    buy
: '&e➟ Click to buy this cry of death!'
    insufficient-coins
: '&c➟ You don''t have enough coins.'
    price
: '&fCost : &6{price} coins\n\n'
    none_selected
: ' None'
 
deathcries
:
  anvil
:
    name
: 'Anvil'
    icon
: 'ANVIL : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: ANVIL_BREAK
    volume
: 1.0
    speed
: 1.0
    price
: 1000
  enderman
:
    name
: 'Enderman'
    icon
: 'HEAD:3 : dono>enderman_35_G3 : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: ENDERMAN_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 3000
  spider
:
    name
: 'Spider'
    icon
: 'HEAD:3 : dono>xxxpotatoxxx : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: SPIDER_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 2500
  pigman
:
    name
: 'Pigman'
    icon
: 'HEAD:3 : dono>SeunghyeonBan : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: ZOMBIE_PIG_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 3000
  wolfhowl
:
    name
: 'Wolf Howl'
    icon
: 'HEAD:3 : dono>MHF_Wolf : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: WOLF_HOWL
    volume
: 1.0
    speed
: 1.0
    price
: 3500
  bat
:
    name
: 'Bat'
    icon
: 'HEAD:3 : dono>MHF_Bat : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: BAT_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 3000
  villager
:
    name
: 'Villager'
    icon
: 'HEAD:3 : dono>Ghourxy : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: VILLAGER_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 2500
  fireworks
:
    name
: 'Fireworks'
    icon
: '401 : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: FIREWORK_LAUNCH
    volume
: 1.0
    speed
: 1.0
    price
: 3500
  pig
:
    name
: 'Pig'
    icon
: 'HEAD:3 : dono>Pid0ras1223 : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: PIG_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 3000
  bone
:
    name
: 'Falling bones'
    icon
: 'BONE : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: SKELETON_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 2500
  rage
:
    name
: 'Rage'
    icon
: 'ROTTEN_FLESH : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: HORSE_DEATH
    volume
: 1.0
    speed
: 0.5
    price
: 2500
  portal
:
    name
: 'Portal'
    icon
: 'OBSIDIAN : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: PORTAL_TRAVEL
    volume
: 1.0
    speed
: 1.2
    price
: 3500
  lowing
:
    name
: 'Lowing'
    icon
: 'HEAD:3 : dono>MHF_Cow : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: COW_IDLE
    volume
: 1.0
    speed
: 1.0
    price
: 3000
  creeper
:
    name
: 'Creeper'
    icon
: 'HEAD:4 : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: CREEPER_DEATH
    volume
: 1.0
    speed
: 1.0
    price
: 2500
  slime
:
    name
: 'Slime'
    icon
: 'SLIME : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: SLIME_WALK
    volume
: 1.0
    speed
: 1.0
    price
: 2500
  dinossaur
:
    name
: 'Dinossaur'
    icon
: 'HEAD:3 : dono>Abstractous : nome>&6 {name } : desc>&7Plays the {name } Death Cry when\n&7you die.\n\n {state }\n&6➟ Right click to listen.'
    sound
: DONKEY_DEATH
    volume
: 1.0
    speed
: 0.0
    price
: 5000
Code (YAML):
menu:
  title
: 'Warps'
  rows
: 3
  replaces
:
    nobody_playing
: 'Nobody'
  items
:
    fps
:
      slot
: 11
      execute
: 'warp>fps'
      icon
: '20 : 1 : nome>&aFPS : desc>&7This warp is ideal for those players\n&7who have a more humble machine. Play\n&7here with no fps issues!\n\n&aClick here to go to the warp!\n&7 {on } playing!'
    lava-challenge
:
      slot
: 13
      execute
: 'warp>lava-challenge'
      icon
: 'LAVA_BUCKET : 1 : nome>&aLava Training : desc>&7Want to train your refill? This is the\n&7perfect challenge for you. Try to\n&7survive in a river of lava.\n\n&aClick here to go to the warp!\n&7 {on } playing!'
    knockback
:
      slot
: 15
      execute
: 'warp>knockback'
      icon
: 'STICK : encantar>SHARPNESS:1 : nome>&aKnockback : desc>&7In this warp you can throw your enemies\n&7away and kill them in a very easy way!\n\n&aClick here to go to the warp!\n&7 {on } playing!'

warps
:
  lava-challenge
:
    name
: 'LAVA'
    armor
:
   - ''
    items
:
    # the first number is the slot of item
    - ''
  fps
:
    name
: 'FPS'
    armor
:
    - 'PLAIN_GLASS_BLOCK
: nome>&aHelmet'
    - 'DIAMOND_BOOTS
: nome>&aBoots : encantar>PROTECTION:5'
    items
:
    - '0
: WOODEN_SWORD : nome>&aSword'
  knockback
:
    name
: 'KNOCKBACK'
    armor
:
    - 'IRON_CHESTPLATE
: nome>&aChestplate'
    items
:
    - '0
: STICK : nome>&aStick : encantar>KNOCKBACK:5\nSHARPNESS:2'
Code (YAML):
menu:
  title
: 'Shop - Kits'
  rows
: 6
  items
:
    back
:
      slot
: 49
      execute
: 'menu>shop'
      icon
: 'ROSE_RED : 1 : nome>&cReturn'
Code (YAML):
menu:
  title
: 'Shop - Death Cries'
  rows
: 6
  items
:
    back
:
      slot
: 49
      execute
: 'menu>shop'
      icon
: 'ROSE_RED : 1 : nome>&cReturn'
Code (YAML):
menu:
  title
: 'Shop'
  rows
: 3
  items
:
    kits
:
      slot
: 12
      execute
: 'menu>shop_kits'
      icon
: 'DIAMOND_SWORD : 1 : nome>&aKits : desc>&7Get an extra edge when using\n&7our kits that have special\n&7powers.\n\n &fUnlocked : &c{count}/{max} &8 ( {percent } %) \n\n&eClick here to view!'
    deathcries
:
      slot
: 14
      execute
: 'menu>shop_deathcries'
      icon
: '370 : 1 : nome>&aDeath Cries : desc>&7Let others know just how salty\n&7your tears are every time you\n&7die with these death cries!\n\n &fUnlocked : &c{count}/{max} &8 ( {percent } %)\n&f Selected: &7{selected} \n\n&eClick here to view!'
Resource Information
Author:
----------
Total Downloads: 6,571
First Release: May 22, 2019
Last Update: Jan 21, 2023
Category: ---------------
All-Time Rating:
18 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings