Bank Open Types
Bank open types allow greater control of what menus the user can access!
When enabled in the config, if you configure a npc or sign to open a certain menu, they will only have access to that specific menu! Allowing you to directly open the items or other menus without having the main menu.
You can also enable the '/bank money open' & '/bank exp open' commands, to open these menus directly.
Citizens, commands and signs are all supported.
Added opentype configuration to the config.yml:
Code (Text):
Opentype:
# Subsets:
# ALL, MENU, ITEMS, MONEY, EXP, LOANS
Subset:
# Enable advanced open types overall
Enabled: true
Citizens:
# Enable advanced open types on citizens, /bank admin npc setopentypes [types...]
Enabled: true
Command:
# Enable advanced open types on command, enables /bank money open, /bank exp open, or /bank open <player> [types...] from console
Enabled: true
Sign:
# Enable subset open types on signs, Add [opentype] to the second line of the sign, i.e ITEMS, if wanting main menu put it first, i.e MENU,ITEMS
Enabled: true
Other:
Fix sqlite issues with older server versions