4.8.5

Details

  • Filename
    bank-plugin-lite-latest-all.jar
  • Uploaded by
  • Uploaded
    Mar 2, 2025
  • Size
    432.21 KB
  • Downloads
    106
  • MD5
    eef5a149cf47f75d8285a3feaa060e92

Supported Bukkit Versions

  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 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

For users with custom interface changes please check the items.yml for new [I]BLANK[/I] items.

Add player inventory slot blacklist
Add blank items for each inventory type
Add banks items full sound
Add item model configuration (1.21.2+ only!)
Add allowing hotbar keys 1-9
Fix timer comments to be in seconds
Updated wiki

itemblacklist.yml

Blacklisted:
  Player:
    # Blacklist player inventory slots that items cannot be placed in
    Slots:
    - 5
    - 6
    - 7

Example blank and ItemModel in items.yml

  Exp:
    Blank:
      Material: BLACK_STAINED_GLASS_PANE
      Durability: 0
      Amount: 1
      Slot: -1
      Name: ' '
     ItemModel: 'minecraft:cobblestone'
      Slots:
      - 1
      - 7
      - 8