HomeJavaModsBWKits [BedWars ADD-ON]
BWKits [BedWars ADD-ON]
new_bwkits_logo_done.PNG
Plugin made special for minigames servers. Allows you to add the kit system in your BedWars game. Simple, configurable and useful add-on. Enjoy it!

P.S. My first plugin. So, will be really grateful if you will rate the plugin and leave a review.
new_features.PNG
FULLY CONFIGURABLE
You can change every message or description of any kit. Translate it into any language you want.<!> Only one thing you can't change - kits(will be added in future updates).

EASY TO SETUP
You don't have to install extra plugins. All systems will work without any help.
MULTIVERSION
Plugin works on all version starting from 1.7.
REGULAR UPDATES
We want to make our plugin better and will update it as often as we can. Already for now we are planning new kits, customization update and much more!

Spoiler: Screenshots
screens.PNG

new_requirements.PNG
Everything you need to install - BedWars. Work only with Recommended: [BedWars Reloaded]
<!>
Our plugin doesn't have any requirements! All works without extra plugins!

<!> Item that will open the menu of the shop or kit selector you need to create by yourself(this system will be removed in future updates and you will have a possibility to change everything you want). You can use any plugin like CustomJoinItems or something like that.


new_cmdandperms.PNG
/bwk - Opens kit selector.[Uses to chose kits] (bwk.player)
/bwr - Reloading config (bwk.reload)


new_installandcfg.PNG
1) Download the plugin.
2) Put the plugin in your server folder.
3) Reload or restart the server.
4) Configure the plugin for your own needs.
5) Restart your server again.
Spoiler: lang.yml
Code (YAML):

#╔══╗╔╗╔╗╔╦╗╔═╦══╦════╦═══╗─────╔╗╔╗─╔╗
#║╔╗║║║║║║║║║╔╩╣╠╣╔╗╔╗║╔═╗║────╔╝║║║─║║
#║╚╝╚╣║║║║║╚╝╝─║║╚╝║║╚╣╚══╗╔╗╔╗╚╗║║╚═╝║
#║╔═╗║╚╝╚╝║╔╗║─║║──║║─╚══╗║║╚╝║─║║╚══╗║
#║╚═╝╠╗╔╗╔╣║║╚╦╣╠╗─║║─║╚═╝║╚╗╔╝╔╝╚╦╗─║║
#╚═══╝╚╝╚╝╚╝╚═╩══╝─╚╝─╚═══╝─╚╝─╚══╩╝─╚╝
#
#======= BWKits2.0 by BrainRTP ======#
#/bwk - Opens kit selector. [Uses to chose kits.yml] (bwk.player)
#/bwr - Reloading config. (bwk.reload)
#=================================#
prefix
: "&c[&fBWKits&c] &f> "
permissionDeny
: "&cYou don't have permission to do this."
kitSelected
: "&aKit &c%s &aselected!"
kitClear
: "&aKit clear"
kitNotAvalible
: "&cKit &4%s &cnot available!"
notInGame
: "&cYou're not in the game."
kitRecived
: "&eSelected kit: %s"
reloadSuccess
: "&aPlugin has been successfully reloaded!"
# ===== Menu Message =====
menuResetKit
: "Reset kit"
menuTitle
: "BWKits"
kitNoPermission
: "&cBuy this kit on www.site.com"
# ===== Coming Soon =====
#purchaseComplete: "&aKit successfully purchased!"
#purchaseNoMoney: "&cNot enough money to purchase this kit."
#purchaseNoPermission: "&cYou don't have permission to purchase this kit."
#kitAlreadySelected: "&aKit &c%s &aalready selected!"
 
Spoiler: kits.yml
Code (YAML):

warrior
:
  iconItem
: IRON_SWORD
  name
: '&cWarrior'
  description
:
   - "&7This class made for aggressive gameplay and"
    - "&7for annihilation, your enemies!"
    - " "
    - "&7Kit contains:"
    - "&e> &fIron Sword"
    - " "
  equipment
:
    items
:
     - IRON_SWORD:1 #Item:Ammount

miner
:
  iconItem
: IRON_PICKAXE
  name
: '&6Miner'
  description
:
   - "&7Co-op with Teleporter and your enemies"
    - "&7won't have chances to win!"
    - " "
    - "&7Kit contains:"
    - "&e> &fIron Pickaxe"
    - " "
  permission
: 'bwk.warrior'
  equipment
:
    items
:
     - IRON_PICKAXE:1 #Item:Ammount

builder
:
  iconItem
: SANDSTONE
  name
: '&aBuilder'
  description
:
   - "&7Get to the middle quickly!"
    - " "
    - "&7Kit contains:"
    - "&e> &fSandstone &eх64"
    - " "
  equipment
:
    items
:
     - SANDSTONE:64

tank
:
  iconItem
: CHAINMAIL_CHESTPLATE
  name
: '&fTank'
  description
:
   - "&7Absorbs all damage! That allows your mates to"
    - "&7destroy the enemies."
    - " "
    - "&7Kit contains:"
    - "&e> &fLeather Helmet"
    - "&e> &fChain Chestplate"
    - "&e> &fLeather Leggins"
    - "&e> &fLeather Boots"
    - " "
  equipment
:
    helmet
: LEATHER_HELMET
    chestplate
: CHAINMAIL_CHESTPLATE
    leggings
: LEATHER_LEGGINGS
    boots
: LEATHER_BOOTS

defender
:
  iconItem
: LEATHER_CHESTPLATE
  name
: '&5Defender'
  description
:
   - "&7Don't let the enemies to destroy your bed!"
    - "&7Your team depends on you."
    - " "
    - "&7Kit contains:"
    - "&e> &fLeather Helmet"
    - "&e> &fLeather Chestplate"
    - "&e> &fLeather Leggins"
    - "&e> &fLeather Boots"
    - "&e> &fWood Sword"
    - " "
  equipment
:
    helmet
: LEATHER_HELMET
    chestplate
: LEATHER_CHESTPLATE
    leggings
: LEATHER_LEGGINGS
    boots
: LEATHER_BOOTS
    items
:
     - WOODEN_SWORD:1

teleporter
:
  iconItem
: ENDER_PEARL
  permission
: 'bwk.kit.teleporter'
  name
: '&dTeleporter'
  description
:
   - "&7Just pickup your pickaxe and go to destroy your"
    - "&7enemies! You can surprise them with it!"
    - " "
    - "&7Kit contains:"
    - "&e> &fEnder Pearl"
    - " "
  equipment
:
    items
:
     - ENDER_PEARL:1

resources
:
  iconItem
: BRICK
  permission
: 'bwk.kit.resources'
  name
: '&eBonus Resources'
  description
:
   - "&7In the beginning you can buy what you want and"
    - "&7start playing without collecting resources!"
    - " "
    - "&7Kit contains:"
    - "&e> &fBronze &ex64"
    - "&e> &fIron &ex4"
    - " "
  equipment
:
    items
:
     - BRICK:64
      - IRON_INGOT:4

archer
:
  iconItem
: BOW
  permission
: 'bwk.kit.archer'
  name
: '&eArcher'
  description
:
   - "&7Your bow - fear of your enemies! Just aim and..."
    - " "
    - "&7Kit contains:"
    - "&e> &fBow"
    - "&e> &fArrow &eх32"
    - " "
  equipment
:
    items
:
     - BOW:1
      - ARROW:32
 


new_reviews.PNG


new_todo.PNG
- New kits and possibility to create your own!
- Code optimization
- Removing requirement to install CustomJoinItems or plugins like that.
- Database config
<!> You can offer your own feature and we will add it!

new_contact.PNG
For any offers, bug reports or proposition, you can pm me or add me in
Skype: BrainRTP

<!> Please, don't leave a bad review if the plugin is not working or you have any issues! Contact us and we will help you to resolve the problem.

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BWKits [BedWars ADD-ON] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 10,953 times (via Spigot). Download it and open it directly in the game.

Explore more