{"id":171038,"date":"2026-06-10T00:11:06","date_gmt":"2026-06-09T21:11:06","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/"},"modified":"2026-06-10T00:11:06","modified_gmt":"2026-06-09T21:11:06","slug":"wolobbypvp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/","title":{"rendered":"WoLobbyPvp"},"content":{"rendered":"<p># ENG<br \/>\n# \u2694\ufe0f WoLobbyPvp \u2013 Complete Lobby Combat System<\/p>\n<p>WoLobbyPvp\u00a0is a lightweight and powerful tool for server owners that turns boring lobby wait times into exciting fun. The plugin allows players to dynamically enter PvP mode using a single item, without the risk of losing inventory or damaging the lobby.<\/p>\n<p>## \ud83d\ude80 How does it work? (Plugin Mechanics)<\/p>\n<p>The plugin was designed with intuitiveness in mind. It requires no commands from the player:<\/p>\n<p>Automatic Start:\u00a0Upon joining the server, the player receives a sword in the slot specified in the configuration.<\/p>\n<p>Smart Activation:\u00a0Combat doesn&#8217;t start immediately. Once the sword is selected, a configurable\u00a0Warmup\u00a0begins, displayed as an elegant\u00a0Title\u00a0in the center of the screen.<\/p>\n<p>Combat Armor:\u00a0With a single click (LMB), the player summons an armor set. The plugin intelligently saves the player&#8217;s current outfit (e.g., skins or decorative armor) and restores it immediately after the fight ends.<\/p>\n<p>Lobby Safety:\u00a0PvP only works between players who have the mode active. People without the sword in hand are completely safe and cannot be attacked.<\/p>\n<p>No Durability Loss:\u00a0All items used within the plugin are indestructible (Infinite Durability).<\/p>\n<p>## \u2699\ufe0f Configuration Guide (config.yml)<\/p>\n<p>You can customize every element of the plugin to fit your needs:<\/p>\n<p>YAML<br \/>\n&#8220;`<br \/>\n# ==========================================<br \/>\n# \u00a0 \u00a0 \u00a0 \u00a0 \u00a0woLobbyPvp &#8211; Configuration<br \/>\n# ==========================================<\/p>\n<p># Waiting time (in seconds) from the moment the sword is held to full PvP activation.<br \/>\n# The code uses this value in the onSlotChange method to start the countdown.<br \/>\nwarmup-seconds: 3<\/p>\n<p># The item the player will automatically receive upon joining the server.<br \/>\n# They must hold it in their hand to activate combat mode.<br \/>\nactivator-item:<br \/>\n\u00a0 # Hotbar slot (1-9) where the player will receive the sword.<br \/>\n\u00a0 slot: 1<br \/>\n\u00a0 # Item material (use names from Spigot documentation, e.g., DIAMOND_SWORD).<br \/>\n\u00a0 material: WOODEN_SWORD<br \/>\n\u00a0 # Display name (supports &#038; colors). Checked in the isPvPItem method.<br \/>\n\u00a0 name: &#8220;&#038;c&#038;lChallenge Sword&#8221;<br \/>\n\u00a0 # Item lore &#8211; adds atmosphere and informs the player about the rules.<br \/>\n\u00a0 lore:<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#038;7Status: &#038;eLobby PvP&#8221;<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#8221;<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#038;fHold this sword to fight!&#8221;<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#038;fClick &#038;6LMB&#038;f to equip armor.&#8221;<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#8221;<br \/>\n\u00a0 \u00a0 &#8211; &#8220;&#038;7Note: Putting the sword away disables PvP mode.&#8221;<\/p>\n<p># The armor set that appears on the player after clicking the Left Mouse Button (LMB).<br \/>\n# These items are created dynamically by the createItem function in the code.<br \/>\narmor:<br \/>\n\u00a0 helmet:<br \/>\n\u00a0 \u00a0 material: IRON_HELMET<br \/>\n\u00a0 \u00a0 name: &#8220;&#038;cHelmet&#8221;<br \/>\n\u00a0 chestplate:<br \/>\n\u00a0 \u00a0 material: IRON_CHESTPLATE<br \/>\n\u00a0 \u00a0 name: &#8220;&#038;cChestplate&#8221;<br \/>\n\u00a0 leggings:<br \/>\n\u00a0 \u00a0 material: IRON_LEGGINGS<br \/>\n\u00a0 \u00a0 name: &#8220;&#038;cLeggings&#8221;<br \/>\n\u00a0 boots:<br \/>\n\u00a0 \u00a0 material: IRON_BOOTS<br \/>\n\u00a0 \u00a0 name: &#8220;&#038;cBoots&#8221;<\/p>\n<p># All text and messages displayed to the player while using the plugin.<br \/>\nmessages:<br \/>\n\u00a0 # Displayed as a Title and in chat when the countdown ends.<br \/>\n\u00a0 pvp-enabled: &#8220;&#038;a&#038;lFIGHT! &#038;7PvP mode has been activated.&#8221;<br \/>\n\u00a0 # Information shown after putting the sword away or leaving the server.<br \/>\n\u00a0 pvp-disabled: &#8220;&#038;c&#038;lEND! &#038;7PvP mode has been disabled.&#8221;<br \/>\n\u00a0 # Main Title text during the countdown.<br \/>\n\u00a0 warmup-title: &#8220;&#038;eGet ready&#8230;&#8221;<br \/>\n\u00a0 # Title Subtitle &#8211; %seconds% is automatically replaced by the remaining time in the code.<br \/>\n\u00a0 warmup-subtitle: &#8220;&#038;7Combat starts in: &#038;c%seconds%s&#8221;<br \/>\n\u00a0 # Message after clicking LMB when the armor is equipped.<br \/>\n\u00a0 armor-equipped: &#8220;&#038;a&#038;oYour armor has been equipped!&#8221;<\/p>\n<p>&#8220;`<\/p>\n<p>## \ud83d\udee0\ufe0f Technical Info and Permissions<\/p>\n<p>The plugin is optimized and does not strain the server CPU.<\/p>\n<p>Permissions:<\/p>\n<p>wolobbypvp.admin\u00a0\u2013 Access to the\u00a0\/wolobbypvp reload\u00a0command (reloads configuration without restarting the server).<\/p>\n<p>Technical Details:<\/p>\n<p>Versions:\u00a0Supports versions 1.18.2 and up (thanks to the implemented VersionManager).<\/p>\n<p>Security:\u00a0Uses advanced UUID mapping to store saved armor, preventing errors even if a player abruptly leaves the server.<\/p>\n<p>Restrictions:\u00a0The plugin automatically blocks dropping PvP items (DropItem) and manually removing armor from armor slots.<\/p>\n<p>## \u2753 FAQ &#8211; Frequently Asked Questions<\/p>\n<p>Do players lose their items upon death?\u00a0No. The plugin blocks item drops and automatically respawns the player with their original inventory restored.<\/p>\n<p>Can I change the sword slot?\u00a0Yes, in the\u00a0activator-item.slot\u00a0section of the config, you can set any slot from 1 to 9.<\/p>\n<p>Does the plugin conflict with other lobby plugins?\u00a0The plugin works independently. If another plugin grants effects on join, WoLobbyPvp will simply add its items to the designated slots.<\/p>\n<p>### \ud83c\udd98 Support and Help<\/p>\n<p>Having trouble with configuration? Found a bug?<\/p>\n<p>Discord:\u00a0wojteko<\/p>\n<p>Bugs:\u00a0Please report via private message on Discord. Do not use the review section for bug reports!<\/p>\n<p>Project Author: wojteko<\/p>\n<p># PL<br \/>\n# \u2694\ufe0f WoLobbyPvp \u2013 Kompletny System Walki w Lobby<\/p>\n<p>WoLobbyPvp to lekkie i pot\u0119\u017cne narz\u0119dzie dla w\u0142a\u015bcicieli serwer\u00f3w, kt\u00f3re zamienia nudne oczekiwanie w lobby w ekscytuj\u0105c\u0105 zabaw\u0119. Plugin pozwala graczom na dynamiczne przechodzenie w tryb PvP za pomoc\u0105 jednego przedmiotu, bez ryzyka utraty ekwipunku czy niszczenia lobby.<\/p>\n<p>### \ud83d\ude80 Jak to dzia\u0142a? (Mechanika Pluginu)<\/p>\n<p>Plugin zosta\u0142 zaprojektowany z my\u015bl\u0105 o intuicyjno\u015bci. Nie wymaga od gracza wpisywania \u017cadnych komend:<\/p>\n<p>Automatyczny Start: Gracz po wej\u015bciu na serwer otrzymuje miecz na okre\u015blonym w konfiguracji slocie.<\/p>\n<p>Inteligentna Aktywacja: Walka nie zaczyna si\u0119 od razu. Po wybraniu miecza nast\u0119puje konfigurowalne odliczanie (Warmup), wy\u015bwietlane jako elegancki Title na \u015brodku ekranu.<\/p>\n<p>Zbroja Bojowa: Jednym klikni\u0119ciem (LPM) gracz przywo\u0142uje zestaw zbroi. Plugin inteligentnie zapisuje obecne ubranie gracza (np. skiny lub zbroje ozdobne) i przywraca je natychmiast po zako\u0144czeniu walki.<\/p>\n<p>Bezpiecze\u0144stwo Lobby: PvP dzia\u0142a tylko mi\u0119dzy graczami, kt\u00f3rzy maj\u0105 aktywny tryb. Osoby bez miecza w r\u0119ku s\u0105 ca\u0142kowicie bezpieczne i nie mog\u0105 by\u0107 atakowane.<\/p>\n<p>Brak Zu\u017cycia: Wszystkie przedmioty u\u017cywane w ramach pluginu s\u0105 niezniszczalne (Infinite Durability).<\/p>\n<p>### \u2699\ufe0f Przewodnik po Konfiguracji (config.yml)<\/p>\n<p>Ka\u017cdy element pluginu mo\u017cesz dostosowa\u0107 do w\u0142asnych potrzeb:<\/p>\n<p>YAML<br \/>\n&#8220;`<br \/>\n# ==========================================<\/p>\n<p># \u00a0 \u00a0 \u00a0 \u00a0woLobbyPvp &#8211; Konfiguracja<\/p>\n<p># ==========================================<\/p>\n<p># Czas oczekiwania (w sekundach) od momentu wzi\u0119cia miecza do r\u0119ki do pe\u0142nej aktywacji PvP.<\/p>\n<p># Kod u\u017cywa tej warto\u015bci w metodzie onSlotChange do uruchomienia odliczania.<\/p>\n<p>warmup-seconds: 3<\/p>\n<p># Przedmiot, kt\u00f3ry gracz otrzyma automatycznie po wej\u015bciu na serwer.<\/p>\n<p># Musi trzyma\u0107 go w r\u0119ce, aby aktywowa\u0107 tryb walki.<\/p>\n<p>activator-item:<\/p>\n<p>\u00a0 # Slot w pasku szybkiego wyboru (1-9), na kt\u00f3ry gracz otrzyma miecz.<\/p>\n<p>\u00a0 slot: 1<\/p>\n<p>\u00a0 # Materia\u0142 przedmiotu (u\u017cywaj nazw z dokumentacji Spigota, np. DIAMOND_SWORD).<\/p>\n<p>\u00a0 material: WOODEN_SWORD<\/p>\n<p>\u00a0 # Nazwa wy\u015bwietlana (obs\u0142uguje kolory &#038;). Sprawdzana w metodzie isPvPItem.<\/p>\n<p>\u00a0 name: &#8220;&#038;c&#038;lMiecz Wyzwania&#8221;<\/p>\n<p>\u00a0 # Opis przedmiotu &#8211; dodaje klimatu i informuje gracza o zasadach.<\/p>\n<p>\u00a0 lore:<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#038;7Status: &#038;eLobby PvP&#8221;<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#8221;<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#038;fTrzymaj ten miecz, aby walczy\u0107!&#8221;<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#038;fKliknij &#038;6LPM&#038;f, aby ubra\u0107 zbroj\u0119.&#8221;<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#8221;<\/p>\n<p>\u00a0 \u00a0 &#8211; &#8220;&#038;7Uwaga: Schowanie miecza wy\u0142\u0105cza tryb PvP.&#8221;<\/p>\n<p># Zestaw zbroi, kt\u00f3ry pojawia si\u0119 na graczu po klikni\u0119ciu Lewym Przyciskiem Myszy (LPM).<\/p>\n<p># Przedmioty te s\u0105 tworzone dynamicznie przez funkcj\u0119 createItem w kodzie.<\/p>\n<p>armor:<\/p>\n<p>\u00a0 helmet:<\/p>\n<p>\u00a0 \u00a0 material: IRON_HELMET<\/p>\n<p>\u00a0 \u00a0 name: &#8220;&#038;cHe\u0142m&#8221;<\/p>\n<p>\u00a0 chestplate:<\/p>\n<p>\u00a0 \u00a0 material: IRON_CHESTPLATE<\/p>\n<p>\u00a0 \u00a0 name: &#8220;&#038;cKlata&#8221;<\/p>\n<p>\u00a0 leggings:<\/p>\n<p>\u00a0 \u00a0 material: IRON_LEGGINGS<\/p>\n<p>\u00a0 \u00a0 name: &#8220;&#038;cSpodnie&#8221;<\/p>\n<p>\u00a0 boots:<\/p>\n<p>\u00a0 \u00a0 material: IRON_BOOTS<\/p>\n<p>\u00a0 \u00a0 name: &#8220;&#038;cButy&#8221;<\/p>\n<p># Wszystkie napisy i komunikaty, kt\u00f3re widzi gracz podczas korzystania z pluginu.<\/p>\n<p>messages:<\/p>\n<p>\u00a0 # Wy\u015bwietlane jako Title i na czacie w momencie zako\u0144czenia odliczania.<\/p>\n<p>\u00a0 pvp-enabled: &#8220;&#038;a&#038;lWALKA! &#038;7Tryb PvP zosta\u0142 aktywowany.&#8221;<\/p>\n<p>\u00a0 # Informacja po schowaniu miecza lub wyj\u015bciu z serwera.<\/p>\n<p>\u00a0 pvp-disabled: &#8220;&#038;c&#038;lKONIEC! &#038;7Tryb PvP zosta\u0142 wy\u0142\u0105czony.&#8221;<\/p>\n<p>\u00a0 # G\u0142\u00f3wny napis Title podczas odliczania.<\/p>\n<p>\u00a0 warmup-title: &#8220;&#038;ePrzygotuj si\u0119&#8230;&#8221;<\/p>\n<p>\u00a0 # Podnapis Title &#8211; %seconds% jest automatycznie zamieniane na czas pozosta\u0142y w kodzie.<\/p>\n<p>\u00a0 warmup-subtitle: &#8220;&#038;7Walka zacznie si\u0119 za: &#038;c%seconds%s&#8221;<\/p>\n<p>\u00a0 # Komunikat po klikni\u0119ciu LPM, gdy zbroja wskoczy na swoje miejsce.<\/p>\n<p>\u00a0 armor-equipped: &#8220;&#038;a&#038;oTwoja zbroja zosta\u0142a za\u0142o\u017cona!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\udee0\ufe0f Informacje Techniczne i Uprawnienia<\/p>\n<p>Plugin jest zoptymalizowany i nie obci\u0105\u017ca procesora serwera.<\/p>\n<p>Uprawnienia (Permissions):<\/p>\n<p>wolobbypvp.admin \u2013 Dost\u0119p do komendy \/wolobbypvp reload (prze\u0142adowanie konfiguracji bez restartu serwera).<\/p>\n<p>Szczeg\u00f3\u0142y techniczne:<\/p>\n<p>Wersje: Wspiera wersje od 1.18.2 wzwy\u017c (dzi\u0119ki zaimplementowanemu VersionManager).<\/p>\n<p>Bezpiecze\u0144stwo: Wykorzystuje zaawansowane mapowanie UUID do przechowywania zapisanych pancerzy, co zapobiega b\u0142\u0119dom nawet przy nag\u0142ym wyj\u015bciu gracza z serwera.<\/p>\n<p>Blokady: Plugin automatycznie blokuje wyrzucanie przedmiot\u00f3w PvP (DropItem) oraz r\u0119czne zdejmowanie zbroi z slot\u00f3w pancerza.<\/p>\n<p>### \u2753 FAQ &#8211; Najcz\u0119\u015bciej Zadawane Pytania<\/p>\n<p>Czy gracze trac\u0105 swoje itemy po \u015bmierci? Nie. Plugin blokuje wypadanie przedmiot\u00f3w (Drop) i automatycznie respawnuje gracza z przywr\u00f3conym ekwipunkiem podstawowym.<\/p>\n<p>Czy mog\u0119 zmieni\u0107 slot miecza? Tak, w sekcji activator-item.slot w configu mo\u017cesz ustawi\u0107 dowolne miejsce od 1 do 9.<\/p>\n<p>Czy plugin koliduje z innymi pluginami na lobby? Plugin dzia\u0142a niezale\u017cnie. Je\u015bli inny plugin nadaje efekty przy wej\u015bciu, WoLobbyPvp po prostu doda swoje przedmioty na wskazane sloty.<\/p>\n<p>## \ud83c\udd98 Wsparcie i Pomoc<\/p>\n<p>Masz problem z konfiguracj\u0105? Znalaz\u0142e\u015b b\u0142\u0105d?<\/p>\n<p>Discord: wojteko<\/p>\n<p>B\u0142\u0119dy: Prosz\u0119 zg\u0142asza\u0107 poprzez wiadomo\u015b\u0107 prywatn\u0105 na Discord. Nie u\u017cywaj sekcji recenzji do zg\u0142aszania b\u0142\u0119d\u00f3w!<\/p>\n<p>Autor projektu: wojteko<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A seamless lobby PvP system featuring timed sword activation, automatic armor equipping, and unbreakable gear for the ultimate arena experience.<\/p>\n","protected":false},"featured_media":171039,"template":"","meta":{"_minecraft_slug":"wolobbypvp","_minecraft_project_id":"rOBVrmes","_minecraft_author":"wojteko","_minecraft_license":"MIT","_minecraft_downloads":19,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wolobbypvp.zip","_minecraft_size_bytes":32453,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:40:18.140782Z","_minecraft_date_created":"2026-03-04T20:41:11.120898Z","_minecraft_date_modified":"2026-02-26T21:27:50.431719Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wolobbypvp","_minecraft_icon_attachment_id":171039,"_minecraft_imported_at":"2026-06-09T21:11:06+00:00","_minecraft_import_hash":"9e4d94dadbca8ac8beb11f86f508ab2b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,88,89,866,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-171038","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-equipment","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","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","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>WoLobbyPvp - 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\/wolobbypvp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WoLobbyPvp - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A seamless lobby PvP system featuring timed sword activation, automatic armor equipping, and unbreakable gear for the ultimate arena experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/\",\"name\":\"WoLobbyPvp - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp\",\"datePublished\":\"2026-06-09T21:11:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wolobbypvp\\\/#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\":\"WoLobbyPvp\"}]},{\"@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":"WoLobbyPvp - 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\/wolobbypvp\/","og_locale":"en_US","og_type":"article","og_title":"WoLobbyPvp - Minecraft","og_description":"A seamless lobby PvP system featuring timed sword activation, automatic armor equipping, and unbreakable gear for the ultimate arena experience.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/","name":"WoLobbyPvp - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp","datePublished":"2026-06-09T21:11:06+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wolobbypvp-icon-95d7cc06abd6a26d8ac3e199e98613a129887a9c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wolobbypvp\/#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":"WoLobbyPvp"}]},{"@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\/171038","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\/171039"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=171038"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=171038"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=171038"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=171038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}