StrawIODOCS
Panel ↗Discord ↗

StrawOrder v1.0.0

Orders

The Orders screen is configured in plugins/StrawOrder/gui/OrdersGUI.yml.

Opening this screen

Start with /order (Browse, create and fulfill buy orders.). The package does not specify a separate direct command for this individual screen. Its configured controls are listed below.

Controls

Control Slot Player hint Configured action
ᴘʀᴇᴠɪᴏᴜꜱ ᴘᴀɢᴇ 45 Click to go back previous
ɴᴇxᴛ ᴘᴀɢᴇ 53 Click to go forward next
ꜱᴏʀᴛ 47 sort
ꜰɪʟᴛᴇʀ 48 filter
ᴏʀᴅᴇʀꜱ 49 Click to refresh refresh
ꜱᴇᴀʀᴄʜ 50 Click to search search
ʏᴏᴜʀ ᴏʀᴅᴇʀꜱ 51 Click to view your orders your

Customize the screen

Edit the fields present in this file, such as title, rows, material, name, lore and slot. Keep placeholder tokens and action values intact unless you intend to change their behavior.

Save your changes, then run /straworder reload. Check Permissions for feature access.

SERVER File location
plugins/StrawOrder/gui
  • OrdersGUI.yml← Open this file

Full configuration reference

gui/OrdersGUI.yml
title: '&8ᴏʀᴅᴇʀꜱ (%page%/%pages%)'
rows: 6
items:
  previous:
    material: ARROW
    slot: 45
    name: '&#00fc88ᴘʀᴇᴠɪᴏᴜꜱ ᴘᴀɢᴇ'
    lore:
    - '&fClick to go back'
    action: previous
  next:
    material: ARROW
    slot: 53
    name: '&#00fc88ɴᴇxᴛ ᴘᴀɢᴇ'
    lore:
    - '&fClick to go forward'
    action: next
  sort:
    material: CAULDRON
    slot: 47
    options:
      values:
      - highest
      - lowest
      - recent
      selection-token: sort
      language-prefix: sort
      selected-format: '&#00fc88● %text%'
      inactive-format: '&f● %text%'
    name: '&#00fc88ꜱᴏʀᴛ'
    lore: []
    action: sort
  filter:
    material: HOPPER
    slot: 48
    options:
      values:
      - all
      - blocks
      - tools
      - food
      - combat
      - potions
      - books
      - ingredients
      - utilities
      selection-token: filter
      language-prefix: filter
      selected-format: '&#00fc88● %text%'
      inactive-format: '&f● %text%'
    name: '&#00fc88ꜰɪʟᴛᴇʀ'
    lore: []
    action: filter
  refresh:
    material: PAPER
    slot: 49
    name: '&#00fc88ᴏʀᴅᴇʀꜱ'
    lore:
    - '&fClick to refresh'
    action: refresh
  search:
    material: OAK_SIGN
    slot: 50
    name: '&#00fc88ꜱᴇᴀʀᴄʜ'
    lore:
    - '&fClick to search'
    action: search
  your:
    material: CHEST
    slot: 51
    name: '&#00fc88ʏᴏᴜʀ ᴏʀᴅᴇʀꜱ'
    lore:
    - '&fClick to view your orders'
    action: your
listing-slots: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
  29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]
templates:
  order:
    material: PAPER
    name: '&#00fc88%owner%''s Order'
    lore:
    - '&f%item%'
    - '&#00fc88%price% each'
    - ''
    - '&#9f9c27%delivered%/%amount% &fDelivered'
    - '&#9f9c27%paid%/%total% &fPaid'
    - '%action%'
    - '&8%time% Until Order expires'

StrawIO Docs · StrawOrder

Search documentation

Search across plugins and common guides.