bank-plugin-lite-latest-all.jar

Details

  • Filename
    bank-plugin-lite-latest-all.jar
  • Uploaded by
  • Uploaded
    Nov 1, 2021
  • Size
    340.71 KB
  • Downloads
    284
  • MD5
    b1b5d7c6db0da56b441cfac1a25f52a5

Supported Bukkit Versions

  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2
  • 1.6.4

Changelog

Add item tab custom names.
Add placeholders to inventory titles:
 
<player>, <bank_money>, <bank_exp>, <bank_exp_level>, <bank_slots>,<bank_used_slots>
Fix issue with player timed lock checks.
 
Added config values:
config.yml
Bank:
  Items:
      Rename:
        # Enable tab renaming
        Enabled: false
        Cost:
          # Money cost for renaming a tab
          Money: 0
          # Exp cost for renaming a tab
          Exp: 0
permissions.yml
Permission:
  Tab:
    # Permission to rename tabs in items inventory
    Rename:
      Permission: bank.item.tab.rename
      Check: true