π¨Creating Message Sets
Learn how to create your own unique join/leave message sets in join-leave-messages.yml.
π Message Set Structure
messages:
your-message-id:
join:
- "Join message line 1"
- "Join message line 2 (optional)"
leave:
- "Leave message line 1"
- "Leave message line 2 (optional)"
item:
material: "MATERIAL_NAME"
skull: "base64_texture (optional)"
name: "Display Name"
lore:
- "Lore line 1"
- "Lore line 2"
permission: "blockyjoin.set.your-message-id"
glow-on-select: true
info-lore:
enabled: true
selected-lore:
- "Currently selected text"
not-selected-lore:
- "Click to select text"
favorite-lore:
enabled: true
selected-icon:
- "β
"
selected-lore:
- "β
shift-click to add to favorites"
not-selected-lore:
- "β
shift-click to add to favorites"π― Step-by-Step Guide
Step 1: Choose a Unique ID
Step 2: Write Join Messages
Step 3: Write Leave Messages
Step 4: Configure the GUI Item
Step 5: Set Permissions
Step 6: Configure Additional Options
π Complete Examples
Example 1: Simple Message Set
Example 2: VIP Message Set with Stats
Example 3: Themed Message Set with Custom Head
π¨ MiniMessage Formatting
Colors
Text Decoration
Hover Events
Click Events
Combined Example
π οΈ Best Practices
DO:
DON'T:
π Testing Your Message Set
1. Save your changes
2. Reload the plugin
3. Test the messages
4. View in GUI
π Troubleshooting
Message Set Not Showing
Invalid Material
Skull Not Loading
Colors Not Working
Placeholders Not Replacing
π Additional Resources
Last updated

