Back to Plugins
NoCPVP | Disable Crystal PVP | 1.13+ icon

NoCPVP | Disable Crystal PVP | 1.13+

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for NoCPVP | Disable Crystal PVP | 1.13+ Spigot Downloads badge for NoCPVP | Disable Crystal PVP | 1.13+ GitHub Stars badge for NoCPVP | Disable Crystal PVP | 1.13+ License badge for NoCPVP | Disable Crystal PVP | 1.13+ How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Repository: Earth1283/NoCPVP
Created by: Spiget Importer

Description

NoCPVP

A lightweight Paper plugin that disables crystal PVP mechanics and related exploits on your server.

Features

Feature Description
Ender Crystal damage Cancels all damage dealt by ender crystals
Respawn anchor explosions Cancels respawn anchor explosions (Overworld/End)
Bed explosions Cancels bed explosions (Nether/End)
Debuff potion effects Blocks configured potion effects from being applied to players
Splash/lingering potion throws Cancels debuff splash and lingering potions before they land
Tipped arrow crafting Prevents crafting of tipped arrows with configured potion types
Per-world config Restrict all protections to specific worlds only

Installation

  1. Download the latest jar from releases
  2. Drop it into your server's plugins/ folder
  3. Restart the server — plugins/NoCPVP/config.yml is generated automatically
  4. Edit the config as needed, then run /nocpvp reload

Requires: Paper 1.21+

Commands

Command Description Permission
/nocpvp reload Reloads the config without restarting nocpvp.reload (default: op)

Configuration

# NoCPVP Configuration
# After editing, run: /nocpvp reload

ender-crystal:
  disable-damage: true

debuff-potions:
  enabled: true
  block-throw: true        # also cancels the throw, not just the landing effect
  blocked-effects:
    - POISON
    - WITHER
    - WEAKNESS
    - SLOWNESS
    - MINING_FATIGUE
    - NAUSEA
    - BLINDNESS
    - HUNGER
    - UNLUCK
    - DARKNESS
    - INSTANT_DAMAGE

non-craftable-tipped-arrows:
  enabled: true
  blocked-potion-types:
    - SLOW_FALLING

respawn-anchor:
  disable-explosion: true

beds:
  disable-explosion: true

# Restrict all protections to these worlds only.
# Leave empty to apply in every world.
enabled-worlds: []

Config reference

ender-crystal.disable-damage — Cancels any damage event where the damager is an ender crystal.

debuff-potions.enabled — Master toggle for potion effect blocking and potion throw blocking.

debuff-potions.block-throw — When true, cancels splash/lingering potion projectiles thrown by players whose effects match the blocked list. Requires debuff-potions.enabled: true.

debuff-potions.blocked-effects — List of PotionEffectType names. Both the effect landing on a player and the potion throw are blocked.

non-craftable-tipped-arrows.enabled — Master toggle for tipped arrow crafting restrictions.

non-craftable-tipped-arrows.blocked-potion-types — List of PotionType names. Arrows of these types cannot be crafted.

respawn-anchor.disable-explosion — Cancels respawn anchor block explosions entirely. Useful for Overworld/End where they deal damage.

beds.disable-explosion — Cancels bed block explosions entirely. Covers all 16 bed colors. Useful for Nether/End.

enabled-worlds — List of world names (e.g. world, world_nether). When non-empty, protections only apply in the listed worlds. Defaults to empty (all worlds).

Building

./gradlew shadowJar

Output: build/libs/NoCPVP-1.0-all.jar

License

See LICENSE.

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for NoCPVP | Disable Crystal PVP | 1.13+
![Downloads](https://ezbanners.org/shields/plugins/1728ee2c-1206-4b73-bc07-2a0a7fc3f9b2/downloads.png)
Spigot Downloads
Spigot Downloads badge for NoCPVP | Disable Crystal PVP | 1.13+
![Spigot Downloads](https://ezbanners.org/shields/plugins/1728ee2c-1206-4b73-bc07-2a0a7fc3f9b2/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for NoCPVP | Disable Crystal PVP | 1.13+
![GitHub Stars](https://ezbanners.org/shields/plugins/1728ee2c-1206-4b73-bc07-2a0a7fc3f9b2/github-stars.png)
License
License badge for NoCPVP | Disable Crystal PVP | 1.13+
![License](https://ezbanners.org/shields/plugins/1728ee2c-1206-4b73-bc07-2a0a7fc3f9b2/license.png)