Custom backpack sidebar - PluginsCDTribe/VexView GitHub Wiki
We added a backpack sidebar in version 1.5 (supporting only 1.9+ versions) and configured it in inventory.yml
To enable this feature, set enable
to true
The first is the refresh rate of the sidebar, tick (20 tick = 1 s)
Delay defaults to 40
Height and width can be customized, texture support network image and local image url
Sidebar content
Edited under the page, a block represents a page, the format is roughly like this (the name of the block is arbitrary)
Page:
a:
#Text Information / Image Information
Text:
- 'text'
Image:
- 'example'
The image and text contents are all filled with the file names of the corresponding folder contents (without the .yml suffix)
Finally, a beautiful sidebar came out~