[INACTIVE][FUN] LazyRoad v0.6.2 - Make roads - GUI EDITOR [860-1085]

Discussion in 'Inactive/Unsupported Plugins' started by adreide, Jun 9, 2011.

  1. Offline

    adreide

  2. Offline

    nibbler1010

    ok so i get the plugin and go on to my server and type /roads but there are no roads or pillars
    whats wrong with it???
     
  3. Offline

    Mhalkyer

  4. Offline

    Drago1128

    ok i testing errr downloading now...

    is it supposed to say minecard tunnel not minecart?
    Edit: :confused: Note to self when making a road... do not look left or right... look ahead of you :p

    uhhh how i stop makin road D:
    Edit: oh found out... niccccce list of commandsssssss u got there..... lol

    EPIC... just still confused of how to make it a 3x1x? of stone.... can you make it a option like say /road highway (length....) works good exept for it says minecard instead of minecart... i like :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  5. Offline

    dbizzzle

    This would be great if you could set up in permissions which requires groups to have the items needed in their inventory to prevent abuse/griefing, Thanks, looks great!
     
  6. Offline

    robert puckett

    this plugins is AWESOME you deserve diamonds for it! though i seem to be having trouble understanding how to load my own road file. i belive that i have it formated properly but i cant tell if i have or not.
    Code:
    emaxRepeatStairs:5
    stairs:
        - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
        - ['5:0', '44:0', '44:0', '44:0', '44:0', '44:0', '5:0']
    parts:
        light:
            ground: 0
            repeatEvery: 4
            layers:
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['5:0', '89:0', '4:0', '24:0', '4:0', '89:0', '5:0']
        default3:
            ground: 0
            repeatEvery: 3
            layers:
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['85:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['5:0' , '89:0' , '24:0', '4:0', '24:0', '89:0', '5:0']
        default2:
            ground: 0
            repeatEvery: 2
            layers:
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['85:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['5:0' , '89:0' , '4:0', '24:0', '4:0', '89:0', '5:0']
        default1:
            ground: 0
            repeatEvery: 1
            layers:
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['85:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['5:0' , '89:0' , '24:0', '4:0', '24:0', '89:0', '5:0']
    
    
    any idea whats wrong with it or am i not trying hard enough i have done /road reload and even reloading the server...... any help?

    ok so it is giving me an error
     
  7. Offline

    adreide

    @dbizzzle It's a nice idea but LazyRoad was designed for admins or moderators. Normal users shouldn't use it since everyone can build roads on a protected region by worldguard (for example). Too many cases to handle just to let normal users use this.

    @robert puckett Thanks, for your file, two things, first: "emaxRepeatStairs:5" with a space between the ":" and the number and without the "e". Then everything is fine except the order of the values of the layers (your building on the ceiling).
     
  8. Offline

    robert puckett

    lol thanks :)
    but why is it like that? because wouldn't it be more logical for it to be the other way like i had previously done?
    and this is it fixed and it workes :0 thanks so much this is much faster than WE.
    Code:
    maxRepeatStairs: 5
    stairs:
        - ['5:0', '44:0', '44:0', '44:0', '44:0', '44:0', '5:0']
        - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
    parts:
        light:
            ground: 0
            repeatEvery: 4
            layers:
                - ['5:0', '89:0', '4:0', '24:0', '4:0', '89:0', '5:0']
                - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0' , '0:0' , '0:0', '0:0', '0:0', '0:0', '0:0']
        default3:
            ground: 0
            repeatEvery: 3
            layers:
                - ['5:0', '48:0', '24:0', '4:0', '24:0', '48:0', '5:0']
                - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
    
        default2:
            ground: 0
            repeatEvery: 2
            layers:
                - ['5:0', '48:0', '4:0', '24:0', '4:0', '48:0', '5:0']
                - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
    
        default1:
            ground: 0
            repeatEvery: 1
            layers:
                - ['5:0', '48:0', '24:0', '4:0', '24:0', '48:0', '5:0']
                - ['85:0', '0:0', '0:0', '0:0', '0:0', '0:0', '85:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
                - ['0:0', '0:0', '0:0', '0:0', '0:0', '0:0', '0:0']
    
    also is it possible to have parts to the stairs? so the stairs could have another pattern? allso with pillers it would be cool if u could do something like this so a petters could be embeded in to the pillers.
    Code:
    parts:
        pillar1:
            maxBuild: 1
            repeatEvery: 2
            layers:
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
        pillar2:
            maxBuild: 2
            repeatEvery: 3
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar3:
            maxBuild: 3
            repeatEvery: 4
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar4:
            maxBuild: 4
            repeatEvery: 5
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar5:
            maxBuild: 0
            repeatEvery: 6
            layers:
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['48:0', '4:0', '4:0', '4:0', '4:0', '4:0', '48:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
        pillar6:
            maxBuild: 0
            repeatEvery: 7
            layers:
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['48:0', '4:0', '4:0', '4:0', '4:0', '4:0', '48:0']
                - ['89:0', '4:0', '4:0', '4:0', '4:0', '4:0', '89:0']
                - ['48:0', '4:0', '4:0', '4:0', '4:0', '4:0', '48:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
        pillar7:
            maxBuild: 0
            repeatEvery: 8
            layers:
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['48:0', '4:0', '4:0', '4:0', '4:0', '4:0', '48:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
        pillar8:
            maxBuild: 4
            repeatEvery: 9
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar9:
            maxBuild: 3
            repeatEvery: 10
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar10:
            maxBuild: 2
            repeatEvery: 11
            layers:
                - ['4:0', '0:0', '0:0', '0:0', '0:0', '0:0', '4:0']
        pillar11:
            maxBuild: 1
            repeatEvery: 12
            layers:
                - ['4:0', '4:0', '4:0', '4:0', '4:0', '4:0', '4:0']
     
  9. Offline

    weepingboil

    Are there additional templates anywhere?
     
  10. Offline

    deadrecon98

    WTF!!! HOW DO I USE PERMISSIONS!!! AND IT DOESNT REFER TO OP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:mad:
     
  11. Offline

    fffizzz

    why do you people even run servers? first of all this isnt permissions, ask how to use permissions in the permissions thread.

    Also, check your server.log to make sure there are A. no errors, and B. that the plugin is in fact loading.
     
  12. Offline

    adreide

  13. Offline

    robert puckett

    oooooooooo that would be coooool

    but an idea?

    perhaps have an real representation of the pattern as it would appear in game and then let them select a row and edit it simmer to the file but with the icons for each item
    like
    where [lava] = glow-stone
    top --------------------------------front
    1[cobble][stone][stone][stone][cobble]----------------- [air][log][lava][log][air]
    2[cobble][stone][stone][stone][cobble]----------------- [log][air][air][air][log]
    -3[logtop][log][lava][log][logtop]--------------- [log] [air][air][air][log]
    4[cobble][stone][stone][stone][cobble]----------------- [cobble][stone][stone][stone][cobble]
    5[cobble][stone][stone][stone][cobble]-----------------
    sort of like this
    but seriously i love you plug-in it makes connecting towns on the server i moderate so much simpler as well as faster than WE !!!!!!!!!!!!
     
  14. Offline

    Lolmewn

    I've made my own road, but when I do /road reload it doesn't show. It's a normal .yml and it should be working just fine. Why isn't it?
     
  15. Offline

    weepingboil

    Any chance that pillars could go through water and stop at the sea bed, rather than stop at the surface of the water?
     
  16. Offline

    BigD1996

    the downlaod link doesnt work
     
  17. Offline

    adreide

    @Lolmewn I have some issues with the reload command. Still don't know why.

    @weepingboil Yes once I get the template editor to work I'm going to release a new version with some features added and bugs corrected.

    @BigD1996 check again, some times there are problems with github
     
  18. Offline

    Joeybramas

    Could you update the download please?
    It's down.
    Btw Amazing plugin :D
    Edit: Got It Now :)
     
  19. Offline

    mc_slo

    Hey!
    Can somebody make a glass-minecart-tunnel/bridge template?
    I'm not so good at writing YmL :/
    THX!
     
  20. Offline

    weepingboil

    Brilliant! (And add to that pillars that go through leaves and trees also!!) I suppose keep going until they hit dirt/stone...
     
  21. Offline

    robert puckett

    could you post the file so we can help? Please and thank you
     
  22. Offline

    Lolmewn

  23. Offline

    RGadelha

    Great plugin, thank you Adreide!
    It's working for MC 1.7.3 on CB 953.
     
  24. Offline

    robert puckett

    found it you were missing two of ' before the last two item id's on the first line of the lantern.
    Code:
        lantern:
            ground: 0
            repeatEvery: 7
            layers:
                - ['1:0' , '44:0' , '44:0' , '44:0' , '1:0']
                - ['85:0' , '0:0' , '0:0' , '0:0' , '85:0']
                - ['85:0' , '0:0' , '0:0' , '0:0' , '85:0']
                - ['85:0' , '89:0' , '0:0' , '89:0' , '85:0']
                - ['85:0' , '85:0' , '0:0' , '85:0' , '85:0']
     
  25. Offline

    Lolmewn

    Heh, I totally missed that one =D
     
  26. Offline

    NinjaMonkey2012

    Wow...... spent a week making roads to all the cities on my servers...LOL!!!... then I find this...... marvelous contraption! You did a good job! Keep it up! :D
     
  27. Offline

    adreide

    v 0.5 is out. See changelog for more information.

    Now with a GUI editor !

    I really don't have the time to explain exactly how it works, figure out yourself. If someone can make a good review of this version it would be really nice !

    Thanks for supporting this plugin !
     
  28. Offline

    kuledaniel

    Thank Mate You Have Complete Destroyed My Server!:mad:[zombie]
     
  29. hmm i cant save my Roads... no Data at the save directory
     
  30. Offline

    c97hristian

    it cant save
     
  31. Offline

    dornal midian

    Registered to make this my first post.
    The new GUI is just amazing. Keep up the good work!
     

Share This Page