HomeJavaModsKeniItems - Boxpvp Abilities
ModsJava

KeniItems - Boxpvp Abilities

Boxpvp Abilities. Free Minecraft Java mod for 1.16, 1.17, 1.18.

⬇ Download on Spigot

✦ KeniItems ✦
Custom Special Items & Abilities Plugin

Transform your BoxPVP server with 20+ unique special items
featuring multiple activation types, custom structures, duels, traps, and much more!


Tested on Spigot & Paper 1.20+

⚔ Features


Complete Item List

Structure Items

Capsule (Right-Click / Hit Player)
Creates a hollow glass sphere around the target. Configurable radius, duration, block type, and replaceable materials. Structure is fully protected from breaking, explosions, pistons, fire, and endermen.

Mini Capsule (Right-Click / Hit Player)
Smaller version of the capsule with independent radius, duration, and cooldown settings.

Casita (House) (Right-Click / Hit Player)
Spawns a complete rectangular house structure with configurable wall, floor, roof, and window materials. Includes proper window placement on walls between corners.

Crafting Capsule (Right-Click / Hit Player)
Creates a cubic room made entirely of crafting tables. Configurable width and height.

Player Capsule (Throw / Hit Player)
Traps the target player inside a colored stained glass sphere and teleports them to a configurable location.

Combat Items

Anti-Elytra (Throw / Hit Player)
Disables the target's elytra for a configurable duration. Prevents them from activating glide mode and forces them to land if they are currently flying.

Anti-Build (Throw / Hit Player)
Prevents the target from placing blocks for a configurable duration. Supports two modes: block ALL blocks or only specific block types from a configurable list.

Inventory Chaos (Throw / Hit Player)
Shuffles the target's inventory randomly. Can be configured to shuffle only the hotbar or the entire inventory. Targets with the immunity permission are not affected.

Swap Orb (Throw / Hit Player)
Instantly swaps positions between you and the target player with portal particle effects.

Frost Bomb (Throw)
Throwable ice bomb that applies slowness to nearby enemies and temporarily replaces ground blocks with packed ice.

Web Trap (Throw / Hit Player / Right-Click)
Creates a cylinder of cobwebs around the target location. Configurable radius, height, and duration. Webs are automatically removed after the timer expires.

Web Deleter (Throw / Right-Click)
Removes all cobwebs in a configurable spherical radius. Will not activate if no cobwebs are found nearby.

Utility Items

Teleporter (Throw / Hit Player)
Teleports both you and the target to a predefined location. Coordinates, world, yaw, and pitch are all configurable.

Time Machine (Right-Click)
Marks your current position, then automatically teleports you back after a configurable delay. Supports title or chat message notifications with countdown.

Health Totem (Throw / Right-Click)
Places an invisible healing zone that regenerates health for all nearby players at a configurable interval. Includes heart particles and beacon sounds.

Duel System (Death Capsule)

Death Capsule (Hit Player)
The most advanced item in the plugin. Forces a full 1v1 duel inside a custom capsule:


Infinite Items

Infinite Food (Right-Click / Eat)
A golden apple that is automatically restored to your inventory after eating. Never runs out.

Infinite Rockets (Right-Click)
Firework rockets that are restored after each use. Configurable flight power level. Works both while flying with elytra and on the ground.

Infinite Totem (Automatic on Death)
A totem of undying that is automatically restored after activation. Supports both main hand and off-hand.

Commands

Code (Text):

/keniitems reload              - Reloads all configuration files
/keniitems give <player> <item> - Gives a special item to a player
/ki give <player> <item>        - Short alias
 
Available item names for the give command:
Code (Text):

capsule, small_capsule, casita, anti_elytra, teleporter,
inventory_chaos, player_capsule, crafting_capsule, anti_build,
time_machine, web_trap, web_del, health_totem, swap_orb,
frost_bomb, capsula_muerte, infinite_food, infinite_rockets,
infinite_totem
 
Permissions

Code (Text):

keniitems.give          - Allows giving special items to players (default: op)
keniitems.reload        - Allows reloading the plugin configuration (default: op)
keniitems.bypass        - Bypass cooldowns and region restrictions (default: op)
keniitems.infinite      - Items are not consumed on use (default: op)
keniitems.chaos.immune  - Immune to the inventory chaos effect (default: op)
 
⚙ Configuration

The plugin generates two fully commented configuration files:

config.yml — Main configuration

messages.yml — All plugin messages

Spoiler: config.yml example
Code (YAML):

settings
:
  debug
: false
  metrics
:
    enabled
: true
  welcome_message
:
    enabled
: true
    console
: "&a[KeniItems] Plugin loaded successfully!"
    player
: "&#82c2ff&lKENIITEMS &8» Thanks for using KeniItems!"

  compatibility
:
    pvpmanager
:
      enabled
: true
      only_in_pvp
: false
    deluxecombat
:
      enabled
: true
      only_in_combat
: false

  global_effects
:
    enable_sounds
: true
    enable_particles
: true
    enable_item_glow
: true

activation_types
:
  capsule
: [ "right_click", "hit_player" ]
  small_capsule
: [ "right_click", "hit_player" ]
  casita
: [ "right_click", "hit_player" ]
  anti_elytra
: [ "throw", "hit_player" ]
  teleporter
: [ "throw", "hit_player" ]
  inventory_chaos
: [ "throw", "hit_player" ]
  player_capsule
: [ "throw", "hit_player" ]
  crafting_capsule
: [ "right_click", "hit_player" ]
  anti_build
: [ "throw", "hit_player" ]
  time_machine
: [ "right_click" ]
  web_trap
: [ "throw", "hit_player", "right_click" ]
  web_del
: [ "throw", "right_click" ]
  health_totem
: [ "throw", "right_click" ]
  swap_orb
: [ "throw", "hit_player" ]
  frost_bomb
: [ "throw" ]
  capsula_muerte
: [ "hit_player" ]
  infinite_food
: [ "right_click" ]
  infinite_rockets
: [ "right_click" ]
  infinite_totem
: [ "right_click" ]

items
:
  capsule
:
    item
: BOWL
    name
: '& #FF6C6C&lCAPSULE'
    lore
:
     - '&7Use this item to create a capsule'
      - '&7around you!'
      - ''
      - '&7Size
: &b5 x 5'
      - '&7Duration
: &a20 seconds'
      - '&7Cooldown
: &c60 seconds'
    radius
: 5
    duration
: 20
    cooldown
: 60
    blocks
: GLASS
    replace_materials
:
     - AIR
      - COBWEB
    regions
:
      excluded
:
       - spawn
    sounds
:
      create
: BLOCK_GLASS_PLACE
      break
: BLOCK_GLASS_BREAK
      cooldown
: BLOCK_NOTE_BLOCK_BASS

  # ... 19 more items fully configurable
 

Dependencies

Code (Text):

Required:
  - WorldGuard (region-based item restrictions)

Optional:
  - PvPManager (PvP toggle compatibility)
  - DeluxeCombat (combat tag compatibility)
 
✅ Compatibility

Code (Text):

Minecraft:       1.20 - 1.21.x
Server Software: Spigot, Paper, Purpur, Folia*
Java:            17+
 
*Folia support is experimental

bStats

This plugin uses bStats to collect anonymous usage statistics.
You can opt out by editing plugins/bStats/config.yml.

[​IMG]

Installation

  1. Download the latest version of KeniItems
  2. Place the .jar file in your server's plugins folder
  3. Make sure WorldGuard is installed
  4. Restart your server
  5. Edit config.yml and messages.yml to your liking
  6. Use /keniitems reload to apply changes
  7. Give items with /ki give <player> <item>

❓ Support



⬇ Download Now ⬇

Made with ❤ by kenimon

Commands

Plugin details

Read from the plugin's own plugin.yml.

KeniItems - Boxpvp Abilities is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18, 1.19 and newer. Downloaded 241 times (via Spigot). Download it and open it directly in the game.

Explore more