Solved Pattern

Discussion in 'Plugin Development' started by Link_Awesomesause, Dec 27, 2016.

Thread Status:
Not open for further replies.
  1. This is a continuation of my previous question, which nokne answered.

    I answered it.

    But however i need to make a pattern like so
    . . .
    . . .
    . . .

    That wud continue to expand as a square, each block wud be placed on command, so no loops..

    Sent from my SM-A700FD using Tapatalk
     
    Last edited: Dec 27, 2016
  2. Offline

    timtower Administrator Administrator Moderator

  3. @timtower Blocks

    Sent from my SM-A700FD using Tapatalk
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Link_Awesomesause Loop over the coordinates, run what you need to run as you are still pretty vague in what you want.
     
  5. Ok i dont think i explained it properly.

    I cant use loops. On a command say " /place", one of those blocks get placed down.. what wud be the logic to make it a square shape that keeel growing

    Sent from my SM-A700FD using Tapatalk
     
  6. Offline

    mythbusterma

    @Link_Awesomesause

    You'd just have to keep track of what the last values used were, for example radius and stuff.

    Also, you're going to need a loop if you intend on placing more than one block at a time.
     
  7. Offline

    timtower Administrator Administrator Moderator

    @Link_Awesomesause Then you need to make something for it yourself.
    Something that would make a spiral would do the trick.
    Can be done within 50 lines
     
  8. @timtower I have something in my mind. Ill check if it works..
     
Thread Status:
Not open for further replies.

Share This Page