LPPronouns

⭐ — (5 endorsements) 📥 1,580 downloads 📌 v1.0.5 📅 6/3/2023
⚪ Last updated 2023

By p0t4t0sandwich · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/27/2023 📅 Created: 6/3/2023

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #1201 of 1560 bukkit mods in this game by downloads

📋 About This Mod

✅ (https://github.com/p0t4t0sandwich/LPPronouns/releases)
✅ (https://www.spigotmc.org/resources/lppronouns. 110206/)
✅ (https://hangar.papermc.io/p0t4t0sandwich/LPPronouns)
✅ (https://modrinth.com/plugin/lppronouns)
✅ (https://www.curseforge.com/minecraft/mc-mods/lppronouns)

# 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: (https://discord.gg/NffvJd95tk) ## Download - (https://github.com/p0t4t0sandwich/LPPronouns/releases) - (https://www.spigotmc.org/resources/lppronouns.110206/) - (https://hangar.papermc.io/p0t4t0sandwich/LPPronouns) - (https://modrinth.com/plugin/lppronouns) - (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 (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 # ... ``` ## (https://github.com/p0t4t0sandwich/LPPronouns#todo)

# 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: (https://discord.gg/NffvJd95tk)

## Download

  • (https://github.com/p0t4t0sandwich/LPPronouns/releases)
  • (https://www.spigotmc.org/resources/lppronouns. 110206/)
  • (https://hangar.papermc.io/p0t4t0sandwich/LPPronouns)
  • (https://modrinth.com/plugin/lppronouns)
  • (https://www.curseforge.com/minecraft/mc-mods/lppronouns)

### Compatibility Cheatsheet

| Server type | Versions | Jar Name | |-------------|-------------|----------------------------------------| | All 1. 19 | 1. 19-1. 19. 4 | `LPPronouns--1. 19.jar` | | All 1. 20 | 1. 20-1. 20. 1 | `LPPronouns--1. 20.jar` | | Bukkit | 1. 8-1. 20. 1 | `LPPronouns--bukkit.jar` | | BungeeCord | 1. 20-1. 20. 1 | `LPPronouns--bungee.jar` | | Velocity | API v3 | `LPPronouns--velocity.jar` | | Fabric 1. 17 | 1. 17-1. 19. 4 | `LPPronouns--fabric-1. 17.jar` | | Fabric 1. 20 | 1. 20-1. 20. 1 | `LPPronouns--fabric-1. 20.jar` | | Forge 1. 19 | 1. 19-1. 19. 4 | `LPPronouns--forge-1. 19.jar` | | Forge 1. 20 | 1. 20-1. 20. 1 | `LPPronouns--forge-1. 20.jar` |

## Dependencies

This plugin requires (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 ` | `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 # ... ```

## (https://github.com/p0t4t0sandwich/LPPronouns#todo)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
p0t4t0sandwich
Version
1.0.5
Downloads
1,580
Endorsements
5
Category
bukkit
Created
6/3/2023
Updated
6/27/2023
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
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 LPPronouns support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of LPPronouns?

Version 1.0.5, published 2023-06-27 with 1,580 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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