PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
55 stars 21 forks source link

Gui (/ia) does not show all items correctly #11

Closed BillyGalbreath closed 5 years ago

BillyGalbreath commented 5 years ago

The pagination of /ia GUI does not work correctly.

I have 63 custom items configured (including the icons used for the GUI).

image

I see a lot of my items on page 1 just fine

image

But on page 2 nothing shows

image

At first I thought it was just excluding the custom icons used for the GUI, but then I noticed some of my own items (emerald helmet, etc) are not shown on page 1 so should be on page 2.

I disabled all categories except "all" for my server. Here is my menu.yml

menu_settings:
  name: '&3&lServer special items'
  rows: 6
  recipe_view_title: '&3&lCrafing view'
  next_page_button:
    name: '&fNext page->'
    icon: icon_next_white
  previous_page_button:
    name: '&f<-Previous page'
    icon: icon_back_white
  back_button:
    name: '&fBack'
    icon: icon_cancel
  next_recipe:
    name: '&fNext recipe'
    icon: icon_right_blue
  previous_recipe:
    name: '&fPrevious recipe'
    icon: icon_left_blue
  smelting_recipe_button:
    name: '&fSmelting'
    icon: FURNACE
  edit_item_button:
    name: '&fEdit item'
    icon: WRITABLE_BOOK
  get_item_button:
    name: '&fGet item'
    icon: CHEST
  edit_vanilla_type_button:
    name: '&fVanilla type'
    icon: BUCKET
  edit_model_id_button:
    name: '&fModel ID'
    icon: PAPER
categories:
  all:
    enabled: true
    icon: ruby_block
    name: '&fAll'
    show_all_items: true
LoneDev6 commented 5 years ago

Really strange, that doesn't happen on default plugin config right?

LoneDev6 commented 5 years ago

Does this still happen in latest versions of IA?

LoneDev6 commented 5 years ago

@BillyGalbreath

LoneDev6 commented 5 years ago

Closed due to inactivity and I can't reproduce the issue, maybe it's another plugin interfering or an old ItemsAdder bug now fixed