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
- 20+ Unique Special Items — Each with custom effects, particles, and sounds
- 3 Activation Types — Right-click, hit a player, or throw as a projectile
- Capsule System — Create protective glass spheres around yourself or enemies
- Casita (House Builder) — Spawn a temporary house with walls, floor, roof & windows
- Advanced Duel System — Force 1v1 duels inside 5 different capsule shapes
- Infinite Items — Food, rockets, and totems that never run out
- WorldGuard Integration — Include or exclude regions per item
- PvPManager & DeluxeCombat Support — Optional combat-based restrictions
- 100% Configurable — Every message, sound, particle, cooldown and value is editable
- HEX Color Support — Full RGB color codes (&#RRGGBB) in names and messages
- bStats Metrics — Built-in anonymous usage statistics
- Debug Mode — Toggle detailed console logging for troubleshooting
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:
- 5 Capsule Shapes: Sphere, Cube, Cylinder, Pyramid, Dome
- Countdown Phase: Players cannot attack each other until the countdown ends
- Title Notifications: Configurable titles for countdown, start, and end phases
- Exit Detection: Leaving the capsule automatically loses the duel
- Death on Exit: Optional instant death when escaping
- Item Transfer: Winner can receive the loser's items automatically
- Command Blocking: Block all commands during the duel with a configurable whitelist
- Custom Particles: Different particle effects for countdown, start, and end
- Original Block Restoration: Terrain is restored to its original state after the duel
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
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
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)
The plugin generates two fully commented configuration files:
config.yml — Main configuration
- Global settings (debug mode, metrics, welcome message)
- Plugin compatibility (PvPManager, DeluxeCombat)
- Activation types per item
- Individual item configuration (material, name, lore, cooldown, duration, radius, sounds, regions, etc.)
messages.yml — All plugin messages
- Fully customizable with HEX color support
- Per-item message sections
- Placeholder support ({time}, {duration}, {player}, {count}, etc.)
Spoiler: config.yml example
settings:
debug : false
metrics:
enabled : true
welcome_message:
enabled : true
console : "&a[KeniItems] Plugin loaded successfully!"
player : "Rc2ff&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
Code (YAML):
settings:
debug : false
metrics:
enabled : true
welcome_message:
enabled : true
console : "&a[KeniItems] Plugin loaded successfully!"
player : "Rc2ff&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)
Code (Text):
Minecraft: 1.20 - 1.21.x
Server Software: Spigot, Paper, Purpur, Folia*
Java: 17+
bStats
This plugin uses bStats to collect anonymous usage statistics.
You can opt out by editing plugins/bStats/config.yml.
Installation
- Download the latest version of KeniItems
- Place the .jar file in your server's plugins folder
- Make sure WorldGuard is installed
- Restart your server
- Edit config.yml and messages.yml to your liking
- Use /keniitems reload to apply changes
- Give items with /ki give <player> <item>
❓ Support
- Discord: discord.gg/YEVMdY5Jsp
- Bugs: Report issues in the Discussion tab
- Feature Requests: Suggest ideas on our Discord server
⬇ Download Now ⬇
Made with ❤ by kenimon
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.