HomeJavaModsZPvPToggle
ZPvPToggle
ModsJava

ZPvPToggle

by ZepsiZola · on Modrinth

Zepsi's PvPToggle. A simple PvP Toggle plugin. Let players choose if they want to be vulnerable to PvP. Free Minecraft Java mod for 1.21, 1.21.1, 1.21.2.

⬇ Download on Modrinth

ZPvPToggle

A lightweight Minecraft plugin that allows players to toggle their PvP status on and off. Players can only engage in PvP when both parties have PvP enabled.

ZPvPToggle API Version Folia Support

Features

Commands

Command Description Permission
/pvp Toggle your PvP status zpvptoggle.user
/pvp toggle Toggle your PvP status zpvptoggle.user
/pvp on Enable your PvP status zpvptoggle.user
/pvp off Disable your PvP status zpvptoggle.user
/pvp hide Hide PvP particle indicators zpvptoggle.user
/pvp show Show PvP particle indicators zpvptoggle.user
/pvp indicator <indicator> Change your PvP indicator zpvptoggle.indicator.
/pvp help Display the help message zpvptoggle.user
/pvp reload Reload plugin configuration zpvptoggle.admin
/pvp <player> Toggle PvP for another player zpvptoggle.admin
/pvp bypass <player> Toggle PvP Bypass status for you or another player zpvptoggle.admin

Permissions

Permission Description Default
zpvptoggle.user Allows players to toggle their own PvP status true
zpvptoggle.indicator.<indicator> Give access to specific indicators. multiple
zpvptoggle.admin Allows staff to toggle PvP status for other players op

Configuration

config.yml

# Whether to disable PvP when a player dies
disable-pvp-on-death: true
# Whether to show a warning message when a player first toggles PvP
warning-message-enabled: true
# Whether to apply pvp-toggle protections to pets of players too
protect-pets: true
# Duration of the cooldown for players toggling pvp or since their last pvp interaction
pvp-cooldown: 10.0

particle-indicator:
  # Interval in ticks to show the ring of particles. 20 ticks = 1 second.
  interval-ticks: 60
  # Maximum distance (in blocks) at which players can see PvP indicators.
  max-view-distance: 32
  # The default indicator to use (must match one of the keys in the indicators section)
  default-indicator: default
  # Define multiple particle ring indicators
  indicators:
    # Default ring - red circle around feet
    default: 
      type: REDSTONE
      points: 32
      random-particle-positions: false
      radius: 0.8
      y-offset: 0.1
      interval: 5
      random-offset-vertical: 0.0
      random-offset-horizontal: 0.0
      speed: 0.01
      color: RED
      dust-size: 1.0

Compatibility

Dependencies

Installation

  1. Download the latest version of ZPvPToggle from Modrinth.
  2. Download MCKotlin from Modrinth
  3. Place the downloaded .jar files into your server's plugins/ folder.
  4. Restart your server.
  5. Configure the plugin to your liking by editing the .yml files in the plugins/ZPvPtoggle/ folder.
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more