StrawIODOCS
Panel ↗Discord ↗

StrawOrder v1.0.0

Select Item

The Select Item screen is configured in plugins/StrawOrder/gui/SelectItemGUI.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 to the previous page previous
ɴᴇxᴛ ᴘᴀɢᴇ 53 Click to go to the next page next
ꜱᴏʀᴛ 48 sort
ꜰɪʟᴛᴇʀ 49 filter
ꜱᴇᴀʀᴄʜ 50 Click to search search

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
  • SelectItemGUI.yml← Open this file

Full configuration reference

gui/SelectItemGUI.yml
title: '&8ᴏʀᴅᴇʀꜱ -> ꜱᴇʟᴇᴄᴛ ɪᴛᴇᴍ (%page%/%pages%)'
rows: 6
items:
  previous:
    material: ARROW
    slot: 45
    name: '&#00fc88ᴘʀᴇᴠɪᴏᴜꜱ ᴘᴀɢᴇ'
    lore:
    - '&fClick to go to the previous page'
    action: previous
  next:
    material: ARROW
    slot: 53
    name: '&#00fc88ɴᴇxᴛ ᴘᴀɢᴇ'
    lore:
    - '&fClick to go to the next page'
    action: next
  sort:
    material: CAULDRON
    slot: 48
    options:
      values:
      - az
      - za
      selection-token: sort
      language-prefix: sort
      selected-format: '&#00fc88● %text%'
      inactive-format: '&f● %text%'
    name: '&#00fc88ꜱᴏʀᴛ'
    lore: []
    action: sort
  filter:
    material: HOPPER
    slot: 49
    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
  search:
    material: OAK_SIGN
    slot: 50
    name: '&#00fc88ꜱᴇᴀʀᴄʜ'
    lore:
    - '&fClick to search'
    action: search
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:
  item:
    material: PAPER
    name: '&f%item%'
    lore:
    - '&#00fc88Click to Select'

StrawIO Docs · StrawOrder

Search documentation

Search across plugins and common guides.