Skip to content

GUI and Text Formatting

Cupjok edited this page Sep 11, 2026 · 1 revision

GUI and Text Formatting

DynamicShop3 provides in-game editors for shops, pages, items, start pages, colors, rotations, and logs.

GUI customization

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

Colors

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.

Start page

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.

Clone this wiki locally