SyShow
A Minecraft 1.21.x plugin for Paper and Purpur that displays held items.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
SyShow
SyShow
A Minecraft 1.21.x plugin for Paper and Purpur that displays held items.
Features
- Chat Placeholder: Use `/s` command to broadcast held item information to all players. Hover to view details. - Chat Placeholder: Type `[s]` in chat messages to display held item information at that position. Hover to view details.
Hover Information
When hovering over an item, you can view the following details: - Item name (supports custom names and translation keys) - Enchantments (displayed in Chinese with Roman numeral levels) - Durability (color indicator: green >60%, yellow >30%, red ≤30%) - Item Lore - Item type and quantity
Installation
1. Download the latest `SyShow-1.0.0.jar` file 2. Place the JAR file in the server's `plugins` directory 3. Restart the server or use a plugin manager to load it
Permissions
| Permission | Description | Default | |------------|-------------|---------| | `syshow.use` | Allows using `/s` command to display held items | Everyone | | `syshow.chat` | Allows using `[s]` in chat to display held items | Everyone |
Usage Examples
Command Display
``` /s ``` Output example: `PlayerName displayed item: Diamond Sword`
Chat Placeholder
``` Check out my [s]! ``` Output example: `Check out my Diamond Sword!`
Supported Servers
- Paper 1.21.x - Purpur 1.21.x
Technical Details
- Uses Paper API's Adventure text component system - Supports item translation keys (auto-adapts to client language) - Asynchronous chat event handling for optimal server performance