{"id":134476,"date":"2026-06-08T01:33:09","date_gmt":"2026-06-07T22:33:09","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/"},"modified":"2026-06-08T01:33:09","modified_gmt":"2026-06-07T22:33:09","slug":"rrpnames","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/","title":{"rendered":"rRPNames"},"content":{"rendered":"<p>**RRPNames** is a lightweight, high-performance plugin designed to do one thing perfectly: provide your RolePlay server with a robust and professional naming system. Built with performance and ease of use in mind, RRPNames focuses on quality and stability, offering a seamless experience for both players and administrators.<br \/>\n![rrpnames](https:\/\/cdn.modrinth.com\/data\/cached_images\/82b66826bf11dffc7b9cf1dba1656694b51c54a8.png)<br \/>\nForget bulky plugins that try to do everything. RRPNames is the foundational block for character identity, providing a clean, powerful, and developer-friendly solution.<\/p>\n<p># Features<br \/>\n**Intuitive Name Setup:** When a new player joins, they are guided through a simple name setup process directly in chat, using clear on-screen titles. No complex commands to memorize!<br \/>\n**Powerful Validation Engine:** Customize every aspect of name validation through a detailed config.yml:<\/p>\n<p>**Allowed Languages:** Choose between CYRILLIC, LATIN, or ANY character sets.<\/p>\n<p>**Length Control:** Define minimum and maximum lengths for both first and last names.<\/p>\n<p>**Character Rules:** Allow or disallow numbers and hyphens.<\/p>\n<p>**Unique Names:** Prevent players from registering duplicate names.<\/p>\n<p>**Auto-Capitalization:** Automatically format names like jOhN dOE to John Doe.<\/p>\n<p>**Full Administrator Control:** A complete suite of commands for easy management:<\/p>\n<p>\/rpn set <nickname> <FirstName> <LastName> \u2014 Force-set an RP name for any player, even if they are offline.<\/p>\n<p>\/rpn reset <nickname> \u2014 Reset a player&#8217;s name and prompt them to set a new one on their next join.<\/p>\n<p>\/rpn reload \u2014 Reload the configuration file without restarting the server.<\/p>\n<p>**Seamless PlaceholderAPI Integration:** RRPNames provides a rich set of placeholders for use in any other plugin (TAB, chat managers, scoreboards, etc.):<\/p>\n<p>%rrpnames_fullname% \u2014 The player&#8217;s full RP name.<\/p>\n<p>%rrpnames_firstname% \u2014 The first name only.<\/p>\n<p>%rrpnames_lastname% \u2014 The last name only.<\/p>\n<p>%rrpnames_initials% \u2014 The first name and last initial (e.g., &#8220;John D.&#8221;).<\/p>\n<p>**Automatic Update Checker:** The plugin automatically checks for new versions on GitHub, notifying operators in-game and in the console to ensure you&#8217;re always running the latest, most stable release.<\/p>\n<p>**Extensive Developer API:** RRPNames is built as a platform. It exposes a powerful and easy-to-use API, allowing other developers to create addons and integrate our naming system into their own plugins (e.g., for ID cards, factions, or acquaintance systems).<br \/>\nRRPNames is more than just a plugin\u2014it&#8217;s the definitive foundation for character identity on your server. Simple, fast, and done right.<\/p>\n<p># config.yml<br \/>\n&#8220;`<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\n#                   RRPNames by reallmerry             #<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<\/p>\n<p># The prefix used in all plugin messages.<br \/>\nplugin-prefix: &#8220;&#038;#EA3434&#038;lr&#038;lS&#038;#DD2D35&#038;lt&#038;#D72A36&#038;lu&#038;#D12737&#038;ld&#038;#CA2337&#038;li&#038;#C42038&#038;lo &#038;c\u00bb&#038;r&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\n#                  NAME SETUP SETTINGS                 #<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\nsetup:<br \/>\n  # Should the title asking for name registration be looped until the player sets a name?<br \/>\n  loop-title: true<br \/>\n  # The interval in seconds for resending the title.<br \/>\n  loop-interval-seconds: 5<br \/>\n  # Should player movement and chat be blocked until a name is set?<br \/>\n  block-actions-before-setup: true<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\n#                NAME VALIDATION SETTINGS              #<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\nvalidation:<br \/>\n  # The allowed language for names.<br \/>\n  # CYRILLIC &#8211; Only Cyrillic letters (e.g., \u0430-\u044f, \u0410-\u042f)<br \/>\n  # LATIN &#8211; Only Latin letters (a-z, A-Z)<br \/>\n  # ANY &#8211; Any letters<br \/>\n  language: &#8220;LATIN&#8221;<\/p>\n<p>  # Allow numbers in the name? (true\/false)<br \/>\n  allow-numbers: false<\/p>\n<p>  # Allow hyphens in the name? (e.g., for names like &#8216;Anne-Marie&#8217;)<br \/>\n  allow-hyphens: true<\/p>\n<p>  # Minimum and maximum length for the first name.<br \/>\n  min-firstname-length: 3<br \/>\n  max-firstname-length: 15<\/p>\n<p>  # Minimum and maximum length for the last name.<br \/>\n  min-lastname-length: 3<br \/>\n  max-lastname-length: 15<\/p>\n<p>  # Prevent different players from using the same RP name?<br \/>\n  prevent-duplicates: true<\/p>\n<p>  # Automatically capitalize the first letter of the first and last name, making others lowercase.<br \/>\n  # For example, &#8220;jOHn DOE&#8221; -> &#8220;John Doe&#8221;<br \/>\n  force-capitalization: true<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\n#              PLACEHOLDERAPI INTEGRATION              #<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\ndisplay:<br \/>\n  placeholders:<br \/>\n    # What to display in placeholders if the RP name is not set.<br \/>\n    # For example, %rrpnames_fullname% will return &#8220;Unknown&#8221;<br \/>\n    name-not-set-text: &#8220;Unknown&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\n#                         MESSAGES                     #<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #<br \/>\nmessages:<br \/>\n  # Title and subtitle shown when a name needs to be set.<br \/>\n  setup-title: &#8220;&#038;fPlease enter your name&#8221;<br \/>\n  setup-subtitle: &#8220;&#038;fFormat&#038;7: FirstName LastName&#038;f, for example&#038;7: John Doe&#8221;<\/p>\n<p>  # Validation error messages.<br \/>\n  error-invalid-format: &#8220;&#038;cInvalid format. Use&#038;7: FirstName LastName&#8221;<br \/>\n  error-firstname-too-short: &#8220;&#038;cFirst name is too short. Minimum characters: %min%&#8221;<br \/>\n  error-firstname-too-long: &#8220;&#038;cFirst name is too long. Maximum characters: %max%&#8221;<br \/>\n  error-lastname-too-short: &#8220;&#038;cLast name is too short. Minimum characters: %min%&#8221;<br \/>\n  error-lastname-too-long: &#8220;&#038;cLast name is too long. Maximum characters: %max%&#8221;<br \/>\n  error-invalid-characters: &#8220;&#038;cName contains invalid characters. Check language and special symbols.&#8221;<br \/>\n  error-name-taken: &#8220;&#038;cThis name is already taken. Please choose another one.&#8221;<\/p>\n<p>  # Successful name setup.<br \/>\n  success-name-set: &#8220;You have successfully registered your name!&#8221;<\/p>\n<p>  # Messages for administrators.<br \/>\n  admin-reset-success: &#8220;&#038;aYou have reset the RP name for player &#038;f%player%&#038;a.&#8221;<br \/>\n  admin-set-success: &#8220;&#038;aYou have forcefully set the name &#038;f%name%&#038;a for player &#038;f%player%&#038;a.&#8221;<br \/>\n  admin-player-not-found: &#8220;&#038;cPlayer &#038;f%player%&#038;c not found.&#8221;<br \/>\n  admin-reload-success: &#8220;&#038;aConfiguration successfully reloaded.&#8221;<\/p>\n<p>  # Help menu for administrators.<br \/>\n  admin-help-message:<br \/>\n    &#8211; &#8220;&#038;f&#038;lAdministrator Commands:&#8221;<br \/>\n    &#8211; &#8220;&#038;e\/rpn reload &#038;7- Reload the plugin&#8217;s configuration.&#8221;<br \/>\n    &#8211; &#8220;&#038;e\/rpn set <nickname> <FirstName> <LastName> &#038;7- Forcefully set a player&#8217;s name.&#8221;<br \/>\n    &#8211; &#8220;&#038;e\/rpn reset <nickname> &#038;7- Reset a player&#8217;s name and force them to set it again.&#8221;<\/p>\n<p>&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight, powerful, and professional plugin for managing RolePlay names with full API support.<\/p>\n","protected":false},"featured_media":134477,"template":"","meta":{"_minecraft_slug":"rrpnames","_minecraft_project_id":"WQhC6y6p","_minecraft_author":"reallmerry","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":210,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rrpnames.zip","_minecraft_size_bytes":107323,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T12:35:36.750863Z","_minecraft_date_created":"2025-07-11T04:59:30.546752Z","_minecraft_date_modified":"2025-11-22T13:01:51.772180Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rrpnames","_minecraft_icon_attachment_id":134477,"_minecraft_imported_at":"2026-06-07T22:33:10+00:00","_minecraft_import_hash":"6db1c341e0e2b5e0dbb4cef2b4fb9e92","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,873,126,127,128,867,123,92],"mod_loader":[132,133],"minecraft_version":[59,36,60,93,94,101,102,62],"class_list":["post-134476","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-library","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>rRPNames - 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\/rrpnames\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"rRPNames - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A lightweight, powerful, and professional plugin for managing RolePlay names with full API support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/\" \/>\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\\\/rrpnames\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/\",\"name\":\"rRPNames - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp\",\"datePublished\":\"2026-06-07T22:33:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp\",\"width\":96,\"height\":93},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rrpnames\\\/#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\":\"rRPNames\"}]},{\"@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":"rRPNames - 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\/rrpnames\/","og_locale":"en_US","og_type":"article","og_title":"rRPNames - Minecraft","og_description":"A lightweight, powerful, and professional plugin for managing RolePlay names with full API support.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/","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\/rrpnames\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/","name":"rRPNames - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp","datePublished":"2026-06-07T22:33:09+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rrpnames-icon-89131aeeb6e74bfd2bb509d3a09ab4a95d102861_96.webp","width":96,"height":93},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rrpnames\/#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":"rRPNames"}]},{"@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\/134476","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\/134477"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=134476"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=134476"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=134476"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=134476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}