Inactive [MECH] MineVehicles v0.6 - Use your boat as submarine and minecarts as aircraft! [1.2.5-R1]

Discussion in 'Inactive/Unsupported Plugins' started by atlan1, Dec 9, 2011.

  1. Offline

    leorocx

    The whole plugin doesn't work we can't fly I have installed it correctly and I don't use any type of permissions.
     
  2. Offline

    nickesniffe135

    Best plugin ever. Im gonna use it on my server! :D
     
  3. Offline

    atlan1

    Are you OP on your server?
    Thank you:D
     
  4. Offline

    leorocx

    Yes I am the Owner I OPed my self from console
     
  5. Offline

    CIA99

    2011-12-21 19:53:29 [SEVERE] Could not pass event PLAYER_TOGGLE_SNEAK to MineVehicles
    java.lang.NullPointerException
    at me.atlan1.MineVehicles.MineVehiclesPlayerListener.onPlayerToggleSneak(MineVehiclesPlayerListener.java:40)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:405)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:845)
    at net.minecraft.server.Packet19EntityAction.a(SourceFile:36)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)


    2011-12-21 19:53:32 [SEVERE] Could not pass event PLAYER_TOGGLE_SNEAK to MineVehicles
    java.lang.NullPointerException
    at me.atlan1.MineVehicles.MineVehiclesPlayerListener.onPlayerToggleSneak(MineVehiclesPlayerListener.java:40)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:405)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:845)
    at net.minecraft.server.Packet19EntityAction.a(SourceFile:36)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)

    Im getting these errors randomly. Not sure what they are from..
     
  6. Offline

    atlan1

    @leorocx :
    MV version? CB version? Getting any errors?
    @CIA99 :
    MV version? CB version?
    Do you use any other plugins you have to press shift to do something?
    You said the errors occures randomly, so find the trigger, there has to be one.
    Do you can fly and dive at all?
     
  7. Offline

    leorocx

    I am using 0.42 and cb 1597 and it says MineVehicles enabled. no errors.

    When is the video being made that might be useful.

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

    saintnorbert

    i have problem too!!

    I can use minecart and boat to fly or as submarine but my friend can't!!

    I have no permission !!

    Thanks
     
  9. Offline

    atlan1

    The video is online, but I don't know if it will help you. (It just says that you have to press shift to use:oops:) :rolleyes:
    Both OP?
     
  10. Offline

    beleg

    :D
     
  11. Ok plugin works fine for me as an OP / Having all permissions.
    Normal users cant use it.
    PEX:
    - minevehicles.aircraft.*
    - minevehicles.submarine.*
    Just not working.
     
  12. Offline

    CIA99

    MV Version is .4_2 CB Is 1.0.0R1
    The only thing I have tht uses shit is chaircraft plugin
     
  13. Offline

    atlan1

    Ok, sorry guys I'll look into that an update as fast as I can.
    Try without it (I dont think its the reason but just try).
    Has anyone else this errors?

    UPDATE v0.5:
    - Cleaned up the permission nodes (they worked but I think they was a bit confusing)
    - Added configurable flight speed

    Please report bugs and give suggestions guys.

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

    PunJedi

    Fun little plugin, we have been running it on our server and only two issues.

    1. Controlling the boats in the air is sometimes hit or miss (I know control is an issue with anything in minecraft)
    2. A dupe bug with the fuel. While going afk for a few minutes in a cart it glitches the fuel and allows for dupe.

    We fixed it temporarily by just disabling the fuel requirement but it would be nice to have that back in as a "limiter" of sorts.

    Thank you
     
  15. Offline

    atlan1

    Of course you're doing something wrong :p.
    So as I can see from your picture, you gave the normal users the node "minevehicles.general.*", but this one is only for prevent the passenger from destroying its vehicle. So does they also have the nodes "minevehicles.aircraft.*" and
    "minevehicles.submarine.*"?
    Ok for more about the permission nodes see the first post.
    Note: if you don't want the message but want fuel, everything is configurable.
    1. Yes improving that is already on my todo list.
    2. Ok I know whats the problem. It's because I set the start time from entering the vehicle and every time you press shift it updates the time, so if you are afk it counts the time from your last shift activity and if you are back on the keyboard it removes the fuel for the whole time you were afk. So I'll try to find a better way, but you can prevent that just by leaving the vehicle before going afk.
     
  16. Sorry, I thought I tried all the permission nodes.. and its working now.
    Also I was thinking that 'general' meaned just all regular user permissions.
    Why dont u use the jump button for going up and the duck button going down, bit more like flying. Just an idea ;)
    Thanks for this plugin, and good luck with making the minecart behaviour a succes :p
     
  17. Offline

    atlan1

    Good that it works now.
    The problem with the jump/duck key is that there is no 'Event' for that. (thats programmers speach).
    But there is an event for pressing shift so I took this one.
    Perhaps I'll implement that with spout. (I know that it is possible)
    So keep this updated. :)
     
  18. Offline

    PunJedi

    1. Yes improving that is already on my todo list.
    2. Ok I know whats the problem. It's because I set the start time from entering the vehicle and every time you press shift it updates the time, so if you are afk it counts the time from your last shift activity and if you are back on the keyboard it removes the fuel for the whole time you were afk. So I'll try to find a better way, but you can prevent that just by leaving the vehicle before going afk.[/quote]


    True enough, but getting dishonest kids to actually go afk when knowing the exploit, is a different matter :)

    I'll leave fuel disabled until a possible fix. Thank you.
     
  19. Offline

    eoden13

    Hey man i think this is a really awesome plugin. I think if you could some how tap into the creative mode flying for this it would be really cool. smooth and be like a hover craft or something. Right now unless I am doing it wrong... flight is really clunky. I like the coal for fuel option as it doesn't make flying broken. thanks and keep up the good work.
     
  20. Offline

    Dino Filippini

    I would request some way to limit which worlds that people can fly in, I have a skylands world which I can see this being very useful for, but wouldn't want people to fly around too much in the mainland.

    thoughts?
     
  21. Offline

    Jocke13

    Very hard to control aircraft, why?? (My fly-speed is 130)
     
  22. Offline

    atlan1

    You can do that simply with permissions. Just give your players permission to fly on your skyland world but forbid them to do so in your other worlds.
    Yes, I know its very hard but soon there will be a update where I will improve the handling and flight behavoir for the aircraft.
     
  23. Offline

    Dino Filippini

    That's what I get for posting at 2:00am. Sorry about that xD
     
  24. Offline

    Jocke13

    How soon? =) I really like your plugin ;)
     
  25. Offline

    skunk3973

    Hey atlan1 when i use the boat as a submarine when i hold shift i keep going through the blocks under the sea how do i stop it?
     
  26. Offline

    atlan1

    You go through the blocks?! Ok I'll check whats wrong.
     
  27. Offline

    atlan1

    I've been working on the next update, but now I go on vacation for a week.
    The update will come shortly after it.
    Upcoming features: Improved flight behavior, custom control keys for the vehicles(Spout).
     
    skunk3973 likes this.
  28. Offline

    jacobg

    yeah it would be awesome if you could make the minecart kinda like a four wheeler or something that can go over all terain or just when you press space while driveing it it jumps so you can get over blocks and other things that are in the way. that would be awesome. also idk if its even possible but multiple people in one cart :p
    other than that i have not tried the plugin yet but it looks bad ass and i will try it tonight when i get home.:)

    hey i have everything set up right ( well i think so) i have perms set up, plugin installed, file is there, turned on server and nerp. no flying no diving nothing. i have all the most up to date everything on my server. oh and im op

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

    skunk3973

    Thank you
     

Share This Page