GrzybcioRynek

Change GUI size

Market browse size is set in gui.yml browse.size — settings.gui-rows is unused.

Compatible with: GrzybcioRynek 1.0.3Minecraft 26.2Web 0.1.0

Based on GrzybcioRynek 1.0.3 and web 0.1.0 source.

Browse inventory size comes from gui.yml, not from config.yml.

Correct key

yaml
browse:
  size: 54

54 = 6 rows × 9 slots. Other legal Bukkit sizes are multiples of 9 (e.g. 27, 36, 45, 54).

Listing slots and border are listed beside it:

yaml
browse:
  size: 54
  listing-slots:
    - 10
    - 11
    # ...
    - 34

If you shrink size below the highest used slot, clicks / items outside the range will break. With size: 54 the action bar 45–53 fits in the window.

Key that does NOT work

yaml
settings:
  gui-rows: 6

ConfigManager loads this into field guiRows. No GUI code reads it. Changing gui-rows and /market reload will not change the row count.

Danger

Do not edit settings.gui-rows expecting GUI changes. It is a dead key (loaded, unused).

Purchase confirm

Separate size:

yaml
confirm:
  size: 27

That is 3 rows. Slots 11 / 13 / 15 must fit inside it.

How to apply

  1. Edit plugins/GrzybcioRynek/gui.yml.
  2. /market reload (or restart).
  3. /market — check slot count.

When changing size, adjust border-slots, listing-slots and remember the bar 45–53 is hardcoded — with size < 54 those buttons will not fit in the inventory.