π¬messasges.yml
Overview
bShop uses a centralized message system that supports:
MiniMessage formatting for colors, gradients, and styling
Placeholders for dynamic content insertion
Consistent prefix across all messages
Organized message categories for easy management
Message Formatting
MiniMessage Support
bShop supports the full MiniMessage specification for rich text formatting:
# Colors
prefix: "<gray>[<gradient:#F7971E:#FFD200>bShop</gradient>] </gray>"
# Examples of supported formatting:
# <red>Red text</red>
# <green>Green text</green>
# <gold>Gold text</gold>
# <aqua>Aqua text</aqua>
# <gray>Gray text</gray>
# <bold>Bold text</bold>
# <italic>Italic text</italic>
# <gradient:#F7971E:#FFD200>Gradient text</gradient>Placeholders
All placeholders use the %placeholder% format:
Placeholder
Description
Example
%prefix%
Plugin prefix
[bShop]
%shop%
Shop name/ID
blocks
%item%
Item display name
Diamond Sword
%amount%
Transaction quantity
64
%price%
Transaction price
100.50
%balance%
Player's balance
250.00
Message Categories
1. General Messages
2. Shop Transaction Messages
3. GUI Error Messages
4. Admin Command Messages
Last updated