Simple command block

  • ssccsscc
    13th Nov 2014 Member 4 Permalink

    Download:

    http://pastebin.com/3EE8ixK1

    Use sprk.

    Edited once by ssccsscc. Last: 13th Nov 2014
  • jward212
    13th Nov 2014 Member 0 Permalink
    Edited once by jward212. Last: 13th Nov 2014
  • FeynmanLogomaker
    13th Nov 2014 Member 0 Permalink
    Wow, this actually looks really useful, I'm definitely going to use this.

    shameless self-advertising: my mod has command signs that you can run Lua in to do stuff like this, but they're definitely not as intuitive as this.
    Edited once by FeynmanLogomaker. Last: 13th Nov 2014
  • minecraft-physics
    13th Nov 2014 Member 1 Permalink
    >Reads title thinking it's a suggestion
    >Oh not this again... This won't be implemented because...
    >Sees screenshot
    >Whoaaaaaa........
    Edited once by minecraft-physics. Last: 14th Nov 2014
  • zBuilder
    14th Nov 2014 Member 0 Permalink

    minecraft-physics:

    >Reads title thinking it's a suggestion

    >Oh not this again... This can't be implemented because...
    >Sees screenshot
    >Whoaaaaaa........

     

    being able to do it doesn't change wheather it would be good to do it. we've always had the ability but never implemented it the way people asked for because it would allow for arbitrary code execution.

    this one's a little different because it has neatly defined fields for each(unless other allows LUA).

  • bowserinator
    14th Nov 2014 Member 0 Permalink

    Wow... but does it save the command in stamps?

  • jacob1
    14th Nov 2014 Developer 0 Permalink
    Cool! I suggest you put the script here: http://starcatcher.us/scripts/#submit-page , should be approved quickly. You can also release updates the script later for people to download in game (more info on the thread).
    Edit: it's now on there and approved yay! I also added in some code to hide scripts that don't work from certain versions, for now just checks for my mod (4 not working) vs. tpt (1 not working), later maybe I can add a list of not working on linux scripts (just one), or bug the author to fix it ...

    I like how the interface looks (pretty good), although the source has a ton of textbox / label / other lines spammed everywhere lol. Maybe too late to redo it, but you actually can change the text on an existing label with something like Label5:text("new text here")

    @bowserinator (View Post)
    It appears so, yes. It just stored info in life / other properties of what it needs to do when sparked.
    Edited once by jacob1. Last: 15th Nov 2014
  • ssccsscc
    15th Nov 2014 Member 0 Permalink

    V2
    Changelog:
    -Deleted some useless labels
    -Added tpt.create() option

  • Voyager15
    15th Nov 2014 Member 0 Permalink

    I'll need to get this myself :D

     

    If only my computer still works fine...

  • ssccsscc
    29th Nov 2014 Member 0 Permalink

    -fixed set life