{"id":110542,"date":"2026-06-06T14:58:17","date_gmt":"2026-06-06T11:58:17","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/"},"modified":"2026-06-06T14:58:17","modified_gmt":"2026-06-06T11:58:17","slug":"newplayerpanel","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/","title":{"rendered":"NewPlayerPanel"},"content":{"rendered":"<p># NewPlayerPanel v3.0.2<\/p>\n<p>## Features<\/p>\n<p>### Villager Tracking Module<\/p>\n<p>The villager tracking module provides comprehensive monitoring and logging of villager death events:<\/p>\n<p>&#8211; **Death Event Recording**: Automatically tracks all villager deaths with full metadata<br \/>\n&#8211; **Killer Identification**: Records player name, UUID, and associated information<br \/>\n&#8211; **Location Tracking**: Saves precise coordinates (X, Y, Z) and world name for each event<br \/>\n&#8211; **Villager Type Detection**: Identifies and records the specific villager type<br \/>\n&#8211; **Enchantment Preservation**: Captures enchantment data from villager trades<br \/>\n&#8211; **Interactive Coordinates**: Clickable coordinates for instant teleportation to villager death location<br \/>\n&#8211; **Clickable Teleport in Notifications**: Coordinates in villager death notifications are clickable for quick teleportation<br \/>\n&#8211; **Automatic Dimension Detection**: Automatic detection of the correct dimension (overworld\/nether\/end) for proper teleportation between worlds<br \/>\n&#8211; **Advanced Search**: Query records by player name, coordinates, or combined criteria<br \/>\n&#8211; **Notification System**: Real-time notifications for administrators with appropriate permissions<br \/>\n&#8211; **Data Cleanup**: Automatic cleanup of historical records based on time criteria<\/p>\n<p>### Player Restrictions System<\/p>\n<p>Advanced restriction system allowing precise control over player actions:<\/p>\n<p>&#8211; **Multiple Restriction Types**: Support for EQUIPMENT, ITEM, ENTITY, and COMMAND restrictions<br \/>\n&#8211; **Default Restrictions**: Automatic application of restrictions based on player&#8217;s time on server<br \/>\n&#8211; **Time Control**: Configure temporary or permanent restrictions<br \/>\n&#8211; **In-Game Management**: Create and modify restrictions through command interface<br \/>\n&#8211; **Action Granularity**: Precise restriction configuration using action types (DAMAGE, USE, DROP, EQUIP, EXECUTE)<br \/>\n&#8211; **Personal Overrides**: Apply individual restrictions that override default settings<br \/>\n&#8211; **Real-Time Application**: Restrictions are checked and applied every 0.1 seconds<br \/>\n&#8211; **Player Viewing**: Players can view their active restrictions using `\/restrictions`<br \/>\n&#8211; **Default Time-Based Restrictions**: Default restrictions count time from player&#8217;s first join, not from server start<\/p>\n<p>### Storage Systems<\/p>\n<p>Multiple storage backends for maximum flexibility:<\/p>\n<p>&#8211; **YAML\/JSON Storage**: File-based storage using JSON format in plugin data directory<br \/>\n&#8211; **H2 Database**: Lightweight embedded SQLite database (default, no configuration required)<br \/>\n&#8211; **MySQL Support**: Full integration with MySQL database with connection pooling<br \/>\n&#8211; **MariaDB Support**: Native MariaDB database support with optimized queries<\/p>\n<p>### Localization<\/p>\n<p>Full internationalization support:<\/p>\n<p>&#8211; **Multi-Language**: Full support for Russian and English languages included<br \/>\n&#8211; **Extensibility**: Easy to add additional languages through message files<br \/>\n&#8211; **Customizable Messages**: All user-facing text can be modified through configuration<br \/>\n&#8211; **Real-Time Language Switching**: Change language without server restart<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### Administrative Commands<\/p>\n<p>| Command | Description | Permission | Usage Example |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/npp reload` | Reloads plugin configuration and applies changes | `newplayerpanel.admin` | `\/npp reload` |<br \/>\n| `\/npp addrestriction` | Creates a new restriction definition | `newplayerpanel.admin` | `\/npp addrestriction elytra_ban EQUIPMENT EQUIP minecraft:elytra time:-1 default:false` |<\/p>\n<p>**Command Syntax:**<br \/>\n&#8220;`<br \/>\n\/npp addrestriction <name> <type> <actions> [targets&#8230;] [time:N] [default:true\/false]<br \/>\n&#8220;`<\/p>\n<p>### History Commands<\/p>\n<p>| Command | Description | Permission | Usage Example |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/history` | Displays all villager death records | `newplayerpanel.history` | `\/history` |<br \/>\n| `\/history <player>` | Shows records for a specific player | `newplayerpanel.history` | `\/history Steve` |<br \/>\n| `\/history <x> <y> <z>` | Shows records near coordinates | `newplayerpanel.history` | `\/history 100 64 200` |<br \/>\n| `\/history coords` | Shows records at your current location | `newplayerpanel.history` | `\/history coords` |<br \/>\n| `\/history purge <time>` | Deletes records older than specified time | `newplayerpanel.history.purge` | `\/history purge 7d` |<\/p>\n<p>**Time Format Examples:**<br \/>\n&#8211; `7d` &#8211; 7 days<br \/>\n&#8211; `30d` &#8211; 30 days<br \/>\n&#8211; `1h` &#8211; 1 hour<br \/>\n&#8211; `2w` &#8211; 2 weeks<br \/>\n&#8211; `1M` &#8211; 1 month<\/p>\n<p>### Restriction Management Commands<\/p>\n<p>| Command | Description | Permission | Usage Example |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/restrict <player> <restriction> <time>` | Applies a restriction to a player | `newplayerpanel.restrictions.restrict` | `\/restrict Steve elytra_ban 3600` |<br \/>\n| `\/unrestrict <player> <restriction|all>` | Removes restriction(s) from a player | `newplayerpanel.restrictions.restrict` | `\/unrestrict Steve elytra_ban` |<br \/>\n| `\/restrictions` | Displays your active restrictions | `newplayerpanel.restrictions.view` | `\/restrictions` |<br \/>\n| `\/restrictions [player]` | Displays active restrictions of a player | `newplayerpanel.restrictions.view.others` | `\/restrictions Steve` |<\/p>\n<p>**Time Values:**<br \/>\n&#8211; `-1` &#8211; Permanent restriction<br \/>\n&#8211; `0` &#8211; Remove restriction<br \/>\n&#8211; `>0` &#8211; Duration in seconds (e.g., `3600` = 1 hour)<\/p>\n<p>**Note:** Players can view their restrictions by using `\/restrictions` without arguments. Administrators can view other players&#8217; restrictions by specifying the player name.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission Node | Description | Default Access |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `newplayerpanel.admin` | Full administrative access to `\/npp` commands | Operators only |<br \/>\n| `newplayerpanel.history` | View villager death history records | Operators only |<br \/>\n| `newplayerpanel.history.purge` | Permission to purge old history records | Operators only |<br \/>\n| `newplayerpanel.notify` | Receive notifications about villager deaths | Operators only |<br \/>\n| `newplayerpanel.restrictions.bypass` | Bypass all restrictions from configuration | Operators only |<br \/>\n| `newplayerpanel.restrictions.restrict` | Apply and remove player restrictions | Operators only |<br \/>\n| `newplayerpanel.restrictions.view` | View your active restrictions | All players |<br \/>\n| `newplayerpanel.restrictions.view.others` | View other players&#8217; restrictions | Operators only |<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>### Main Configuration File (`config.yml`)<\/p>\n<p>&#8220;`yaml<br \/>\nlanguage: en<br \/>\nstorage: H2<br \/>\ndatabase:<br \/>\n  host: localhost<br \/>\n  port: 3306<br \/>\n  database: newplayerpanel<br \/>\n  username: root<br \/>\n  password: &#8220;&#8221;<br \/>\n  pool:<br \/>\n    maximum-pool-size: 10<br \/>\n    minimum-idle: 2<br \/>\n    connection-timeout: 30000<br \/>\n    idle-timeout: 600000<br \/>\n    max-lifetime: 1800000<\/p>\n<p>villager-tracker:<br \/>\n  only-traded: true<br \/>\n  notify-enabled: true<br \/>\n  save-debug-files: false<br \/>\n&#8220;`<\/p>\n<p>### Restrictions Configuration File (`restrictions.yml`)<\/p>\n<p>&#8220;`yaml<br \/>\nrestrictions:<br \/>\n  &#8211; name: elytra_ban<br \/>\n    type: EQUIPMENT<br \/>\n    actions: EQUIP<br \/>\n    item: [minecraft:elytra]<br \/>\n    time: -1<br \/>\n    default: false<\/p>\n<p>  &#8211; name: tnt_restriction<br \/>\n    type: ITEM<br \/>\n    actions: USE<br \/>\n    item: [minecraft:tnt]<br \/>\n    time: 28800<br \/>\n    default: true<\/p>\n<p>  &#8211; name: villager_hit_restriction<br \/>\n    type: ENTITY<br \/>\n    actions: DAMAGE<br \/>\n    entity: [minecraft:villager]<br \/>\n    time: -1<br \/>\n    default: false<br \/>\n&#8220;`<\/p>\n<p>### Restriction Types<\/p>\n<p>| Type | Description | Target Field |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `EQUIPMENT` | Restricts equipping items in armor\/elytra slots | `item` |<br \/>\n| `ITEM` | Restricts using or placing items | `item` |<br \/>\n| `ENTITY` | Restricts interaction with entities | `entity` |<br \/>\n| `COMMAND` | Restricts command execution | `command` |<\/p>\n<p>### Action Types<\/p>\n<p>| Action | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `DAMAGE` | Dealing damage to entities |<br \/>\n| `USE` | Using or placing items |<br \/>\n| `DROP` | Dropping items |<br \/>\n| `EQUIP` | Equipping items in armor\/elytra slots |<br \/>\n| `EXECUTE` | Executing commands |<\/p>\n<p>### Restriction Logic<\/p>\n<p>**Default Restrictions:**<br \/>\n&#8211; When `default: true`, restrictions are automatically applied to all players<br \/>\n&#8211; Time is calculated from **player&#8217;s first join** (not from server start time)<br \/>\n&#8211; Example: If `time: 3600` (1 hour), restriction applies during the first hour after player&#8217;s first join<br \/>\n&#8211; If `time: -1`, restriction is permanent for all players<br \/>\n&#8211; Default restrictions are automatically removed when time expires<\/p>\n<p>**Personal Restrictions:**<br \/>\n&#8211; Applied through `\/restrict` command<br \/>\n&#8211; Time is calculated from **application moment** (not from player&#8217;s first join)<br \/>\n&#8211; Personal restrictions **override** default restrictions<br \/>\n&#8211; If a player has a personal restriction, default restrictions with the same name are ignored<br \/>\n&#8211; Personal restrictions can be manually removed using `\/unrestrict`<\/p>\n<p>**Priority Order:**<br \/>\n1. Personal restrictions (highest priority)<br \/>\n2. Default restrictions (if no personal restriction exists)<\/p>\n<p>**Viewing Restrictions:**<br \/>\n&#8211; Players can view their restrictions: `\/restrictions`<br \/>\n&#8211; Administrators can view any player&#8217;s restrictions: `\/restrictions <player>`<br \/>\n&#8211; Both personal and default restrictions are displayed with remaining time<\/p>\n<p>&#8212;<\/p>\n<p>## Storage Systems<\/p>\n<p>### YAML\/JSON Storage<\/p>\n<p>File-based storage using JSON format. All data is stored in `plugins\/NewPlayerPanel\/data\/`:<br \/>\n&#8211; `messages.json` &#8211; Localization messages<br \/>\n&#8211; `villager_deaths.json` &#8211; Villager death records<br \/>\n&#8211; `restrictions.json` &#8211; Player restriction data<\/p>\n<p>**Advantages:**<br \/>\n&#8211; No database setup required<br \/>\n&#8211; Easy to backup (copy files)<br \/>\n&#8211; Human-readable format<\/p>\n<p>**Configuration:**<br \/>\n&#8220;`yaml<br \/>\nstorage: YAML<br \/>\n&#8220;`<\/p>\n<p>### H2 Database (Default)<\/p>\n<p>Embedded SQLite database stored as `plugins\/NewPlayerPanel\/database.db`.<\/p>\n<p>**Advantages:**<br \/>\n&#8211; No external dependencies<br \/>\n&#8211; Automatic setup<br \/>\n&#8211; Good performance for small to medium servers<\/p>\n<p>**Configuration:**<br \/>\n&#8220;`yaml<br \/>\nstorage: H2<br \/>\n&#8220;`<\/p>\n<p>### MySQL Database<\/p>\n<p>Full integration with MySQL database with connection pooling via HikariCP.<\/p>\n<p>**Advantages:**<br \/>\n&#8211; Scalability for large servers<br \/>\n&#8211; Support for multiple server instances<br \/>\n&#8211; Advanced query capabilities<\/p>\n<p>**Configuration:**<br \/>\n&#8220;`yaml<br \/>\nstorage: MYSQL<br \/>\ndatabase:<br \/>\n  host: localhost<br \/>\n  port: 3306<br \/>\n  database: newplayerpanel<br \/>\n  username: root<br \/>\n  password: your_password<br \/>\n&#8220;`<\/p>\n<p>### MariaDB Database<\/p>\n<p>Native MariaDB support with optimized connection handling.<\/p>\n<p>**Advantages:**<br \/>\n&#8211; MariaDB feature compatibility<br \/>\n&#8211; High performance<br \/>\n&#8211; Enterprise-level reliability<br \/>\n&#8211; Optimized connection with proper parameters<br \/>\n&#8211; Automatic column checking and addition for backward compatibility<\/p>\n<p>**Configuration:**<br \/>\n&#8220;`yaml<br \/>\nstorage: MARIADB<br \/>\ndatabase:<br \/>\n  host: localhost<br \/>\n  port: 3306<br \/>\n  database: newplayerpanel<br \/>\n  username: root<br \/>\n  password: your_password<br \/>\n  pool:<br \/>\n    maximum-pool-size: 10<br \/>\n    minimum-idle: 2<br \/>\n    connection-timeout: 30000<br \/>\n    idle-timeout: 600000<br \/>\n    max-lifetime: 1800000<br \/>\n&#8220;`<\/p>\n<p>## Compatibility<\/p>\n<p>### Supported Server Software<\/p>\n<p>&#8211; **Spigot** &#8211; Full compatibility<br \/>\n&#8211; **Purpur** &#8211; Full compatibility<br \/>\n&#8211; **Any Bukkit-based server** &#8211; Compatible with standard Bukkit API<\/p>\n<p>### Minecraft Versions<\/p>\n<p>&#8211; **1.21.x** &#8211; Fully supported<br \/>\n&#8211; Future versions &#8211; Should work with API version 1.20+<\/p>\n<p>### Java Requirements<\/p>\n<p>&#8211; **Java 17** &#8211; Minimum required version<br \/>\n&#8211; **Java 21** &#8211; Recommended for optimal performance<\/p>\n<p>### Database Requirements (if using MySQL\/MariaDB)<\/p>\n<p>&#8211; **MySQL 8.0+**<br \/>\n&#8211; **MariaDB 10.3+**<br \/>\n&#8211; Database must support UTF-8 encoding<\/p>\n<p>&#8212;<\/p>\n<p>## Support and Documentation<\/p>\n<p>&#8211; **Author:** Math_Tereegor<br \/>\n&#8211; **Help and Support:** MISQZY and 6oJIeH<br \/>\n&#8211; **Plugin Version:** 3.0.2<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Player Restrictions System &#038; Villager Tracker Module<\/p>\n","protected":false},"featured_media":110543,"template":"","meta":{"_minecraft_slug":"newplayerpanel","_minecraft_project_id":"ajaGny9W","_minecraft_author":"Math_Tereegor","_minecraft_license":"MIT","_minecraft_downloads":25,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"newplayerpanel.zip","_minecraft_size_bytes":38952835,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T22:24:00.981414Z","_minecraft_date_created":"2025-12-05T04:10:02.825064Z","_minecraft_date_modified":"2025-12-04T19:27:42.008431Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/newplayerpanel","_minecraft_icon_attachment_id":110543,"_minecraft_imported_at":"2026-06-06T11:58:17+00:00","_minecraft_import_hash":"bb29d554061aec8b94b71b56900780c6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,867,129],"mod_loader":[130,132,133,134],"minecraft_version":[37,40,73,74,38,78,79,80,81,82],"class_list":["post-110542","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21-1","minecraft_version-1-21-10","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>NewPlayerPanel - 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\/newplayerpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NewPlayerPanel - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Player Restrictions System &amp; Villager Tracker Module\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/\",\"name\":\"NewPlayerPanel - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp\",\"datePublished\":\"2026-06-06T11:58:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/newplayerpanel\\\/#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\":\"NewPlayerPanel\"}]},{\"@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":"NewPlayerPanel - 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\/newplayerpanel\/","og_locale":"en_US","og_type":"article","og_title":"NewPlayerPanel - Minecraft","og_description":"Player Restrictions System & Villager Tracker Module","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/","name":"NewPlayerPanel - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp","datePublished":"2026-06-06T11:58:17+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/newplayerpanel-icon-8100d180532985551f6017e1a32685f198ca8df7_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/newplayerpanel\/#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":"NewPlayerPanel"}]},{"@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\/110542","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\/110543"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=110542"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=110542"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=110542"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=110542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}