Назад в магазин
LPPronouns
Modrinth Plugin

LPPronouns

A simple, cross API plugin that allows players to set their pronouns.

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

1.0.5

Загрузки

1 583

Загрузчики / Платформы

bukkit bungeecord fabric folia forge paper purpur spigot velocity waterfall

Minecraft версии

1.19 – 1.20.1

Категории

management social

Описание

Подробная информация

# LPPronouns A simple, cross API plugin that allows players to set their pronouns. Works on: Spigot, BungeeCord, Fabric, Forge, and Velocity Link to our support: [Discord](https://discord.gg/NffvJd95tk) ## Download - [GitHub](https://github.com/p0t4t0sandwich/LPPronouns/releases) - [Spigot](https://www.spigotmc.org/resources/lppronouns.110206/) - [Hangar](https://hangar.papermc.io/p0t4t0sandwich/LPPronouns) - [Modrinth](https://modrinth.com/plugin/lppronouns) - [CurseForge](https://www.curseforge.com/minecraft/mc-mods/lppronouns) ### Compatibility Cheatsheet | Server type | Versions | Jar Name | |-------------|-------------|----------------------------------------| | All 1.19 | 1.19-1.19.4 | `LPPronouns-<version>-1.19.jar` | | All 1.20 | 1.20-1.20.1 | `LPPronouns-<version>-1.20.jar` | | Bukkit | 1.8-1.20.1 | `LPPronouns-<version>-bukkit.jar` | | BungeeCord | 1.20-1.20.1 | `LPPronouns-<version>-bungee.jar` | | Velocity | API v3 | `LPPronouns-<version>-velocity.jar` | | Fabric 1.17 | 1.17-1.19.4 | `LPPronouns-<version>-fabric-1.17.jar` | | Fabric 1.20 | 1.20-1.20.1 | `LPPronouns-<version>-fabric-1.20.jar` | | Forge 1.19 | 1.19-1.19.4 | `LPPronouns-<version>-forge-1.19.jar` | | Forge 1.20 | 1.20-1.20.1 | `LPPronouns-<version>-forge-1.20.jar` | ## Dependencies This plugin requires [LuckPerms](https://luckperms.net/) to function. ## Commands and Permissions | Command | Permission | Description | |--------------------------------------------|-----------------------|-------------------------------------| | `/pronouns` | `lppronouns.pronouns` | Allows you to manage your pronouns. | | `/pronouns list` | `N/A` | Lists all available pronouns. | | `/pronouns clear/delete/none/remove/reset` | `N/A` | Clears your pronouns. | | `/pronouns <pronoun>` | `N/A` | Sets your pronouns. | ## Configuration ```yaml # Database configuration # Supported storage types: mongodb, mysql storage: type: mongodb config: host: localhost port: 27017 database: playerdata username: root password: password # Message formatting configuration formatting: # This sets LPPronouns as the server's chat formatter enabled: true # %player% - Player name # %message% - Message # %server% - Server name # %prefix% - Player prefix # %suffix% - Player suffix # %displayname% - Player display name format: "<%displayname% (%suffix%)> %message%" # Pronoun configuration pronouns: none: "" any: any other: other ask: ask avoid: avoid # ... ``` ## [TODO](https://github.com/p0t4t0sandwich/LPPronouns#todo)

Разработчик

Автор проекта

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Изображений пока нет

Автор проекта не добавил галерею на Modrinth.

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

1.0.5 Актуальная Release 27.06.2023

LPPronouns 1.0.5

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Загрузчики / Платформы
bukkit bungeecord fabric folia forge paper spigot velocity waterfall
Показать изменения
- Added the filesystem as a viable storage method - Actually registered the BukkitPlayerMessageListener event, so chat formatting should work now - Fixed an issue where the old pronouns weren't removed from luckperms
Войти

5.81 MB

1.0.4 Release 20.06.2023

LPPronouns 1.0.4

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Загрузчики / Платформы
bukkit bungeecord fabric folia forge paper spigot velocity waterfall
Показать изменения
- Updated the Fabric 1.17 Message listener to ignore commands (whoops) - Translated all Fabric events to mixins - Fixed build error for the Fabric mixin refmap - No longer depends on the Fabric API
Войти

5.51 MB

1.0.3 Release 19.06.2023

LPPronouns 1.0.3

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Загрузчики / Платформы
bukkit bungeecord fabric folia forge paper spigot velocity waterfall
Показать изменения
- Added Neopronouns - Added an (optional) built-in chat formatter - Revamped the entire codebase
Войти

5.51 MB

1.0.2 Release 10.06.2023

LPPronouns-1.0.2

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20
Загрузчики / Платформы
bukkit bungeecord fabric folia forge paper purpur spigot velocity waterfall
Показать изменения
# LPPronouns 1.0.2 - 1.20 support - Revamped mod/plugin info - Dependency checking in place - Created simple API interface - Redid build system - Updated the commands - Added permissions for Bukkit/Bungee/Velocity
Войти

5.49 MB

1.0.1 Release 03.06.2023

LPPronouns 1.0.1

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4
Загрузчики / Платформы
bukkit bungeecord fabric folia forge paper spigot velocity waterfall
Показать изменения
Implemented Forge/Fabric commands and fixed the license
Войти

5.51 MB