rProfiles
Unique profiles for players on the server.
rProfiles

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:


Feedback
You can contact me in Discord (gum.ogg) or Telegram.
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: [RU]
```
Основная конфигурация плагина 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: [EN]
```# 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