{"id":57885,"date":"2026-06-03T07:26:46","date_gmt":"2026-06-03T04:26:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/"},"modified":"2026-06-03T07:26:46","modified_gmt":"2026-06-03T04:26:46","slug":"dmrp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/","title":{"rendered":"DMRP"},"content":{"rendered":"<p># DMRP &#8211; Role Play Plugin for Minecraft<\/p>\n<p align=\"center\">\n    <img loading=\"lazy\" decoding=\"async\" alt=\"DMRP logo\" height=\"87\" src=\"https:\/\/raw.githubusercontent.com\/DublikuntMux\/DMRP\/main\/content\/DMRP.png\" title=\"DMRP logo\" width=\"256\"\/>\n<\/p>\n<p>## Introduction<\/p>\n<p>DMRP is a Minecraft plugin designed to enhance role-playing experiences on your server. It introduces new commands and mechanics that can be used to create immersive role-playing scenarios. This plugin is compatible with Minecraft servers running Spigot or Bukkit.<\/p>\n<p>![modrinth](https:\/\/modrinth.com\/plugin\/dmrp)<br \/>\n![github](https:\/\/github.com\/DublikuntMux\/DMRP)<br \/>\n<img decoding=\"async\" alt=\"spigot\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/supported\/spigot_vector.svg\"\/><br \/>\n<img decoding=\"async\" alt=\"paper\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/supported\/paper_vector.svg\"\/><br \/>\n<img decoding=\"async\" alt=\"purpur\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/supported\/purpur_vector.svg\"\/><br \/>\n<img decoding=\"async\" alt=\"sponge\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/unsupported\/sponge_vector.svg\"\/><\/p>\n<p>## Features<\/p>\n<p>&#8211; **Player Leash**: Allow players to leash each other using a leash.<br \/>\n&#8211; **Inventory Lock**: Allows locking and unlocking of player inventories, preventing them from moving items using a chain.<br \/>\n&#8211; **Dice Command**: Allows players to throw dice with a specified number of sides. Players can throw a single die or multiple dice at once.<br \/>\n&#8211; **Try Command**: Gives players a customizable chance to succeed in a specified action. This can be used for various role-playing scenarios.<br \/>\n&#8211; **Coin flip Command**: Simulates a coin flip with a 50\/50 chance of landing on heads or tails.<br \/>\n&#8211; **Reload Command**: Reloads the plugin&#8217;s configuration files, allowing changes to take effect without restarting the server.<br \/>\n&#8211; **Support for PlaceholderAPI**: If installed, DMRP can use placeholders to customize messages further.<br \/>\n&#8211; **Support for MiniMassages**: DMRP can use MiniMassages format to customize messages further.<br \/>\n&#8211; **Custom Placeholders**: Introduces new custom placeholders that allow server administrators to dynamically display plugin-specific data, such as player state.<br \/>\n&#8211; **Auto Update**: Automatically checks for plugin updates.<\/p>\n<p>See command showcase on:<br \/>\n![modrinth-gallery](https:\/\/modrinth.com\/plugin\/dmrp\/gallery)<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest version of DMRP from the Modrinth or GitHub repository.<br \/>\n2. Download the latest version of PacketEvents from the Modrinth or other source<br \/>\n3. Place the downloaded `.jar` file into your server&#8217;s `plugins` directory.<br \/>\n4. Restart your server to load the plugin.<\/p>\n<p>## Configuration<\/p>\n<p>DMRP uses two configuration files: `config.yaml` and `language.yaml`. These files are located in the plugin&#8217;s directory under `plugins\/DMRP\/`.<\/p>\n<p>&#8211; `config.yaml`: Contains settings such as the maximum dice sides, and leash distance.<br \/>\n&#8211; `language.yaml`: Contains messages used by the plugin, which can be customized to fit your server&#8217;s theme.<\/p>\n<p>## Commands<\/p>\n<p>&#8211; **\/rp-reload**: Reloads the plugin&#8217;s configuration files.<br \/>\n&#8211; **\/try {what to try}**: Attempts a specified action with a configured chance of success.<br \/>\n&#8211; **\/dice {amount} {sides}**: Throws a specified number of dice with a specified number of sides.<br \/>\n&#8211; **\/coinflip**: Simulates a coin flip with a 50\/50 chance.<br \/>\n&#8211; **\/lockinv {player}**: Locks or unlocks the inventory of a specified player.<br \/>\n&#8211; **\/leash {player}**: Leashes\/unleashes a player.<\/p>\n<p>## Custom Placeholders<\/p>\n<p>DMRP introduces custom placeholders that allow server administrators to dynamically display plugin-specific data. These placeholders can be used with PlaceholderAPI to enhance the role-playing experience. Below is a description of each placeholder:<\/p>\n<p>&#8211; **%dmrp_leashed%**: Displays whether a player is currently leashed.<br \/>\n  &#8211; Returns a customizable message based on the player&#8217;s leash status:<br \/>\n    &#8211; If the player is leashed: Displays the message defined in `placeholder.leash.leashed` in the `language.yaml` file.<br \/>\n    &#8211; If the player is not leashed: Displays the message defined in `placeholder.leash.not_leashed`.<\/p>\n<p>&#8211; **%dmrp_lockinv%**: Displays whether a player&#8217;s inventory is locked.<br \/>\n  &#8211; Returns a customizable message based on the player&#8217;s inventory lock status:<br \/>\n    &#8211; If the player&#8217;s inventory is locked: Displays the message defined in `placeholder.lockinv.locked` in the `language.yaml` file.<br \/>\n    &#8211; If the player&#8217;s inventory is unlocked: Displays the message defined in `placeholder.lockinv.unlocked`.<\/p>\n<p>These placeholders can be customized in the `language.yaml` file to fit your server&#8217;s theme and enhance immersion.<\/p>\n<p>## Permissions<\/p>\n<p>DMRP uses a permission system to control access to its commands. By default, all commands (except \/rp-reload) are restricted to all users. You can customize these permissions in your server&#8217;s `permissions.yml` file.<\/p>\n<p>### Permission Nodes<\/p>\n<p>&#8211; `dmrp.command.*`: Gives access to all DMRP commands.<br \/>\n&#8211; `dmrp.command.reload`: Access to reload the plugin configuration.<br \/>\n&#8211; `dmrp.command.try`: Access to the `\/try` command.<br \/>\n&#8211; `dmrp.command.dice`: Access to the `\/dice` command.<br \/>\n&#8211; `dmrp.command.coinflip`: Access to the `\/coinflip` command.<br \/>\n&#8211; `dmrp.command.lockinv`: Access to the `\/lockinv` command.<br \/>\n&#8211; `dmrp.command.leash`: Access to the `\/leash` command.<\/p>\n<p>&#8211; `dmrp.leash.use`: Allows players to leash others.<br \/>\n&#8211; `dmrp.leash.can`: Allows players to be leashed.<br \/>\n&#8211; `dmrp.leash.admin`: Gives access to unleash players that you don&#8217;t own.<\/p>\n<p>&#8211; `dmrp.lock.use`: Gives access to lock players inventories.<br \/>\n&#8211; `dmrp.lock.can`: Allows players to be inventory locked.<br \/>\n&#8211; `dmrp.lock.admin`: Gives access to unlock inventories that you don&#8217;t own.<\/p>\n<p>## Support<\/p>\n<p>If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.<\/p>\n<p>## Contributing<\/p>\n<p>Contributions to DMRP are welcome! If you&#8217;d like to contribute, please fork the repository, make your changes, and submit a pull request.<\/p>\n<p>## License<\/p>\n<p>DMRP is licensed under the BSD-3 License. See the `LICENSE.md` file for more details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Plugin that add new role play commands and mechanics to you server.<\/p>\n","protected":false},"featured_media":57886,"template":"","meta":{"_minecraft_slug":"dmrp","_minecraft_project_id":"n73Ju4Nh","_minecraft_author":"DublikuntMux","_minecraft_license":"BSD-3-Clause","_minecraft_downloads":278,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"dmrp.zip","_minecraft_size_bytes":413989,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T12:01:08.935281Z","_minecraft_date_created":"2024-03-26T06:55:18.705280Z","_minecraft_date_modified":"2025-12-30T15:50:34.493206Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/dmrp","_minecraft_icon_attachment_id":57886,"_minecraft_imported_at":"2026-06-03T04:26:47+00:00","_minecraft_import_hash":"60cceb21179cba86c97c411ad9ce79b7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,128,867,129,92],"mod_loader":[132,133,134],"minecraft_version":[59,36,60,93,94,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-57885","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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>DMRP - 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\/dmrp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DMRP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Plugin that add new role play commands and mechanics to you server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/DublikuntMux\/DMRP\/main\/content\/DMRP.png\" \/>\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\\\/dmrp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/\",\"name\":\"DMRP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp\",\"datePublished\":\"2026-06-03T04:26:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp\",\"width\":96,\"height\":33},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dmrp\\\/#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\":\"DMRP\"}]},{\"@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":"DMRP - 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\/dmrp\/","og_locale":"en_US","og_type":"article","og_title":"DMRP - Minecraft","og_description":"Plugin that add new role play commands and mechanics to you server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/DublikuntMux\/DMRP\/main\/content\/DMRP.png","type":"","width":"","height":""}],"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\/dmrp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/","name":"DMRP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp","datePublished":"2026-06-03T04:26:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dmrp-icon-727f6f51164d6e2ccf37591035dfc8cc1777eb28_96.webp","width":96,"height":33},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dmrp\/#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":"DMRP"}]},{"@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\/57885","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\/57886"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=57885"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=57885"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=57885"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=57885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}