Solved i cant drop item :(

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

kemal895

Member
Feb 19, 2017
2
0
0
Hi. i'm using Spigot 1.11.2 and Skript 2.2-dev26 (latest version) Umbaska 3-dev34 and SKQuery v3.5.6-Lime

I'm using this codes :

code_language.skript:
command /dropitem:
    trigger:
        drop 1 iron ingot

and giving this error :
Can't understand this condition/effect: drop 1 iron ingot (asd.sk, line 30: drop 1 iron ingot')

Thanks.
 
That's because you need a location.
code_language.skript:
drop 1 iron ingot at location of player
 
Status
Not open for further replies.