Solved Inventory rows using TuSKe

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Xetar_03

Member
Apr 25, 2020
3
0
0
Hello, I searched but found nothing,
This is a simple question but, Is it possible to create a virtual chest inventory with 7 rows ?
Because when I do so, it says "An internal error occurred while attempting to perform this command."
(Here's my code)
Code:
command /shop:
    permission: headfight.shop.open
    trigger:
        open virtual chest inventory named "Shop" with 7 rows to player
 
Hello, I searched but found nothing,
This is a simple question but, Is it possible to create a virtual chest inventory with 7 rows ?
Because when I do so, it says "An internal error occurred while attempting to perform this command."
(Here's my code)
Code:
command /shop:
    permission: headfight.shop.open
    trigger:
        open virtual chest inventory named "Shop" with 7 rows to player
you have to specify the rows before the name:
Code:
open virtual chest inventory with x rows named "Shop" to player
also there is a limit in number of rows, and it is at 6 rows.
 
Hum, this code works :
Code:
open virtual chest inventory named "&7Shop" with 6 row to player
so I think I can also put it like this, but ok that was my question, I can't make a chest with 7 rows, thanks
 
Hum, this code works :
Code:
open virtual chest inventory named "&7Shop" with 6 row to player
so I think I can also put it like this, but ok that was my question, I can't make a chest with 7 rows, thanks
that's a Minecraft limitation, don't forget to mark the thread as solved
 
Status
Not open for further replies.