{"id":134328,"date":"2026-06-08T01:18:19","date_gmt":"2026-06-07T22:18:19","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/"},"modified":"2026-06-08T01:18:19","modified_gmt":"2026-06-07T22:18:19","slug":"rp-plugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/","title":{"rendered":"RP Plugin"},"content":{"rendered":"<p>![Background](https:\/\/cdn.modrinth.com\/data\/cached_images\/8b3c6021b616d2a90fe3691f2833b436065010a7.png)<\/p>\n<p># RPPlugin<\/p>\n<p>**RPPlugin** is a comprehensive roleplay-focused plugin for Minecraft servers Spigot\/Paper 1.16.x &#8211; 1.21.1 that enhances immersive roleplay with advanced character interaction commands. Perfect for RP servers, events, or survival communities seeking deeper in-character communication.<\/p>\n<p>## \ud83c\udfad Features<\/p>\n<p>### Core Roleplay Commands<br \/>\n&#8211; **`\/me <action>`**: Describe your character&#8217;s actions in the third person<br \/>\n&#8211; **`\/do <action>`**: Describe surrounding events and environmental actions<br \/>\n&#8211; **`\/try <action>`**: Attempt an action with configurable success chance<br \/>\n&#8211; **`\/roll <number>`**: Roll dice with advanced dice notation support<\/p>\n<p>### New Enhanced Features<br \/>\n&#8211; **`\/whisper <message>`**: Send messages with short distance for private conversations<br \/>\n&#8211; **`\/yell <message>`**: Broadcast messages with extended range for shouting<br \/>\n&#8211; **`\/emote <emote> [target]`**: Perform predefined emotes with optional targets<br \/>\n&#8211; **Advanced Dice System**: Support for complex dice expressions (2d6+3, 1d20, etc.)<br \/>\n&#8211; **Customizable Message Formats**: Fully customizable output messages with color codes<br \/>\n&#8211; **Distance Control**: Toggle distance-based message delivery on\/off<br \/>\n&#8211; **Emote Library**: Built-in collection of common roleplay emotes<\/p>\n<p>## \ud83d\udcac Commands<\/p>\n<p>| Command | Description | Usage Examples |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| **`\/me`** | Describe your character&#8217;s actions | `\/me smiles warmly` |<br \/>\n| **`\/do`** | Describe events in the world | `\/do A cold breeze passes by` |<br \/>\n| **`\/roll`** | Roll dice with various formats | `\/roll 20`, `\/roll 5-15`, `\/roll 2d6+3` |<br \/>\n| **`\/try`** | Attempt an action with chance | `\/try open the rusty door` |<br \/>\n| **`\/whisper`** | Send a quiet message | `\/whisper Hey, come here` |<br \/>\n| **`\/yell`** | Shout a message loudly | `\/yell Help! I&#8217;m over here!` |<br \/>\n| **`\/emote`** | Perform an emote | `\/emote wave`, `\/emote smile John` |<br \/>\n| **`\/rp help`** | Show command help | `\/rp help` |<\/p>\n<p>## \ud83c\udfb2 Dice System Examples<\/p>\n<p>The plugin supports multiple dice notation formats:<\/p>\n<p>&#8220;`yaml<br \/>\n\/roll 20           # Roll 1-20 (traditional)<br \/>\n\/roll 5-15         # Roll between 5 and 15<br \/>\n\/roll d6           # Roll one six-sided die<br \/>\n\/roll 2d10         # Roll two ten-sided dice<br \/>\n\/roll 1d20+5       # Roll d20 and add 5<br \/>\n\/roll 3d6+2        # Roll three d6 and add 2<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\ude04 Available Emotes<\/p>\n<p>The plugin includes a library of common roleplay emotes:<\/p>\n<p>&#8211; `wave` &#8211; Waves at someone<br \/>\n&#8211; `cry` &#8211; Cries<br \/>\n&#8211; `dance` &#8211; Dances happily<br \/>\n&#8211; `laugh` &#8211; Laughs out loud<br \/>\n&#8211; `bow` &#8211; Bows respectfully<br \/>\n&#8211; `nod` &#8211; Nods in agreement<br \/>\n&#8211; `shake` &#8211; Shakes head in disagreement<br \/>\n&#8211; `shrug` &#8211; Shrugs shoulders<br \/>\n&#8211; `smile` &#8211; Smiles warmly<br \/>\n&#8211; `wink` &#8211; Winks playfully<\/p>\n<p>You can easily add more emotes in the configuration file!<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The plugin features extensive configuration with multiple language support:<\/p>\n<p>&#8220;`yaml<br \/>\n# Language settings<br \/>\nlanguage: &#8220;en&#8221;<\/p>\n<p># Plugin settings<br \/>\nsettings:<br \/>\n  message_distance: 100.0    # Default message range<br \/>\n  use_distance: true         # Enable\/disable distance check<br \/>\n  try_success_chance: 0.5    # Success chance for \/try command<\/p>\n<p># Message formatting<br \/>\nformats:<br \/>\n  me: &#8220;&#038;d* %player% %action% *&#8221;<br \/>\n  do: &#8220;&#038;e* %action% (%player%) *&#8221;<br \/>\n  roll_simple: &#8220;&#038;a%player% rolls %roll% (1-%max%)&#8221;<br \/>\n  roll_range: &#8220;&#038;a%player% rolls %roll% (%min%-%max%)&#8221;<br \/>\n  roll_dice: &#8220;&#038;a%player% rolls %roll% (%expression%)&#8221;<br \/>\n  try_success: &#8220;&#038;9%player% tries to %action% and succeeds!&#8221;<br \/>\n  try_fail: &#8220;&#038;9%player% tries to %action% and fails!&#8221;<br \/>\n  whisper: &#8220;&#038;7[Whisper] %player%: %message%&#8221;<br \/>\n  yell: &#8220;&#038;c[Yell] %player%: %message%&#8221;<br \/>\n  emote: &#8220;&#038;6* %player% %emote% %target% *&#8221;<\/p>\n<p># Emote definitions<br \/>\nemotes:<br \/>\n  wave: &#8220;waves&#8221;<br \/>\n  cry: &#8220;cries&#8221;<br \/>\n  dance: &#8220;dances&#8221;<br \/>\n  laugh: &#8220;laughs&#8221;<br \/>\n  bow: &#8220;bows&#8221;<br \/>\n  nod: &#8220;nods&#8221;<br \/>\n  shake: &#8220;shakes head&#8221;<br \/>\n  shrug: &#8220;shrugs&#8221;<br \/>\n  smile: &#8220;smiles&#8221;<br \/>\n  wink: &#8220;winks&#8221;<\/p>\n<p># Multi-language support<br \/>\nmessages:<br \/>\n  en:<br \/>\n    # English messages&#8230;<br \/>\n  ru:<br \/>\n    # Russian messages&#8230;<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. Download the latest `RPPlugin.jar`<br \/>\n2. Place it in your server&#8217;s `plugins\/` directory<br \/>\n3. Restart your server<br \/>\n4. Configure `plugins\/RPPlugin\/config.yml` to your preferences<br \/>\n5. Use `\/rp help` in-game to see available commands<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Minecraft Server**: Spigot or Paper 1.16.x &#8211; 1.21.1<br \/>\n&#8211; **Java**: Version 21 or higher recommended<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The plugin will add to the game rp-commands such as \/me, \/do, \/roll, \/try, \/whisper, \/yell and \/emote!<\/p>\n","protected":false},"featured_media":134329,"template":"","meta":{"_minecraft_slug":"rp-plugin","_minecraft_project_id":"EbT86vDo","_minecraft_author":"Mr_Catcraft","_minecraft_license":"LGPL-3.0-or-later","_minecraft_downloads":996,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rp-plugin.zip","_minecraft_size_bytes":40639,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T08:38:20.550442Z","_minecraft_date_created":"2024-07-09T01:34:57.198977Z","_minecraft_date_modified":"2026-01-14T14:30:28.859522Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rp-plugin","_minecraft_icon_attachment_id":134329,"_minecraft_imported_at":"2026-06-07T22:18:20+00:00","_minecraft_import_hash":"86338f518e829692163225cecfd793ef","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,127,867,129,92],"mod_loader":[130,132,134],"minecraft_version":[118,119,120,46,47,48,49,50,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],"class_list":["post-134328","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RP Plugin - 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\/rp-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RP Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The plugin will add to the game rp-commands such as \/me, \/do, \/roll, \/try, \/whisper, \/yell and \/emote!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/\" \/>\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\\\/rp-plugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/\",\"name\":\"RP Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png\",\"datePublished\":\"2026-06-07T22:18:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rp-plugin\\\/#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\":\"RP Plugin\"}]},{\"@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":"RP Plugin - 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\/rp-plugin\/","og_locale":"en_US","og_type":"article","og_title":"RP Plugin - Minecraft","og_description":"The plugin will add to the game rp-commands such as \/me, \/do, \/roll, \/try, \/whisper, \/yell and \/emote!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/","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\/rp-plugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/","name":"RP Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png","datePublished":"2026-06-07T22:18:19+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rp-plugin-icon-1d49dbc0a5b37cf6679315659fb9f4f26a233b0a.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rp-plugin\/#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":"RP Plugin"}]},{"@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\/134328","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\/134329"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=134328"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=134328"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=134328"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=134328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}