Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
RP Plugin
PluginLGPL-3.0-or-later

RP Plugin

The plugin will add to the game rp-commands such as /me, /do, /roll, /try, /whisper, /yell and /emote!

755
Downloads
9
Followers
3 months ago
Updated
📦
6
Versions
adventuresocialbukkitpaperspigot
Download Latestv1.3View on Modrinth

📖About RP Plugin

Background

RPPlugin

RPPlugin is a comprehensive roleplay-focused plugin for Minecraft servers Spigot/Paper 1.16.x - 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.

🎭 Features

Core Roleplay Commands

  • /me <action>: Describe your character's actions in the third person
  • /do <action>: Describe surrounding events and environmental actions
  • /try <action>: Attempt an action with configurable success chance
  • /roll <number>: Roll dice with advanced dice notation support

New Enhanced Features

  • /whisper <message>: Send messages with short distance for private conversations
  • /yell <message>: Broadcast messages with extended range for shouting
  • /emote <emote> [target]: Perform predefined emotes with optional targets
  • Advanced Dice System: Support for complex dice expressions (2d6+3, 1d20, etc.)
  • Customizable Message Formats: Fully customizable output messages with color codes
  • Distance Control: Toggle distance-based message delivery on/off
  • Emote Library: Built-in collection of common roleplay emotes

💬 Commands

Command Description Usage Examples
/me Describe your character's actions /me smiles warmly
/do Describe events in the world /do A cold breeze passes by
/roll Roll dice with various formats /roll 20, /roll 5-15, /roll 2d6+3
/try Attempt an action with chance /try open the rusty door
/whisper Send a quiet message /whisper Hey, come here
/yell Shout a message loudly /yell Help! I'm over here!
/emote Perform an emote /emote wave, /emote smile John
/rp help Show command help /rp help

🎲 Dice System Examples

The plugin supports multiple dice notation formats:

/roll 20           # Roll 1-20 (traditional)
/roll 5-15         # Roll between 5 and 15
/roll d6           # Roll one six-sided die
/roll 2d10         # Roll two ten-sided dice
/roll 1d20+5       # Roll d20 and add 5
/roll 3d6+2        # Roll three d6 and add 2

😄 Available Emotes

The plugin includes a library of common roleplay emotes:

  • wave - Waves at someone
  • cry - Cries
  • dance - Dances happily
  • laugh - Laughs out loud
  • bow - Bows respectfully
  • nod - Nods in agreement
  • shake - Shakes head in disagreement
  • shrug - Shrugs shoulders
  • smile - Smiles warmly
  • wink - Winks playfully

You can easily add more emotes in the configuration file!

⚙️ Configuration

The plugin features extensive configuration with multiple language support:

# Language settings
language: "en"

# Plugin settings
settings:
  message_distance: 100.0    # Default message range
  use_distance: true         # Enable/disable distance check
  try_success_chance: 0.5    # Success chance for /try command

# Message formatting
formats:
  me: "&d* %player% %action% *"
  do: "&e* %action% (%player%) *"
  roll_simple: "&a%player% rolls %roll% (1-%max%)"
  roll_range: "&a%player% rolls %roll% (%min%-%max%)"
  roll_dice: "&a%player% rolls %roll% (%expression%)"
  try_success: "&9%player% tries to %action% and succeeds!"
  try_fail: "&9%player% tries to %action% and fails!"
  whisper: "&7[Whisper] %player%: %message%"
  yell: "&c[Yell] %player%: %message%"
  emote: "&6* %player% %emote% %target% *"

# Emote definitions
emotes:
  wave: "waves"
  cry: "cries"
  dance: "dances"
  laugh: "laughs"
  bow: "bows"
  nod: "nods"
  shake: "shakes head"
  shrug: "shrugs"
  smile: "smiles"
  wink: "winks"

# Multi-language support
messages:
  en:
    # English messages...
  ru:
    # Russian messages...

🔧 Installation

  1. Download the latest RPPlugin.jar
  2. Place it in your server's plugins/ directory
  3. Restart your server
  4. Configure plugins/RPPlugin/config.yml to your preferences
  5. Use /rp help in-game to see available commands

📋 Requirements

  • Minecraft Server: Spigot or Paper 1.16.x - 1.21.1
  • Java: Version 21 or higher recommended

👥 Team & Contributors

Mr_Catcraft
Mr_CatcraftOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+27 more

🔗 Links

Modrinth Page