Type to search the documentation...

NeonHUB-PvP

A dynamic "magic sword" system enabling seamless hub engagements without the bloat of full combat mini-games.

NeonHUB-PvP provides lobby players with interactive combat tools, granting specific loadouts allowing friendly combat strictly controlled by global cooldowns and world blacklists.

Free Resource

This is a 100% free plugin provided by NeonStudios. You can download the latest jar securely through our Discord or BuiltByBit page.

Configuration

The config.yml handles base world restrictions and toggling logic.

YAML — config.yml
# Worlds where NeonPvP will be disabled
disabled-worlds:
  - world_nopvp

# Cooldown (in seconds) for enabling and disabling PvP mode
enable-cooldown: 4
disable-cooldown: 4

sound-effects: true

PvP Loadouts (Items)

Configure exactly what armor and weapons players receive during the interaction via items.yml. It securely enforces standard metadata like enchantments seamlessly.

YAML — items.yml
items:
  weapon:
    slot: 1 # Inventory slot where the weapon will be placed
    material: NETHERITE_SWORD
    name: '&cPvP Sword &7(Hold To Fight)'
    enchantments:
      sharpness: 5
  helmet:
    material: NETHERITE_HELMET
    enchantments:
      protection: 4
All Documentation