In this update, you'll find categories and pagination added to the plugin. Refer to the sample-config.yml for an example.
Code (Text):
categories:
enabled: true
gui:
title: '&9Quests - Categories'
slots: 27
list:
mining:
display:
item: 'IRON_PICKAXE'
name: '&9Mining'
lore:
- '&7Click to view all mining'
- '&7quests.'
contains:
- 'blockbreak1'
- 'blockbreak2'
- 'coalminer1'
- 'logminer1'
slot: 10
building:
display:
item: 'GRASS'
name: '&9Building'
lore:
- '&7Click to view all building'
- '&7quests.'
contains:
- 'blockplace1'
- 'blockplace2'
- 'iceskater1'
slot: 12
combat:
display:
item: 'STONE_SWORD'
name: '&9Combat'
lore:
- '&7Click to view all combat'
- '&7quests.'
contains:
- 'playerkill1'
- 'playerkill2'
- 'flesheater1'
slot: 14
miscellaneous:
display:
item: 'LAVA_BUCKET'
name: '&9Miscellaneous'
lore:
- '&7Click to view all miscellaneous'
- '&7quests.'
contains:
- 'walking1'
- 'walking2'
- 'totalexperience1'
- 'experience1'
- 'timeplayed1'
- 'askyblock1'
- 'uskyblock1'
- 'items1'
slot: 16