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!

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

Custom cobblestone generators..?

Discussion in 'Requests' started by CrimZ0N, Jan 30, 2017.

  1. CrimZ0N

    CrimZ0N Member

    Joined:
    Jan 28, 2017
    Messages:
    56
    Likes Received:
    3
    Category: Help..?

    Suggested name: Custom generators..?

    What I want:
    on form of cobblestone:
    set event-block to <ore>:

    Basically I want when a cobblestone block is generated from a generator to be turned to a diamond ore, for example?

    Ideas for commands: None

    Ideas for permissions: None

    When I'd like it by: Any time, I'm not in a hurry.
     
    #1 CrimZ0N, Jan 30, 2017
    Last edited: Jan 31, 2017
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    #2 ShaneBee, Jan 31, 2017
    Last edited by a moderator: Jan 31, 2017
    BrettPlayMC likes this.
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Please use the script request format:
    https://forums.skunity.com/threads/format-script-request-format.170/
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Edited with the right request format :emoji_slight_smile:
     
    BrettPlayMC likes this.
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I can do this for you pretty quickly. What ores do you want?
     
  6. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Here ya go! (This skript was made by one of my old friend who left MC, and the one who got me into Skript. :emoji_slight_smile:)
    Code (Text):
    1. on block form of cobblestone:
    2.     chance of 1%:
    3.         set event-block to diamond ore
    4.         stop
    5.     chance of 10%:
    6.         set event-block to gold ore
    7.         stop
    8.     chance of 15%:
    9.         set event-block to iron ore
    10.         stop
    11.     chance of 40%:
    12.         set event-block to coal ore
    13.         stop
     
    A248 likes this.
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Altho what you wrote WAS correct, unfortunately, it doesn't work for whatever reason. I was aware of this but for whatever reason it does not work for me. Thanks either way, you have +rep from me :emoji_slight_smile:
     
  8. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hmm... it worked for me... weird...
     
  9. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Might be due to another skript, don't know, I'll check it out later and I'll tell you for sure :emoji_slight_smile:
     

Share This Page

Loading...