rProfiles

⭐ — (5 endorsements) 📥 425 downloads 📌 v1.3.5 📅 1/11/2025
🟠 Updated over a year ago

By reallmerry · library

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/25/2025 📅 Created: 1/11/2025

🔍 Analysis

  • 🏆 #16 of 20 library mods in this game by downloads

📋 About This Mod

✅ Unique names for privileges;
✅ Issuing the player's original UUID;
✅ Output the date of registration on the player's server;
✅ Customization ( in the future )
✅ RGB, Hex support
✅ Simple configuration

!(https://cdn.modrinth.com/data/cached_images/a92069485c98f588ad776f0627a21105e64314e5.png) # rProfiles - the perfect profiles for you! Unique ID system that can be improved in the future for the whole server, for example - ban with iD, but this is your imagination. ## Features - Unique names for privileges; - Issuing the player's original UUID; - Output the date of registration on the player's server; - Customization ( in the future ) - RGB, Hex support - Simple configuration <details> <summary>Spoiler</summary> this list will be updated in the future :) </details> ## Photos: !(https://i.imgur.com/5SV8JWw.png) !(https://i.imgur.com/vvOEaR8.png) ## Feedback You can contact me in Discord (gum.ogg) or (https://t.me/gummp3). ### A little information! The plugin requires LuckPerms! But there are downsides. The plugin does not save information in the database, but in the file `ids.yml`, which means that deleting this file will lead to a dump of all the information that received players! Restore - impossible. In the future I will try to fix this fat minus. That's pretty much it. ## Plugin configuration: ``` ## Основная конфигурация плагина RProfile profile: enabled: true # Включить или отключить команду /profile message: "Команда отключена." # Сообщение при отключенной команде lang: profile: "У вас нет прав на выполнение этой команды." # Сообщение при отсутствии прав на команду /profile # Сообщения для команды /language language: usage: "Использование: /language <язык>" # Использование команды /language invalid: "Неверно указан язык. Доступные варианты: Русский, English, Українська." # Сообщение для неверного языка changed: "Язык изменен на: %language%" # Сообщение при успешной смене языка error: "Произошла ошибка при изменении языка." # Сообщение при ошибке изменения языка # Сообщения для команды /gender gender: usage: "Использование: /gender <пол>" # Использование команды /gender invalid: "Неверно указан пол. Доступные варианты: Мужской, Женский." # Сообщение для неверного пола changed: "Пол изменен на: %gender%" # Сообщение при успешной смене пола error: "Произошла ошибка при изменении пола." # Сообщение при ошибке изменения пола ``` ## Plugin configuration: ```# config.yml - RProfile # # Support for HEX colors seems to be implemented. # I suggest https://www.birdflop.com/resources/rgb/ # Example of coloring in this format: §x§3§8§3§8§C§C, it will definitely work. # profile: enabled: true # Enable or disable the /profile command message: "The command is disabled in the config." # Message when the command is disabled lang: profile: "You do not have permission to execute this command." # Message when lacking permission to use /profile # Messages for the /language command language: usage: "Usage: /language <language>" # Usage instruction for the /language command invalid: "Invalid language specified. Available options: Русский, English, Українська." # Message for invalid language input changed: "Language changed to: %language%" # Message upon successful language change error: "An error occurred while changing the language." # Message when there is an error changing the language # Messages for the /gender command gender: usage: "Usage: /gender <gender>" # Usage instruction for the /gender command invalid: "Invalid gender specified. Available options: Male, Female." # Message for invalid gender input changed: "Gender changed to: %gender%" # Message upon successful gender change error: "An error occurred while changing the gender." # Message when there is an error changing the gender ``` ## ids.yml ``` 4025a66e-347b-375f-99fd-3cd7ccfa192c: // uuid player id: '180623' // id is generated registrationDate: 07.01.2025 20:28 // Date when the plugin was added to the server for the first time ``` 1 # Stats !(https://bstats.org/signatures/bukkit/rProfiles.svg)

![](https://cdn.modrinth.com/data/cached_images/a92069485c98f588ad776f0627a21105e64314e5.png)

# rProfiles - the perfect profiles for you!

Unique ID system that can be improved in the future for the whole server, for example - ban with iD, but this is your imagination.

## Features

  • Unique names for privileges;
  • Issuing the player's original UUID;
  • Output the date of registration on the player's server;
  • Customization ( in the future )
  • RGB, Hex support
  • Simple configuration

Spoiler

this list will be updated in the future :)

## Photos: ![./profile nickname](https://i.imgur.com/5SV8JWw.png) !(https://i.imgur.com/vvOEaR8.png)

## Feedback

You can contact me in Discord (gum.ogg) or (https://t.me/gummp3).

### A little information! The plugin requires LuckPerms! But there are downsides. The plugin does not save information in the database, but in the file `ids.yml`, which means that deleting this file will lead to a dump of all the information that received players!

Restore - impossible. In the future I will try to fix this fat minus.

That's pretty much it. ## Plugin configuration:

``` ## Основная конфигурация плагина RProfile profile: enabled: true # Включить или отключить команду /profile message: "Команда отключена." # Сообщение при отключенной команде

lang: profile: "У вас нет прав на выполнение этой команды." # Сообщение при отсутствии прав на команду /profile

# Сообщения для команды /language language: usage: "Использование: /language <язык>" # Использование команды /language invalid: "Неверно указан язык. Доступные варианты: Русский, English, Українська." # Сообщение для неверного языка changed: "Язык изменен на: %language%" # Сообщение при успешной смене языка error: "Произошла ошибка при изменении языка." # Сообщение при ошибке изменения языка

# Сообщения для команды /gender gender: usage: "Использование: /gender <пол>" # Использование команды /gender invalid: "Неверно указан пол. Доступные варианты: Мужской, Женский." # Сообщение для неверного пола changed: "Пол изменен на: %gender%" # Сообщение при успешной смене пола error: "Произошла ошибка при изменении пола." # Сообщение при ошибке изменения пола

## Plugin configuration:

```# config.yml - RProfile # # Support for HEX colors seems to be implemented. # I suggest https://www.birdflop.com/resources/rgb/ # Example of coloring in this format: §x§3§8§3§8§C§C, it will definitely work. # profile: enabled: true # Enable or disable the /profile command message: "The command is disabled in the config." # Message when the command is disabled

lang: profile: "You do not have permission to execute this command." # Message when lacking permission to use /profile

# Messages for the /language command language: usage: "Usage: /language " # Usage instruction for the /language command invalid: "Invalid language specified. Available options: Русский, English, Українська." # Message for invalid language input changed: "Language changed to: %language%" # Message upon successful language change error: "An error occurred while changing the language." # Message when there is an error changing the language

# Messages for the /gender command gender: usage: "Usage: /gender " # Usage instruction for the /gender command invalid: "Invalid gender specified. Available options: Male, Female." # Message for invalid gender input changed: "Gender changed to: %gender%" # Message upon successful gender change error: "An error occurred while changing the gender." # Message when there is an error changing the gender ```

``` 4025a66e-347b-375f-99fd-3cd7ccfa192c: // uuid player id: '180623' // id is generated registrationDate: 07. 01. 2025 20:28 // Date when the plugin was added to the server for the first time ```

1 # Stats !(https://bstats.org/signatures/bukkit/rProfiles.svg)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
reallmerry
Version
1.3.5
Downloads
425
Endorsements
5
Category
library
Created
1/11/2025
Updated
1/25/2025
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
library, management, social

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does rProfiles support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of rProfiles?

Version 1.3.5, published 2025-01-25 with 425 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More library 👤 More by reallmerry 🔎 Similar Mods 🌐 Best library (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods