{"id":134338,"date":"2026-06-08T01:19:24","date_gmt":"2026-06-07T22:19:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/"},"modified":"2026-06-08T01:19:24","modified_gmt":"2026-06-07T22:19:24","slug":"rpcore","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/","title":{"rendered":"RPCore"},"content":{"rendered":"<p>## About<\/p>\n<p>![img](https:\/\/i.imgur.com\/7w4GPUh.png)<\/p>\n<p>This plugin provides a foundation for character roleplay (RP). Unlike simple chat and emote commands, it introduces character switching and allows players to customize their character\u2019s name, skin, and text flavor.<\/p>\n<p>Primarily, this plugin is aimed at servers focused on **Hard Roleplay (HRP)**. It includes several chat types (normal speech, whisper, shout, emotes, and local OOC), which enhance immersion and make roleplay more engaging.<\/p>\n<p>Players can easily customize their characters including name, color, skin, and description through menus and commands. In addition, they can switch between characters and toggle RP mode on or off, allowing smooth transitions between gameplay styles.<\/p>\n<p>The plugin also features simple YAML-based configuration for skins you want to allow on your server. This makes it easy to control which skins are available depending on your server\u2019s RP setting.<\/p>\n<p>## Important<\/p>\n<p>I am 100% sure my **SkinManager** (which allows players to choose a skin from those you provide) will simply not work on servers with `online mode `disabled. **At the moment, I am not planning to fix this.**<\/p>\n<p>## Need help or want to contribute?<\/p>\n<p>If you have an idea, found a bug, or need help, you can always open an Issue on GitHub or join Discord server.<\/p>\n<p>I also gladly accept contributions via Pull Requests on GitHub.<\/p>\n<p>## Commands<\/p>\n<p>&#8220;`yaml<br \/>\ncommands:<br \/>\n  character:<br \/>\n    description: Manage your characters through menu<br \/>\n    permission: rpcore.character<br \/>\n    usage: \/character<br \/>\n  setname:<br \/>\n    description: Set new name for character<br \/>\n    permission: rpcore.setname<br \/>\n    usage: \/setname <text><br \/>\n  setflavor:<br \/>\n    description: Set new flavor for character<br \/>\n    permission: rpcore.setflavor<br \/>\n    usage: \/setflavor <text><br \/>\n  flavor:<br \/>\n    description: Read character&#8217;s flavor<br \/>\n    permission: rpcore.flavor<br \/>\n    usage: \/flavor <character name><br \/>\n  characters:<br \/>\n    description: Get all players in RP right now<br \/>\n    permission: rpcore.characters<br \/>\n    usage: \/characters<br \/>\n  rpcorereload:<br \/>\n    description: Reload RPCORE&#8217;s config file<br \/>\n    permission: rpcore.rpcorereload<br \/>\n    usage: \/rpcorereload<br \/>\n&#8220;`<\/p>\n<p>## Permissions<br \/>\n&#8220;`yaml<br \/>\npermissions:<br \/>\n  rpcore.character:<br \/>\n    description: Manage your characters through menu<br \/>\n    default: true<br \/>\n  rpcore.setname:<br \/>\n    description: Set new name for character<br \/>\n    default: true<br \/>\n  rpcore.setflavor:<br \/>\n    description: Set new flavor for character<br \/>\n    default: true<br \/>\n  rpcore.flavor:<br \/>\n    description: Read character&#8217;s flavor (via command)<br \/>\n    default: op<br \/>\n  rpcore.rpcorereload:<br \/>\n    description: Reload RPCORE&#8217;s config file<br \/>\n    default: op<br \/>\n  rpcore.characters:<br \/>\n    description: Get all players in RP right now<br \/>\n    default: op<br \/>\n  rpcore.max_characters_bypass:<br \/>\n    description: Bypass max characters limit<br \/>\n    default: op<br \/>\n&#8220;`<\/p>\n<p>## Default plugin config<\/p>\n<p>&#8220;`yaml<br \/>\n# Chat<br \/>\n# RPCore can use built-in manager for better RP immersion. Certainly you can disable it, but<br \/>\n# there won&#8217;t be much left of the plugin after this.<br \/>\nchat-manager-enabled: true<br \/>\n# prefix what players can type for say something in IC. Sequential commands \/rpcore:say <text>.<br \/>\n# Keep in mind that player in RP have say channel by default in options.<br \/>\nchat-say-prefix: &#8220;>&#8221;<br \/>\n# similar but whisper<br \/>\nchat-whisper-prefix: &#8220;.&#8221;<br \/>\n# similar but emote.<br \/>\nchat-emote-prefix: &#8220;*&#8221;<br \/>\n# similar but shout.<br \/>\nchat-shout-prefix: &#8220;!&#8221;<br \/>\n# Local(OOC) chat. Keep in mind that&#8217;s disabled by default. I really hate OOC text in RP processing.<br \/>\n# certainly you can enable it below.<br \/>\nchat-looc-prefix: &#8220;@&#8221;<br \/>\n# Is LOOC enabled? If you don&#8217;t fully trust your players, or you don\u2019t want OOC-chat mixed with IC, then keep it disabled.<br \/>\n# Someday I&#8217;ve had some RP servers with LOOC, and yeah, this really can ruin your &#8220;roleplay-vibe&#8221;.<br \/>\n# But in some case it can be useful, so.<br \/>\nchat-looc-enabled: false<br \/>\n# Chat radius<br \/>\nchat-radius-say: 15<br \/>\nchat-radius-whisper: 2 # Shh&#8230;<br \/>\nchat-radius-shout: 30<br \/>\nchat-radius-emote: 15 # I recommend keep this value like chat-radius-say<br \/>\nchat-radius-looc: 15 # I recommend keep this value like chat-radius-say<br \/>\n# Chat punctuation. Make uppercase first symbol and add dot in end.<br \/>\n# Not yet implemented &#8211; reserved for future versions. If anyone really needs it, hit me up on Discord or somewhere else.<br \/>\nchat-punctuation: false<\/p>\n<p># Characters<br \/>\n# how max length can be character name ?<br \/>\ncharacter-name-length: 32<br \/>\n# how max length can be flavor (256 is chat limit btw, so its 256 &#8211; 8 (comma with &#8220;\/&#8221; and space)  = 248).<br \/>\n# If some players want more &#8211; have to do it manually (change YAML).<br \/>\ncharacter-flavor-length: 248<br \/>\n# max characters without rpcore.max_characters_bypass permission<br \/>\ncharacter-max-characters: 10<\/p>\n<p># Skins<br \/>\n# !! Please check skins.yml !!<br \/>\n# true &#8211; players can change skin for they characters.<br \/>\nskin-manager-enabled: true<\/p>\n<p># localization<br \/>\n# Change data output for players here<br \/>\n# Sadly you can&#8217;t change color here, for now.<br \/>\nlocale-plugin-name: &#8220;[RPCore]: &#8221;<br \/>\nlocale-player-picked-color: &#8220;You picked color: &#8221;<br \/>\nlocale-player-cant-do-that: &#8220;Sorry, but you can&#8217;t do that.&#8221;<br \/>\nlocale-change-name: &#8220;Change name&#8221;<br \/>\nlocale-change-name-desc: &#8220;Use \/setname <name> for it.&#8221;<br \/>\nlocale-change-flavor: &#8220;Change flavor&#8221;<br \/>\nlocale-change-flavor-desc: &#8220;Use \/setflavor <text> for it.&#8221;<br \/>\nlocale-change-skin: &#8220;Change skin&#8221;<br \/>\nlocale-change-color: &#8220;Change color&#8221;<br \/>\nlocale-character-created: &#8220;You created new character! Please change them in character menu&#8221;<br \/>\nlocale-character-selected: &#8220;Selected character: {name}&#8221;<br \/>\nlocale-skin-selected: &#8220;Skin selected: {name}&#8221;<br \/>\nlocale-choose-character-first: &#8220;Choose your character first.&#8221;<br \/>\nlocale-name-changed: &#8220;Your character&#8217;s name has been changed to {name}&#8221;<br \/>\nlocale-only-players-can-do-that: &#8220;Hey, admin, I&#8217;m so sorry but only players can do that!&#8221;<br \/>\nlocale-flavor-changed: &#8220;Your character&#8217;s flavor has been changed to:n&#8221;<br \/>\nlocale-no-character-to-play: &#8220;You can&#8217;t play RP without character. Please create them or pick from existing.&#8221;<br \/>\nlocale-character: &#8220;Character&#8221;<br \/>\nlocale-character-name: &#8220;Name: {name}&#8221;<br \/>\nlocale-no-character: &#8220;You don&#8217;t have character&#8221;<br \/>\nlocale-select-another-character: &#8220;Select another character&#8221;<br \/>\nlocale-rp-status: &#8220;RP status&#8221;<br \/>\nlocale-current-status: &#8220;Current: {status}&#8221;<br \/>\nlocale-click-to-switch: &#8220;Click to switch&#8221;<br \/>\nlocale-chat-type: &#8220;Chat type&#8221;<br \/>\nlocale-current-chat-type: &#8220;Current: {type}&#8221;<br \/>\nlocale-all-characters: &#8220;All characters in worlds:&#8221;<br \/>\n# scroll menu buttons<br \/>\nlocale-click-to-select: &#8220;Click to select&#8221;<br \/>\nlocale-previous: &#8220;Previous&#8221;<br \/>\nlocale-new-character: &#8220;New Character&#8221;<br \/>\nlocale-next: &#8220;Next&#8221;<br \/>\nlocale-name-too-long: &#8220;Name of your character too long!&#8221;<br \/>\nlocale-flavor-too-long: &#8220;Flavor of your character too long!&#8221;<\/p>\n<p># Small features<br \/>\n# Should we hide nametag of players when they &#8220;inRP&#8221; mode<br \/>\nnametag-hide: true<br \/>\n# Right click player to read about them!<br \/>\nflavor-by-click: true<br \/>\n&#8220;`<\/p>\n<p>## Default SkinManager config<\/p>\n<p>&#8220;`yaml<br \/>\nskins:<br \/>\n  list:<br \/>\n    kawaii_girl:<br \/>\n      name: &#8220;kawaii girl!&#8221;<br \/>\n      url: &#8220;https:\/\/textures.minecraft.net\/texture\/f6c08265bb898876ac6c69d79eaaaf283c524c7368b23df679e7fef2b593dbdd&#8221;<br \/>\n    swordsman_1:<br \/>\n      name: &#8220;swordsman&#8221;<br \/>\n      url: &#8220;https:\/\/textures.minecraft.net\/texture\/82da4f54818192710a78ac45e627ca16bef88043c8b13a9586368554c08a0e06&#8221;<br \/>\n    swordsman_2:<br \/>\n      name: &#8220;swordsman 2&#8221;<br \/>\n      url: &#8220;https:\/\/textures.minecraft.net\/texture\/c54a78cb917eca547b3e40a029d1bdcea67b86c33e815d69639ff998db3efae4&#8221;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This plugin provides a foundation for character roleplay (RP). Unlike simple chat and emote commands, it introduces character switching and allows players to customize their character\u2019s name, skin, and text flavor.<\/p>\n","protected":false},"featured_media":134339,"template":"","meta":{"_minecraft_slug":"rpcore","_minecraft_project_id":"z5G4rDqg","_minecraft_author":"leonidussaks","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":13,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rpcore.zip","_minecraft_size_bytes":1864564,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:57:25.128492Z","_minecraft_date_created":"2026-04-10T19:56:04.953402Z","_minecraft_date_modified":"2026-03-24T14:17:14.469837Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rpcore","_minecraft_icon_attachment_id":134339,"_minecraft_imported_at":"2026-06-07T22:19:26+00:00","_minecraft_import_hash":"14091537769afc513cc6e784f2427716","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,867],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-134338","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-social","mod_loader-paper","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>RPCore - 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\/rpcore\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RPCore - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This plugin provides a foundation for character roleplay (RP). Unlike simple chat and emote commands, it introduces character switching and allows players to customize their character\u2019s name, skin, and text flavor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/\",\"name\":\"RPCore - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp\",\"datePublished\":\"2026-06-07T22:19:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp\",\"width\":96,\"height\":77},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rpcore\\\/#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\":\"RPCore\"}]},{\"@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":"RPCore - 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\/rpcore\/","og_locale":"en_US","og_type":"article","og_title":"RPCore - Minecraft","og_description":"This plugin provides a foundation for character roleplay (RP). Unlike simple chat and emote commands, it introduces character switching and allows players to customize their character\u2019s name, skin, and text flavor.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/","name":"RPCore - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp","datePublished":"2026-06-07T22:19:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rpcore-icon-71a96290827aa4badbe27526100b99938200f7be_96.webp","width":96,"height":77},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rpcore\/#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":"RPCore"}]},{"@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\/134338","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\/134339"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=134338"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=134338"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=134338"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=134338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}