4.8.4-RELEASE

Details

  • Filename
    bank-plugin-lite-latest-all.jar
  • Uploaded by
  • Uploaded
    Feb 3, 2025
  • Size
    429.24 KB
  • Downloads
    587
  • MD5
    a58c043d79e6b1b46c840748b122ce3b

Supported Bukkit Versions

  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13

Changelog

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:
  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