Item Generators not working.

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

RetroTechXYZ

Member
Jan 3, 2020
1
0
0
17
So I have been using skript for a while now. Normally when I make a generator skript with multiple generators, it works. I have 3 generators so far. Only the first dirt one works. Here is my code:
Code:
every 1 second:
    drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1249,26,1877, world "GenPvP") without velocity
    drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1242,26,1849, world "GenPvP") without velocity
every 3 seconds:   
    drop 1 coal named "&8&lCoal" with lore "&7Trade at /shops!" at location(1272,31,1918, world "GenPvP") without velocity
 
Code:
every 1 second:
    drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1249,26,1877, world "GenPvP") without velocity
    drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1242,26,1849, world "GenPvP") without velocity
every 3 seconds: 
    drop 1 coal named "&8&lCoal" with lore "&7Trade at /shops!" at location(-1272,31,1918, world "GenPvP") without velocity

this makes my head hurt
 
Status
Not open for further replies.