Appearance
Configuration reference
These are the bundled defaults. Edit your installed files, not this page. Expand only the file you need.
Back up before editing. Keep YAML indentation; quote text with # or &. Missing default settings and messages are added on reload while your values are preserved. Restart after scheduler timing changes.
Default files
config.yml
yaml
#
# GsOrders settings — restart after changing timing settings.
# Text and colors: messages.yml | Reload: /gsorders reload
# icons.chat.mode: auto = item icon, text = symbol, off = no icon.
# Texture examples: minecraft:item/diamond, minecraft:item/emerald, minecraft:block/spawner.
# feedback.boss-bars is optional; messages and countdown text are in messages.yml.
brand: GsOrders
feedback:
sounds: true
particles: true
titles: true
action-bars: true
chat: true
boss-bars: false
boss-bar-seconds: 3
boss-bar-color: YELLOW
boss-bar-style: PROGRESS
icons:
mode: auto
chat:
mode: auto
texture: minecraft:item/gold_ingot
text: '&#F5C451◆'
orders:
default-active-limit: 5
maximum-active-limit: 100
maximum-amount: 2304
maximum-unit-price: 10000000.0messages.yml
yaml
#
# GsOrders messages — edit the quoted text, keep the keys.
# Reload: /gsorders reload
# Colors: '&aGreen', '&#F5C451Gold', '#F5C451Gold', '<#F5C451>Gold', '§aGreen'.
# Keep placeholders such as {amount}; their values come from the plugin.
# Use an empty string '' to hide an individual message. Icons are in config.yml.
# format = layout; action-bar/boss-bar = live status; messages = chat feedback.
# overrides preserves older custom overrides; new setups use readable keys below.
format:
prefix: '{icon} &#F5C451{brand} &8› '
chat: '{prefix}{tone} &f{message}'
action-bar: '{message}'
boss-bar: '{message}'
tones:
success: '&a✓'
error: '&c!'
warning: '&e!'
info: '&b➜'
denied: '&d!'
action-bar: {}
boss-bar: {}
messages:
gs-plugin:
admin-permission-required: admin permission required.
golden-menu-listener:
that-menu-action-failed-check-your-balance: that menu action failed. Check your balance or inventory before
retrying.
prompts:
type-in-chat-or-cancel-expires-in: '{question} — type in chat, or ''cancel''. Expires in 60s.'
input-cancelled: Input cancelled.
input-is-limited-to-160-characters: Input is limited to 160 characters.
the-action-failed-contact-an-administrator: The action failed. Contact an administrator.
main:
orders-create-material-amount-unit-price-cancel: /orders create <material> <amount> <unit-price> | cancel <id>
| fill <id> | claim
auction-service:
the-price-must-be-above-0-and: the price must be above 0 and at most {maximum} coins.
hold-the-item-stack-you-want-to: hold the item stack you want to list.
you-can-have-listing-up-at-once: you can have {detail} listing{detail2} up at once, and you are there.
that-item-contains-too-much-metadata-to: that item contains too much metadata to list safely.
your-auction-was-listed-for-coins: your auction was listed for {price} coins.
that-listing-is-no-longer-available: that listing is no longer available.
you-cannot-buy-your-own-listing: you cannot buy your own listing.
the-purchase-failed-or-you-do-not: the purchase failed or you do not have enough coins.
you-purchased-the-listing-for-coins: you purchased the listing for {price} coins.
that-is-not-one-of-your-active: that is not one of your active listings.
the-auction-was-cancelled-and-its-item: the auction was cancelled and its item was returned.
make-inventory-space-then-use-the-claim: Make inventory space, then use the claim button.
order-service:
the-material-amount-or-unit-price-is: the material, amount, or unit price is invalid.
you-can-have-buy-order-open-at: you can have {detail} buy order{detail2} open at once, and you are there.
that-order-s-total-value-is-too: that order's total value is too large.
you-do-not-have-enough-coins-for: you do not have enough coins for the order escrow.
the-buy-order-was-created-with-coins: the buy order was created with {detail} coins in escrow.
hold-the-items-you-want-to-sell: hold the items you want to sell into this order.
custom-goldensticker-items-must-be-traded-through: custom GoldenSticker items must be traded through the Auction
House.
that-order-is-no-longer-available: that order is no longer available.
the-item-in-your-hand-cannot-fulfill: the item in your hand cannot fulfill this order.
the-order-payment-failed-and-your-items: the order payment failed and your items were restored.
you-fulfilled-items-for-coins: you fulfilled {detail} items for {detail2} coins.
that-is-not-one-of-your-active: that is not one of your active orders.
the-order-refund-failed-safely-contact-an: the order refund failed safely; contact an administrator.
the-order-was-cancelled-and-coins-were: the order was cancelled and {detail} coins were refunded.
admin:
reloaded: '&aSettings and messages reloaded.'
usage: /{command} admin | setbrand <name> | set <key> <value> | reload | audit
permission: '&cYou need {permission}.'
brand-updated: Brand updated to {brand}.
setting-updated: Updated {setting}.
console: Use setbrand, set, reload or audit from console.
audit-empty: No uncertain payments awaiting review.
audit-results: '{entries}'
errors:
detail: '&c{detail}'
action-failed: '&cThe action failed. Check your balance before retrying or contact staff.'
license:
pending: 'Activation pending. Use /{command} license status. Support: https://discord.gg/QPYeUjBxYe'
status: '{status}
Installation: {installation}
Support: {support}'
overrides: {}