[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

    Chrisf99

    This plugin is brilliant! Thanks for writing it.
     
  3. Offline

    xDpPx_abno96

    This is now my No.1 best plugin!!! I love it sooo much! Keep up the fantastic work!!! :cool:
     
  4. Offline

    noahwhygodwhy

    Umm, in the download, the folder containing them said lib, so i put it in the lib folder, but it doesn't do anything while there, so i figured since it's a plugin, it should go in the plugin folder, created huge error, could you specify where the .jars go? I usually don't have problems with installation.
     
  5. Offline

    Buildoholic

    How about making LazyHouse to
    i used this plugin to make houses
    but i wuld love to design house from bottom to top not sfront to back lol
    ope u know what i mean

    anyway i love this plugin
     
  6. Offline

    gexwing

    Hey, great Plugin!

    But is there currently a way to add repeating Patterns which are not only 1 wide? Haven't found a way to do that yet.
    What i need is to define a pattern like this: AABBBAABBBAABBB etc.
     
  7. Offline

    ckero

    No, I just didnt see the download link so I was being a dumb arse :p
     
  8. Offline

    Count Buggula

    Just make 5 road pieces. Make a separate but identical "A" to repeat on 1 and two, and the same for "B" to repeat on 3, 4, and 5.
     
  9. Offline

    tjs238

    Same here!
    Same Here!!! WTH do you do?

    EDIT: The links we downloaded are for the GUI. The ones at the VERY top are the ones you upload!
     
  10. Offline

    noahwhygodwhy

    *Facepalm...I'm sorry about that... shoulda read that
     
  11. Offline

    adreide

    v0.5.2 is out. Only changed Permissions with PermissionsBukkit ! Stay on 0.5.1 is you have problems or don't want to update to Bukkit built-in permissions yet !

    LazyRoadDesigner v0.2.1 is out too. Adding bedrock and double stabs.
     
  12. Offline

    noahwhygodwhy

    to anyone who saw what this post was before i edited it, i'm sorry for asking such an idiotic question.
     
  13. Offline

    Ryan6900



    I see, thats no problem, was just a suggestion ;)

    And, what about combining LazyRoads with WorldGuard? So that LazyRoads automatic makes regions for the new road...
    Would that be much work?
     
  14. Offline

    jjoonn222

    please make a mac gui editor[cake]
     
  15. Offline

    tjs238

    There already is lol. Look at the thread for the one below the windows one!

    Wasn't Insulting you! I was talking out loud! Sorry for the confusion lol.

    There is a new bukkit with build in permissions? Sorry not clear here.

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

    LethalState

  17. Offline

    ledhead900

    Updating hope it still works with non bukkit permissions,
     
  18. Offline

    noahwhygodwhy

    if it wasn't for you, i would still be stuck trying to figure this out. Forgetting that the way to get information is to ask.
     
  19. Offline

    ledhead900

    Nope the new 5.2 did not work with Permissions 3.x as it prev did - dissapointed, why would any every remove a fallback permissions system like that over a new bukkitpermissions that not everyone will switch to right away.

    Please add support back.
     
  20. Offline

    adreide

    @ledhead900 Version 0.5.2 has nothing more than 0.5.1. Just stay in 0.5.1.

    The new permissions system should be default in a short amount of time. I won't have a lot of time to spend on the plugins in a near future. So I updated all my plugins for the new system. It shouldn't matter since there is a "fallback" version.
     
  21. Offline

    ledhead900

    yea I did fallback to 5.1 was just saying.
     
  22. Offline

    gobler21

    The all os download for LazyRoadDesigner is the WIN.zip please fix it.
     
  23. Offline

    adreide

  24. Offline

    RGadelha

    It's all working with Bukkit built-in Permissions. No worry, don't fall back :D
     
  25. Offline

    MrLawless

    okay I'm at my wits end, I used to use this plug in before the GUI was added in and it all worked lovely and fine. So I got to add it again to my fresh server (with latest bukkit) I add the two jar files into my plug in folder..and nothing. No folder is created?
    Help :(
     
  26. Offline

    kijex

    Code:
    [SEVERE] Could not load 'plugins\LazyRoad.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: creadri/util/Messages at com.creadri.lazyroad.LazyRoad.<clinit>(LazyRoad.java:38)
    Not sure what's wrong, I have the jar files in plugins folder. Also using permissions 3.1.6
     
  27. Offline

    RGadelha

    Just a silly question:
    Did you unziped the file LazyRoad0.5.2.zip inside your CB plugins folder? :rolleyes:
    And there's just one jar file, LazyRoad.jar, size 39218. The other LazyRoad.jar inside LazyRoadDesigner0.2.1WIN.zip, size 41581, is for the GUI.
     
  28. Offline

    Fuzetsu

    Update?
     
  29. Offline

    JDD

    Learn how to use it? It's working fine on current RB's
     
  30. Offline

    Fuzetsu

    i know how to use it ;P but! it says it's not up to date :/
     
  31. Offline

    Xx7Wilson8xX

    Hey adreide,
    I'm getting an error, not sure what to do, can anyone help? I'd like it fixed by tonight lol :p
    Here's the code:
    Code:
    22:56:37 [SEVERE] Could not load 'plugins\LazyRoad.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: creadri/util/Messages
            at com.creadri.lazyroad.LazyRoad.<clinit>(LazyRoad.java:38)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:199)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:122)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:281)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    90)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: creadri.util.Messages
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 15 more
    22:56:37 [INFO] [Permissions] (Phoenix) was Initialized.
    22:56:37 [SEVERE] Could not load 'plugins\snakeyaml-1.8.jar' in folder 'plugins'
    :
    java.io.FileNotFoundException: Jar does not contain plugin.yml
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:64)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:199)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:122)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:281)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    90)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Ignore phoenix permissions lol

    Okay, so after I figured out I had just the GUI files, I fixed it. But now i'm getting this error... :S
    Code:
    23:31:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-
    g9277096-b953jnks (MC: 1.7.2)
    23:31:53 [INFO] Preparing level "Flatgrass"
    23:31:53 [INFO] Preparing start region for level 0 (Seed: 3850433055)
    23:31:54 [INFO] [LazyRoad] : Version 0.5.2 is enabled!
    23:31:54 [INFO] Done (0.095s)! For help, type "help" or "?"
    
    *Here I typed in "/road"
    
    23:32:00 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'road
    ' in plugin LazyRoad v0.5.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    98)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:711)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.hasPermission(L
    java/lang/String;)Z
            at com.creadri.lazyroad.LazyRoad.onCommand(LazyRoad.java:106)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    >
     

Share This Page