This update is really just an extension of 1.2.4 that I should've included in that one. Oops! Oh, well. I caught a bug, too.
Added
+ Ability to set the item type for ALL items in the pronoun picker GUI.
Changed
* Fixed a bug where the next page / previous page items would be replaced on pages above 1.
Note:
Like always, this won't be automatically added to a config if you already have one. If you have already changed your config from a previous update and want to use this, simply add this to your config somewhere:
Code (YAML):
#
# Items shown in the menu
#
# Note: Further configuration can be done in messages.yml
#
gui:
items:
group1
: NAME_TAG
group2
: RABBIT_FOOT
selected
: EMERALD_BLOCK
reminder-enabled
: LIME_DYE
reminder-disabled
: GRAY_DYE
tutorial
: BOOK
glass-row:
cancel
: GRAY_STAINED_GLASS_PANE
multiple-start
: CYAN_STAINED_GLASS_PANE
multiple-zero-selected
: RED_STAINED_GLASS_PANE
multiple-single-selected
: YELLOW_STAINED_GLASS_PANE
multiple-save
: LIME_STAINED_GLASS_PANE
If you haven't made changes to the config, you can just delete the existing one and a new one will show up the next time you reload the plugin. For anyone else, it'll just be there upon first install, of course.