Empty configuration section - help :)

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

KingStation

Member
Jan 15, 2021
4
0
1
34
How can i solve this
my skript

on damage of player:
if event-world is "world":
projectile exists
projectile is a arrow
attacker is a player
kill victim

the error

[03:36:46 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (events.sk, line 13: if event-world is "world":')
 
By indenting you need to add spaces so skript actually knows what youre trying to say
Code:
on damage of player:
    broadcast "gg" to all players

Those small spaces are indentions
 
Status
Not open for further replies.