About QR Commands
xQRCommands lets you automatically create and use custom QR code image links that can be mapped to custom chat commands, which players can use.
With the /xqrcreate command, users with permission can generate a QR code image from any link (Discord, store, vote page, etc.), have it downloaded automatically, and register a new chat command right away. Players can then use that command to open a clean in-game QR code image UI.
It also includes permission-based control for management commands and force-showing QR codes to players when needed.
» Supports PNG, JPG, and JPEG formats
» For QR code image generation, the GoQR API is being used.
Features
- Automatic QR code image creation from links
- Automatic image download and local caching
- Custom command-to-QR mapping (e.g., /discord, /store, /vote)
- Automatic chat command registration after image is ready
- Force-Show QR UI to specific online player(s)
Use config for custom image urls or ingame command to auto. generate simple QR Code Images.
For fancy QR Codes as in the Video shown, i can recommend "QRCode Monkey"
Plugin Preview Video

Permissions / Commands
xqrcommands.create
- Allows use of: /xqrcreate <COMMANDNAME> <LINK> » Example: /xqrcreate discord https://discord.gg/rGm7VS5ERc
xqrcommands.forceshow
- Allows use of: /xqr <PLAYERNAME/STEAMID64> <imagename> » Example: /xqr Player123 discord
Config
{ "CommandMappings": [ { "Command": "discord", "ImageUrl": "https://example.com/discord.png" }, { "Command": "store", "ImageUrl": "https://example.com/store.png" } ] }