LPC Pro · Features
Quick Replies
Documents LPC Pro 4.0.0 · mirrored from the product wiki, updated 2026-02-07 · GitBook version
Quick replies let players save frequently used messages and send them with a short command. Configuration is in features/quickreply.yml.
Commands
| Command | Description |
|---|---|
/qr list |
List your saved quick replies |
/qr add <name> <message> |
Save a new quick reply with a name |
/qr remove <name> |
Remove a quick reply by name |
/qr <name> |
Send a saved quick reply |
Permission: lpcpro.quickreply
Configuration
enabled: true
permissions:
base: "lpcpro.quickreply"
extra: "lpcpro.quickreply.extra" # Permission for extra slots
limits:
default-max: 5 # Default saved replies per player
extra-max: 15 # Max replies with extra permission
max-message-length: 200 # Maximum characters per saved reply
Example Usage
- Save a reply:
/qr add gg Good game everyone! - Save another:
/qr add lfg Looking for players to join my team - Send it later:
/qr gg— Sends "Good game everyone!" to chat - List all:
/qr list— Shows your saved replies - Remove one:
/qr remove lfg— Removes the "lfg" reply
Permissions
| Permission | Default | Description |
|---|---|---|
lpcpro.quickreply |
true |
Use quick reply commands |
lpcpro.quickreply.extra |
false |
Access to extra reply slots (15 instead of 5) |