{"id":126939,"date":"2026-06-07T14:10:17","date_gmt":"2026-06-07T11:10:17","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/"},"modified":"2026-06-07T14:10:17","modified_gmt":"2026-06-07T11:10:17","slug":"pvp-toggle","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/","title":{"rendered":"pvp-toggle"},"content":{"rendered":"<p># PVP Toggle<br \/>\n![Available on Modrith](https:\/\/modrinth.com\/plugin\/pvp-toggle)<br \/>\n![Modrinth Downloads](https:\/\/img.shields.io\/modrinth\/dt\/XIb24zNt)<br \/>\n![Discord](https:\/\/discord.gg\/HAS9rmcWZF)<\/p>\n<p>Let your players choose when they want to fight! When a player is protected, **they can&#8217;t get damaged by other players** and also **can&#8217;t damage other players themselves.**<\/p>\n<p>Extensive configuration!<\/p>\n<p># Commands<\/p>\n<p>| Command             | Use                                       | Permission                   | Aliases           |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/pvp`              | Toggle pvp                                | `pvptoggle.pvp`              | N\/A               |<br \/>\n| `\/pvp <user>`       | Toggle pvp for user                       | `pvptoggle.pvp.others`       | N\/A               |<br \/>\n| `\/pvp reload`       | Reload the plugin                         | `pvptoggle.reload`           | N\/A               |<br \/>\n| `\/pvpstatus`        | Get if you are protected from pvp         | `pvptoggle.pvpstatus`        | `\/pstatus`, `\/ps` |<br \/>\n| `\/pvpstatus <user>` | Get if someone else is protected from pvp | `pvptoggle.pvpstatus.others` | `\/pstatus`, `\/ps` |<\/p>\n<p># PlaceholderAPI Integration<br \/>\nThis plugin supports **PlaceholderAPI**, and comes with the following placeholders.<br \/>\n&#8211; `%pvp-toggle_vulnerable%` Is the player vulnerable, expressed in *configurable* human-readable language.<br \/>\n&#8211; `%pvp-toggle_boolvulnerable%` Is the player vulnerable, expressed in `true` of `false`.<\/p>\n<p># Default config<br \/>\n&#8220;`yml<br \/>\n# What should messages be prefixed with?<br \/>\n# You can use the formatting codes listed at https:\/\/minecraft.wiki\/w\/Formatting_codes#Color_codes<br \/>\nprefix: &#8220;\u00a74PvP \u00bb&#8221;<\/p>\n<p># Should pvp be on by default?<br \/>\ndefault-pvp: false<\/p>\n<p># Do any worlds have PVPToggle disabled?<br \/>\ndisabled-worlds:<br \/>\n#  &#8211; world<\/p>\n<p># What is the message sent to players in the chat if they try to use the pvp command while on cooldown?<br \/>\n# %s is replaced by the time remaining, in the format of &#8220;1 minute and 32 seconds&#8221; or &#8220;32 seconds&#8221;<br \/>\ncooldown-message: &#8220;%s of cooldown remaining.&#8221;<\/p>\n<p># After enabling pvp, how many seconds must a player wait before disabling it?<br \/>\ncooldown: 120<\/p>\n<p># Should players be prevented from disabling pvp during a fight?<br \/>\nanti-abuse: true<\/p>\n<p># Should players be able to hit themselves?<br \/>\nhit-self: true<\/p>\n<p># Should particles be spawned when a player is hit, but protected?<br \/>\nparticles: true<\/p>\n<p># Should a message be sent to a player when they hit another player, but fail because that player is protected?<br \/>\nfeedback: true<\/p>\n<p># Should a player&#8217;s pvp status be reset when they die?<br \/>\ndeath-status-reset: true<\/p>\n<p># Should pvp be turned on after a player dies? Doesn&#8217;t apply if death-status-reset is false.<br \/>\ndeath-status: false<\/p>\n<p># How many seconds should a player&#8217;s cooldown be set to when they die? -1 to disable.<br \/>\ndeath-cooldown: -1<\/p>\n<p># After how many seconds should a player&#8217;s pvp be automatically re-enabled? -1 to disable.<br \/>\nlimited-time: -1<\/p>\n<p># Should a player be sent a chat message when their pvp is automatically re-enabled?<br \/>\nlimited-message: &#8220;You are now %s&#8221;<\/p>\n<p># Should a player be sent a chat message when they die?<br \/>\ndeath-message: &#8220;You are now %s&#8221;<\/p>\n<p># Should players be able to attack pets of protected players?<br \/>\nprotect-pets: true<\/p>\n<p># Should players ever be able to hit their own pets? (More &#8220;friendlies&#8221; coming soon)<br \/>\nfriendly-fire: false<\/p>\n<p># What should the message be when a player tries to attack someone but fails because they&#8217;re protected?<br \/>\n# %s is replaced with the name of the attacked.<br \/>\npvp-off-message: &#8220;You can&#8217;t fight %s!&#8221;<br \/>\n# %r is replaced with the name of the pet, for example &#8220;Wolf&#8221; or &#8220;King George II.&#8221;<br \/>\npet-pvp-message: &#8220;You can&#8217;t fight %s&#8217;s %r!&#8221;<\/p>\n<p># What should the message be when you try to attack your own team, but fail because friendly-fire is false?<br \/>\nff-message: &#8220;Friendly fire!&#8221;<\/p>\n<p># What should the message be when toggle pvp?<br \/>\n# %s is replaced with the new state, &#8220;Vulnerable&#8221; or &#8220;Protected&#8221; by default.<br \/>\ntoggle-message: &#8220;You are now %s&#8221;<\/p>\n<p># What should the message be when the console tries to do something that only players can do?<br \/>\nconsole-message: &#8220;\u00a7cYou can&#8217;t use this command from the console.&#8221;<\/p>\n<p># What should the message be when someone tries to do something, but can&#8217;t because they don&#8217;t have permission to?<br \/>\npermission-message: &#8220;You don&#8217;t have permission to use this command.&#8221;<\/p>\n<p># What should the message be after reloading this plugin?<br \/>\nreload-message: &#8220;Reloaded!&#8221;<\/p>\n<p># What should the message be when the targeted player can&#8217;t be found?<br \/>\n# %s is replaced with the name of the targeted player.<br \/>\nnot-found-message: &#8220;%s isn&#8217;t online.&#8221;<\/p>\n<p># What should the message be after toggling another player&#8217;s pvp?<br \/>\n# %s is replaced with the name of the targeted player.<br \/>\n# %r is replaced with the new state, &#8220;Vulnerable&#8221; or &#8220;Protected&#8221; by default.<br \/>\nremote-toggle-message: &#8220;%s is now %r&#8221;<\/p>\n<p># What should the message be for checking pvp status?<br \/>\n# %s is the name of the player<br \/>\n# %r is the state; &#8220;Vulnerable&#8221; or &#8220;Protected&#8221; by default. (See: `disabled` and `enabled`)<br \/>\npvp-status-message: &#8220;Status of %s is now %r&#8221;<\/p>\n<p># What should the words for the two states of pvp be?<br \/>\ndisabled: &#8220;\u00a7aProtected&#8221;<br \/>\nenabled: &#8220;\u00a7cVulnerable&#8221;<br \/>\n&#8220;`<\/p>\n<p>> pvp-toggle IS NOT AFFILIATED WITH Microsoft Corporation, Minecraft IS A REGISTERED TRADEMARK OF Microsoft Corporation<br \/>\n><br \/>\n> pvp-toggle IS NOT AFFILIATED WITH Rinth Inc, &#8220;Modrinth&#8221; IS A REGISTERED TRADEMARK OF Rinth Inc<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let your players decide if they want pvp!<\/p>\n","protected":false},"featured_media":126940,"template":"","meta":{"_minecraft_slug":"pvp-toggle","_minecraft_project_id":"XIb24zNt","_minecraft_author":"LukeOnuke","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":9637,"_minecraft_follows":48,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"pvp-toggle.zip","_minecraft_size_bytes":28380853,"_minecraft_version_count":15,"_minecraft_updated_at":"2026-05-16T02:00:50.401557Z","_minecraft_date_created":"2023-10-30T01:20:08.408644Z","_minecraft_date_modified":"2025-11-18T17:44:55.066807Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/pvp-toggle","_minecraft_icon_attachment_id":126940,"_minecraft_imported_at":"2026-06-07T11:10:18+00:00","_minecraft_import_hash":"ed7ed00eb0db854842bec091bb6ad587","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,867,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-126939","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>pvp-toggle - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"pvp-toggle - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Let your players decide if they want pvp!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/\",\"name\":\"pvp-toggle - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp\",\"datePublished\":\"2026-06-07T11:10:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp\",\"width\":96,\"height\":34},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pvp-toggle\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"pvp-toggle\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"pvp-toggle - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/","og_locale":"en_US","og_type":"article","og_title":"pvp-toggle - Minecraft","og_description":"Let your players decide if they want pvp!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/","name":"pvp-toggle - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp","datePublished":"2026-06-07T11:10:17+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pvp-toggle-icon-35c811bb02bdc81703dcc74c027ed03293f59900_96.webp","width":96,"height":34},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pvp-toggle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"pvp-toggle"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/126939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/126940"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=126939"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=126939"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=126939"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=126939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}