{"id":151506,"date":"2026-06-09T06:26:11","date_gmt":"2026-06-09T03:26:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/"},"modified":"2026-06-09T06:26:11","modified_gmt":"2026-06-09T03:26:11","slug":"sypvp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/","title":{"rendered":"SyPVP"},"content":{"rendered":"<p># SyPVP<\/p>\n<p>A PVP control plugin for Minecraft Purpur\/Paper 1.21.x<\/p>\n<p>## Features<\/p>\n<p>&#8211; **PVP Toggle Control** &#8211; Players can freely enable or disable PVP status<br \/>\n&#8211; **GUI Interface** &#8211; Use `\/pvp` command to open an intuitive settings interface<br \/>\n&#8211; **Combat Cooldown** &#8211; Cannot disable PVP for 1 minute after engaging in combat<br \/>\n&#8211; **Invite System** &#8211; Invite players who haven&#8217;t enabled PVP to battle<br \/>\n&#8211; **PVP Arena System** &#8211; Admin can create PVP arenas and players can host PVP matches<br \/>\n&#8211; **Broadcast Invite** &#8211; Players can send server-wide PVP invites<br \/>\n&#8211; **Queue System** &#8211; Auto queue when all arenas are occupied<br \/>\n&#8211; **Multiple Game Modes** &#8211; Free-for-all, 1vMany, 2vMany, Random 2 Teams, Random 3 Teams<\/p>\n<p>## Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/pvp` | Open PVP settings GUI | `sypvp.use` |<br \/>\n| `\/sypvp` | Alias for `\/pvp` | `sypvp.use` |<br \/>\n| `\/pvpinvite <player>` | Invite a player to enable PVP | `sypvp.use` |<br \/>\n| `\/svp send <count>` | Send server-wide PVP invite | `sypvp.use` |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/sypvp set pvp <id>` | Create PVP arena with stone hoe selection | `sypvp.admin` |<br \/>\n| `\/sypvp remove pvp <id>` | Remove a PVP arena | `sypvp.admin` |<br \/>\n| `\/sypvp list` | List all PVP arenas | `sypvp.admin` |<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `sypvp.use` &#8211; Allow using PVP related commands (default: true)<br \/>\n&#8211; `sypvp.admin` &#8211; Allow using admin commands (default: op)<\/p>\n<p>## Usage<\/p>\n<p>### Enable\/Disable PVP<\/p>\n<p>1. Type `\/pvp` to open the settings interface<br \/>\n2. Click the green wool to enable PVP<br \/>\n3. Click the red wool to disable PVP<\/p>\n<p>### Invite Players<\/p>\n<p>When attacking a player who hasn&#8217;t enabled PVP:<br \/>\n1. The system will prompt &#8220;The other player has not enabled PVP&#8221;<br \/>\n2. Click the &#8220;[Invite player to enable PVP]&#8221; button to send an invitation<br \/>\n3. The recipient will receive an invitation message and can click &#8220;[Click to open PVP settings]&#8221; to enable<\/p>\n<p>### Create PVP Arena (Admin)<\/p>\n<p>1. Hold a **stone hoe**<br \/>\n2. **Left-click** a block to set corner 1<br \/>\n3. **Right-click** a block to set corner 2<br \/>\n4. Type `\/sypvp set pvp <arena-id>` to create the arena<\/p>\n<p>### Host a PVP Match (Player)<\/p>\n<p>1. Type `\/svp send <invite-count>` to send a server-wide invite<br \/>\n2. Other players can click &#8220;[Accept]&#8221; or &#8220;[Reject]&#8221; in the chat message<br \/>\n3. When enough players accept, the team will be teleported to a random arena<br \/>\n4. The host selects the game mode from the GUI<br \/>\n5. Fight until one team remains!<\/p>\n<p>### Queue System<\/p>\n<p>If all arenas are occupied when a match starts:<br \/>\n&#8211; Players will see a &#8220;Queueing&#8230;&#8221; message with a &#8220;[Stop Queueing]&#8221; button<br \/>\n&#8211; The system will automatically check for available arenas every 5 seconds<br \/>\n&#8211; Click &#8220;[Stop Queueing]&#8221; or type `\/sypvp queue stop` to cancel<\/p>\n<p>## Game Modes<\/p>\n<p>&#8211; **Free-for-All** &#8211; Every player fights alone, last one standing wins<br \/>\n&#8211; **1vMany** &#8211; One player vs all others<br \/>\n&#8211; **2vMany** &#8211; Two players team up against all others<br \/>\n&#8211; **Random 2 Teams** &#8211; Players are randomly split into 2 teams<br \/>\n&#8211; **Random 3 Teams** &#8211; Players are randomly split into 3 teams<\/p>\n<p>## Configuration<\/p>\n<p>Edit `plugins\/SyPVP\/config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\n# Max invites per hour per player<br \/>\nmax-invites-per-hour: 5<\/p>\n<p># Max players per PVP game<br \/>\nmax-players-per-game: 10<br \/>\n&#8220;`<\/p>\n<p>## Technical Specifications<\/p>\n<p>&#8211; **Supported Version**: Purpur\/Paper 1.21.x<br \/>\n&#8211; **JDK**: Java 21<\/p>\n<p>## Installation<\/p>\n<p>1. Download `SyPVP-1.1.0.jar`<br \/>\n2. Place the JAR file into your server&#8217;s `plugins` folder<br \/>\n3. Restart the server or load the plugin<\/p>\n<p>## Data Storage<\/p>\n<p>&#8211; `plugins\/SyPVP\/data.yml` &#8211; Players&#8217; PVP status settings<br \/>\n&#8211; `plugins\/SyPVP\/regions.yml` &#8211; PVP arena definitions<\/p>\n<p>## Author<\/p>\n<p>Shiyuan<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A PVP control plugin for Minecraft Purpur 1.21.x<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"sypvp","_minecraft_project_id":"199rxGCP","_minecraft_author":"Shiyuan","_minecraft_license":"MIT","_minecraft_downloads":22,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"sypvp.zip","_minecraft_size_bytes":142959,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-15T22:24:44.497697Z","_minecraft_date_created":"2026-04-03T22:10:17.107401Z","_minecraft_date_modified":"2026-05-10T03:46:19.691336Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/sypvp","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-09T03:26:12+00:00","_minecraft_import_hash":"b9860bc79a8d83e9c65e1a374ef4fed0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,126,127,128,867],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-151506","mod","type-mod","status-publish","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_loader-paper","mod_loader-purpur","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SyPVP - 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\/sypvp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SyPVP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A PVP control plugin for Minecraft Purpur 1.21.x\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sypvp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sypvp\\\/\",\"name\":\"SyPVP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-09T03:26:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sypvp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sypvp\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sypvp\\\/#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\":\"SyPVP\"}]},{\"@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":"SyPVP - 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\/sypvp\/","og_locale":"en_US","og_type":"article","og_title":"SyPVP - Minecraft","og_description":"A PVP control plugin for Minecraft Purpur 1.21.x","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/","name":"SyPVP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-09T03:26:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/sypvp\/#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":"SyPVP"}]},{"@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\/151506","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=151506"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=151506"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=151506"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=151506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}