Description:
Weaponkit is designed to enhance your PvP experience with items that provide various potion effects, making battles more exciting and strategic.
Dependencies:
- WorldGuard (Tested version:6.1)
- WorldEdit (Tested version:6.1.2)
Features:
- Custom Items: Equip your players with custom Swords, Axes, Bows and Armor that grant special potion effects.
- Config File: Easily change the settings of erach item and and change messages in the config file.
- GUI: Easily take the items from the weaponkit gui.
- Command: Easily give the items using the weaponkit command
- Compatibility: Works seamlessly with Minecraft 1.8.8
Permissions:
Code (Text):
| Permission | Description |
|---------------------------------------|------------------------------------------|
| `weaponkit.gui.use` | Allows use to open the Gui |
| `weaponkit.command.use | Gives access to `/weaponkit` |
| `weaponkit.item.give` | Allows use to give items |
| `activate.craft.use` | Allows you to activate Custom craft |
Commands:
Code (Text):
| Command | Description |
|-----------------------------------------------|-------------------------------------------------------------------------------------|
| `/weaponkit` | Opens the Weaponkit GUI to allow players to select their item. |
| `/weaponkit help` | Displays usage instructions for the Weaponkit command. |
| `/weaponkit List` | Shows the available types of items in the Weaponkit. |
| `/weaponkit <Player> Star` | Gives a Wither Tear to `<Player>` for clearing bad effects when right-clicked. |
| `/weaponkit <Player> <ItemType> <EffectType>` | Gives `<Player>` an item with `<EffectType>` effect. |
| `/weaponkit <Player> <Wither> <Item>` | Gives `<Player>` a Wither item. |
| `/ActivateCraft <Player> <On/Off>` | Allows or denies `<Player>` to use CustomCrafts. |
Config File:
Code (Text):
Weaponkit:
Prefix: "&7[&5Weaponkit&7]"
AllowItemDrop: true
Permissions:
PermissionGuiUse: "weaponkit.gui.use"
PermissionCommandUse: "weaponkit.command.use"
ItemGive: "weaponkit.item.give"
ActivateCraft: "activate.craft.use"
ConsoleCommand:
NotAPlayerCommand: "&cThis Command can only be use by the &aConsole."
WeaponkitGui:
Name: "&7[&5Weaponkit&7]"
# Size is how many slots the gui should have.
Size: 27
CoolDown:
WaitMessage: "&7Please wait until the &acooldown &7has run out. Time left:&5"
ResetMessage: "&7Your &acooldown &7has been &3reset"
Messages:
PermissionMessage: "&cYou do not have permission to use this command."
ActivateCraftOnMessage: "&7Can now use custom crafts."
ActivateCraftOffMessage: "Can no longer use custom crafts."
ActivateCraftIsOffMessage: "&cYour not allowed to use custom crafts."
ConfigReloadMessage: "&3Config &7reloaded &asuccessfully"
HelpMessage:
- "&7----------------- &aHelp &7---------------"
- "&5/WeaponKit help &7- To see how to use this command"
- "&5/WeaponKit &7 to open a Gui and choose your item"
- "&5/WeaponKit List &7- To see what type of items are available"
- "&5/WeaponKit <Player> Star &7- To receive a Wither Tear, right click it, and it well clear bad effects"
- "&5/WeaponKit <Player> <ItemType> <EffectType> &7- To give a player a item"
- "&5/Weaponkit <Player <Wither> <Item> &7- To give the a player a wither item"
- "&5/ActivateCraft <Player> <On/Off> &7- To allow/deny the player to use CustomCrafts"
- "&7-------------------------------------"
Items:
ListItemsCommand:
- "&7----------------- &aAvailable Items &7---------------"
- "&5Sword: &7- Poison, Blindness, Nausea and Wither"
- "&5Axe: &7- Poison, Blindness, Nausea. Wither"
- "&7Thor, Heal, Strength, Jump and Tank"
- "&5Bow: &7- Multi and Wither"
- "&5Wither: &7- Kit, Tear, Helmet, ChestPlate, Leggins and Boots"
- "&7----------------------------------------------"
# Important note!! Only one item in a slot
WitherTear:
Enchantments: true # How to disable: set it to: false
Soulbound: true # How to disable: set it to: false
Name: '&5Wither Tear'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 18
Cooldown: 5 # Set to 0 for no cooldown
Armor:
WitherHelmet:
Enchantments: true # How to disable: set it to: false
Soulbound: true # How to disable: set it to: false
Name: '&5Wither Helmet'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 23
WitherChestPlate:
Enchantments: true # How to disable: set it to: false
Soulbound: true # How to disable: set it to: false
Name: '&5Wither ChestPlate'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 24
WitherLeggings:
Enchantments: true # How to disable: set it to: false
Soulbound: true # How to disable: set it to: false
Name: '&5Wither Leggings'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 25
WitherBoots:
Enchantments: true # How to disable: set it to: false
Soulbound: true # How to disable: set it to: false
Name: '&5Wither Boots'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 26
Axe:
PoisonAxeConfig:
Soulbound: true
Enchantments: true
Name: '&5PoisonAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 9
Cooldown: 10 # Set to 0 for no cooldown
NauseaAxeConfig:
Soulbound: true
Enchantments: true
Name: '&3NauseaAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 10
Cooldown: 10 # Set to 0 for no cooldown
BlindnessAxeConfig:
Soulbound: true
Enchantments: true
Name: '&6BlindnessAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 11
Cooldown: 10 # Set to 0 for no cooldown
WitherAxeConfig:
Soulbound: true
Enchantments: true
Name: '&5WitherAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 12
Cooldown: 10 # Set to 0 for no cooldown
ThorAxeConfig:
Soulbound: true
Enchantments: true
Name: '&bThorAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 13
Cooldown: 60 # Set to 0 for no cooldown
HealAxeConfig:
Soulbound: true
Enchantments: true
Name: '&dHealAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 14
Cooldown: 50 # Set to 0 for no cooldown
StrengthAxeConfig:
Soulbound: true
Enchantments: true
Name: '&4StrengthAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 15
Cooldown: 15 # Set to 0 for no cooldown
JumpAxeConfig:
Soulbound: true
Enchantments: true
Name: '&eJumpAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 16
Cooldown: 60 # Set to 0 for no cooldown
TankAxeConfig:
Soulbound: true
Enchantments: true
Name: '&aTankAxe'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 17
Cooldown: 30 # Set to 0 for no cooldown
Sword:
PoisonSwordConfig:
Soulbound: true
Enchantments: true
Name: '&5PoisonSword'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 0
Cooldown: 30 # Set to 0 for no cooldown
NauseaSwordConfig:
Soulbound: true
Enchantments: true
Name: '&3NauseaSword'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 1
Cooldown: 30 # Set to 0 for no cooldown
BlindnessSwordConfig:
Soulbound: true
Enchantments: true
Name: '&6BlindnessSword'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 2
Cooldown: 30 # Set to 0 for no cooldown
WitherSwordConfig:
Soulbound: true
Enchantments: true
Name: '&5WitherSword'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 3
Cooldown: 30 # Set to 0 for no cooldown
Bow:
Multi:
Soulbound: true
Enchantments: true
Name: '&6Multi Bow'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 7
Cooldown: 0 # Set to 0 for no cooldown
Wither:
Soulbound: true
Enchantments: true
Name: '&5WitherBow'
DisplayItemInGui: true # How to disable: set it to: false
SlotNumber: 8
Cooldown: 5 # Set to 0 for no cooldown