Skip to content

Customize GsShop

Version note

This guide describes the current development source. The updated customer release is not yet verified for this plugin. Older downloads may have different settings.

Edit the existing sections in plugins/GsShop/config.yml and messages.yml. Save, then run /gsshop reload.

Colors and brand

yaml
brand: '&#F5C451My SMP'

Configured text accepts &a, §a, &#F5C451, #F5C451 and <#F5C451> colors. Use &l for bold and &r to reset. Quote colored text in YAML. GUI titles describe the menu's purpose.

Chat icon

yaml
icons:
  mode: auto
  chat:
    mode: auto
    texture: minecraft:item/diamond
    text: '&#F5C451◆'

Use auto for a vanilla texture, text for the symbol, or off to hide it. To remove its extra space too, use format.prefix: '{brand} &8› ' in messages.yml.

Messages and displays

Change wording under messages in messages.yml. Keep placeholders such as {player} or {amount} when you want the plugin's value. Set a message to '' to hide it.

format.chat, format.prefix, format.tones, format.action-bar and format.boss-bar control the layout. Live status templates, where used, are under action-bar and boss-bar.

In config.yml, feedback.chat, feedback.action-bars and feedback.boss-bars enable the display channels. Boss bars are off by default. Sounds, particles and titles have their own switches.

Boss-bar colors: PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE. Styles: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20.

Menu descriptions and technical error details are not a complete translation catalog. See the configuration reference for the actual bundled defaults.

Built with VitePress · GoldenSticker