Open Gui error

  • 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.

jugodelimon

Member
May 12, 2020
1
0
0
Hello.
I have this error, when I run the skript it gives me an error

CODE:
command /compass:
permission: compass.command
trigger:
open chest with 5 rows named "&8Lobby Selector" to player




ERROR:
[13:48:27 INFO]: [Skript] Reloading the config and all scripts...
[13:48:28 INFO]: Loaded a total of 10567 english aliases
[13:48:28 WARN]: There are no aliases defined for the following ids: 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 422, 423, 424, 425, 427, 428, 429, 430, 431
[13:48:28 ERROR]: 'chest with 5 rows named "&8Lobby Selector"' is not an entity type (staff.sk, line 4: 'open chest with 5 rows named "&8Lobby Selector" to player')
[13:48:28 INFO]: loaded 1 script with a total of 0 triggers and 1 command in 0.01 seconds
[13:48:28 INFO]: [Skript] Encountered 1 error while reloading the config and all scripts!
 
Hello.
I have this error, when I run the skript it gives me an error

CODE:
command /compass:
permission: compass.command
trigger:
open chest with 5 rows named "&8Lobby Selector" to player




ERROR:
[13:48:27 INFO]: [Skript] Reloading the config and all scripts...
[13:48:28 INFO]: Loaded a total of 10567 english aliases
[13:48:28 WARN]: There are no aliases defined for the following ids: 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 422, 423, 424, 425, 427, 428, 429, 430, 431
[13:48:28 ERROR]: 'chest with 5 rows named "&8Lobby Selector"' is not an entity type (staff.sk, line 4: 'open chest with 5 rows named "&8Lobby Selector" to player')
[13:48:28 INFO]: loaded 1 script with a total of 0 triggers and 1 command in 0.01 seconds
[13:48:28 INFO]: [Skript] Encountered 1 error while reloading the config and all scripts!
You need SkQuery to do it. If you dont want to install it, use:
code_language.skript:
open chest inventory with 5 rows named "&8Lobby Selector" to player
 
Status
Not open for further replies.