-
Notifications
You must be signed in to change notification settings - Fork 1
GUI and Text Formatting
DynamicShop3 provides in-game editors for shops, pages, items, start pages, colors, rotations, and logs.
The global configuration controls common icons and UI behavior, including:
- Close button icon
- Page button icon
- Shop information icon
- Balance icon
- Buy/sell toggle icons
- Number formatting
- Localized item names
- PlaceholderAPI usage
- Hex color support
- Inventory-click search
Supported input styles include legacy colors such as &a and §a, hex forms such as &#FF5555 and #FF5555, and the &x&F&F&5&5&5&5 form.
MiniMessage visual tags are also supported where text is parsed as formatted UI text, including examples such as <#FF5555>, <bold>, <italic>, <gradient>, and <rainbow>.
Plain text containing & should remain plain when it is not a valid color sequence.
Command.OpenStartPageInsteadOfDefaultShop controls whether /ds opens the start page or the configured default shop.
Start-page buttons can open shops or perform configured actions. Test custom actions with a non-operator account before production use.