FelipeRos19 / PowerfulBackpacks

Best Backpack plugin for your Server!
https://modrinth.com/plugin/powerfulbackpacks
4 stars 1 forks source link

is there a row limit? #9

Closed L34N07 closed 5 months ago

L34N07 commented 5 months ago

I ve created couple backpacks, but the larger ones doesnt work. They both wont open

  d_block_backpack:
    name: '<grey>Mega Backpack'
    lore:
      - ''
      - '<grey>Its a Mega Backpack'
      - '<grey>Rows: <bold><gold>%backpack_rows%'
      - '<grey>Slots: <bold><gold>%backpack_slots%'
      - ''
    rows: 8
    craft:
      shape:
        - 'III'
        - 'I$I'
        - 'III'
      items:
        I: 'DIAMOND_BLOCK'
        $: 'super_reinforced_backpack'

  netherite_backpack:
    name: '<grey>Ultimate Backpack'
    lore:
      - ''
      - '<grey>Its THE Backpack'
      - '<grey>Rows: <bold><gold>%backpack_rows%'
      - '<grey>Slots: <bold><gold>%backpack_slots%'
      - ''
    rows: 20
    craft:
      shape:
        - 'III'
        - 'I$I'
        - 'III'
      items:
        I: 'NETHERITE_INGOT'
        $: 'd_block_backpack'

i mean 20 porbably its too much, but 8? why it doesnt open

FelipeRos19 commented 5 months ago

Hello, the number of lines follows the limitation of Minecraft inventories, which are 6 lines, equivalent to 54 slots. If you want a page system, please create a new issue with the name [Feature Request] explaining your need! I will be very excited to develop this system.

L34N07 commented 5 months ago

ohh okay. Never mind i didnt know about mc limitation. Ty!