-_-

  • 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 comminuty!

    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.
Jan 22, 2018
25
0
0
24
Ok errors once again i checked code looks fine

Here is my code
code_language.skript:
command /warp
    trigger:
        open chest with 1 row named "&4&k&l||&c&lWarps&4&k&l||" to player
        format slot 0 of player with beacon named "&a&lWarp Spawn" to close then run [execute console command "warp spawn %player%"]
        format slot 1 of player with iron sword named "&c&lWarp PvP" to close then run [execute console command "warp PvP %player%"]
        format slot 2 of player with bow named "&b&lStaff" to close then run [execute console command "warp Staff %player%"]
        format slot 3 of player with book named "&6&lRules" to close then run [execute console command "warp Rules %player%"]
        format slot 4 of player with sign named "&2&lInformation" to close then run [execute console command "warp Information %player%"]
    
command /warpinfo:
    trigger:
    send "&b&l-----------INFORMATION------------"
    send "&2In order for the warps to work you must"
    send "&2have the warp names the same as in the GUI"

Here is the error
code_language.skript:
[21:35:39 INFO]: [Skript] Reloading pvplegendswarp.sk...
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 1 tab (pvplegend
swarp.sk, line 2: trigger:')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 3: open chest with 1 row named "&4&k&l||&c&lWarps&4&k&l||" to pl
ayer')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 4: format slot 0 of player with beacon named "&a&lWarp Spawn" to
 close then run [execute console command "warp spawn %player%"]')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 5: format slot 1 of player with iron sword named "&c&lWarp PvP"
to close then run [execute console command "warp PvP %player%"]')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 6: format slot 2 of player with bow named "&b&lStaff" to close t
hen run [execute console command "warp Staff %player%"]')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 7: format slot 3 of player with book named "&6&lRules" to close
then run [execute console command "warp Rules %player%"]')
[21:35:39 ERROR]: indentation error: expected 0 tabs, but found 2 tabs (pvplegen
dswarp.sk, line 8: format slot 4 of player with sign named "&2&lInformation" to
close then run [execute console command "warp Information %player%"]')
[21:35:39 WARN]: Empty configuration section! You might want to indent one or mo
re of the subsequent lines to make them belong to this section or remove the col
on at the end of the line if you don't want this line to start a section. (pvple
gendswarp.sk, line 11: trigger:')
[21:35:39 ERROR]: invalid line - all code has to be put into triggers (pvplegend
swarp.sk, line 1: command /warp')
[21:35:39 ERROR]: 'send "&b&l-----------INFORMATION------------"' is not an entr
y (like 'name : value') (pvplegendswarp.sk, line 12: send "&b&l-----------INFORM
ATION------------"')
[21:35:39 INFO]: [Skript] Encountered 9 errors while reloading pvplegendswarp.sk
!
[doublepost=1519854417,1519853908][/doublepost]i fixed the indentation but now its giving me issues with the entry errors
 
i found that but the entry thing
[doublepost=1519854741,1519854675][/doublepost]
code_language.skript:
[21:51:50 INFO]: [Skript] Reloading pvplegendswarp.sk...
[21:51:50 WARN]: Empty configuration section! You might want to indent one or mo
re of the subsequent lines to make them belong to this section or remove the col
on at the end of the line if you don't want this line to start a section. (pvple
gendswarp.sk, line 11: trigger:')
[21:51:51 ERROR]: 'send "&b&l-----------INFORMATION------------"' is not an entr
y (like 'name : value') (pvplegendswarp.sk, line 12: send "&b&l-----------INFORM
ATION------------"')
[21:51:51 ERROR]: 'send "&2In order for the warps to work you must"' is not an e
ntry (like 'name : value') (pvplegendswarp.sk, line 13: send "&2In order for the
 warps to work you must"')
[21:51:51 ERROR]: 'send "&2have the warp names the same as in the GUI"' is not a
n entry (like 'name : value') (pvplegendswarp.sk, line 14: send "&2have the warp
 names the same as in the GUI"')
[21:51:51 INFO]: [Skript] Encountered 3 errors while reloading pvplegendswarp.sk
!
 
Status
Not open for further replies.