1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Item Generators not working.

Discussion in 'Skript' started by RetroTechXYZ, Jan 3, 2020.

Thread Status:
Not open for further replies.
  1. RetroTechXYZ

    RetroTechXYZ Member

    Joined:
    Jan 3, 2020
    Messages:
    1
    Likes Received:
    0
    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 (Text):
    1. every 1 second:
    2.     drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1249,26,1877, world "GenPvP") without velocity
    3.     drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1242,26,1849, world "GenPvP") without velocity
    4. every 3 seconds:  
    5.     drop 1 coal named "&8&lCoal" with lore "&7Trade at /shops!" at location(1272,31,1918, world "GenPvP") without velocity
     
  2. JaydenBee

    JaydenBee Member

    Joined:
    Nov 11, 2019
    Messages:
    36
    Likes Received:
    2
    Code (Text):
    1. every 1 second:
    2.     drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1249,26,1877, world "GenPvP") without velocity
    3.     drop 1 dirt named "&8&lDirt" with lore "&7Trade at /shops!" at location(-1242,26,1849, world "GenPvP") without velocity
    4. every 3 seconds:
    5.     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
     
Thread Status:
Not open for further replies.

Share This Page

Loading...