[MECH] MobRider v0.47 - Finally a proper use for saddles! [1.4.6]

Discussion in 'Archived: Plugin Releases' started by mung3r, Nov 28, 2011.

  1. Offline

    Xariez

    That he doesnt know if it works, that is what he mean
     
    xLoGiiKzZo likes this.
  2. Offline

    Xariez

    So..anyone updating this? :/
     
  3. Offline

    LoulouteFlore

    The plugin works with 1.2.5. But Controlling mobs not working... the only thing really interesting :/
    Please fix this, it is such an awesome plugin :) and the only one of this kind!
     
  4. Offline

    Xariez

    Well yea, riding mobs and steering them sounds fun, and i would like a plugin like this, but theres no other plugin actually..
     
  5. Offline

    xLoGiiKzZo

    Is no one going to take over this plugin?
     
  6. Offline

    Xariez

    I dont guess that, im just giving this up now, PM me if someone is taking over it again..
     
  7. Offline

    Royalgamer06

  8. Offline

    Saphiresurf

    I'll test the dev build. I'll edit this post when I can report for you guys :)

    EDIT: Nevermind, their site is gone
     
  9. Offline

    xLoGiiKzZo

    Please someone update this :(

    Here is a working dev build: http://ci.bighatchet.com/job/MobRider/lastSuccessfulBuild/
    The last update was June 11th

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

    Royalgamer06

  11. Offline

    bloobblop

    trying this & will let you know :)
     
  12. Offline

    Royalgamer06

    thanks
     
  13. Offline

    bloobblop

    so far so good . adding permissions for players now . i rode a few & lol i like it :) thank you
     
  14. Offline

    Saphiresurf

  15. Offline

    broluigi

    When is the 1.2.5 version coming? thanks for the last successful build but i need to make sure it will be stable
     
  16. Offline

    Royalgamer06

    I tested it, and seems stable. Only error I got is when I was killed, riding on something (someone did /kill <myname>)
     
  17. Offline

    broluigi

    the only problem i have is all of the /mob commands do nothing and the fishing rod doesnt work.
     
  18. Offline

    xLoGiiKzZo

    I'll test it out on my test server first, if it works and if its stable i'll test it out on my main server (60-90 Players online). I'll let you guys know how it went
     
  19. Offline

    Royalgamer06

    thanks
     
  20. Offline

    xLoGiiKzZo

    I used a successful dev build (1 day and 7 hours ago) (v0.45.2-b13). Here are the results:

    Test server (2 Players):
    No lag
    No errors
    No Crashes
    /mob attack MOB - Works
    /mob attack PLAYER - Works
    /mob follow MOB - Works
    /mob follow PLAYER - Works
    /mob go DIRECTION - Doesn't work
    /mob goto MOB - Works but it keeps following the mobs, so its pretty much the same thing as /mob follow
    /mob goto PLAYER - Works, but same thing as above
    /mob goto X Z - Works
    Fishing rod- Doesn't Work

    Tested with:
    Cow
    Spider
    Blaze
    Iron Golem - Attacking doesn't work
    Players


    Other:
    /mob might conflict with essentials /mob command.
    Error when riding a player and using /mob commands on him: WARNING [MobRider] Unknown creature net.minecraft.server.EntityPlayer@6d(PLAYERNAME at X,Y,Z)

    ------------------------------------

    Main Server (60 Players):

    No lag
    No Crashes
    /mob attack MOB - Works
    /mob attack PLAYER - Works
    /mob follow MOB - Works
    /mob follow PLAYER - Works
    /mob go DIRECTION - Doesn't work
    /mob goto MOB - Works but it keeps following the mobs, so its pretty much the same thing as /mob follow
    /mob goto PLAYER - Works, but same thing as above
    /mob goto X Z - Works
    Fishing Rod - Doesn't work

    Tested with:
    Cow
    Spider
    Blaze
    Iron Golem - Attacking doesn't work
    Players


    Other:
    /mob might conflict with essentials /mob command.
    Error when riding a player and using /mob commands on him: WARNING [MobRider] Unknown creature net.minecraft.server.EntityPlayer@6d(PLAYERNAME at X,Y,Z)
    Some people are reporting "Internal Error" when using a MobRider command, while its working for others (including me).

    Errors:
    Code:
    2012-07-01 12:24:39 [WARNING] Task of 'MobRider' generated an exception
    java.lang.IllegalArgumentException: Cannot measure distance between world and world_the_end
    at org.bukkit.Location.distanceSquared(Location.java:381)
    at com.edwardhand.mobrider.models.Ride.updateGoal(Ride.java:143)
    at com.edwardhand.mobrider.utils.MRHandler.run(MRHandler.java:62)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:606)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:518)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    2012-07-01 12:24:57 [SEVERE] Could not pass event PlayerInteractEvent to MobRider
    java.lang.NullPointerException
    at com.edwardhand.mobrider.models.Ride.speak(Ride.java:247)
    at com.edwardhand.mobrider.models.Ride.stop(Ride.java:239)
    at com.edwardhand.mobrider.listeners.RiderPlayerListener.onPlayerInteract(RiderPlayerListener.java:80)
    at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:114)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:97)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:640)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:518)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    2012-07-01 12:25:09 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mob' in plugin MobRider v0.45.2-b13
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:647)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:822)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:782)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:765)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:114)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:97)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:640)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:518)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.edwardhand.mobrider.models.Ride.findGoal(Ride.java:346)
    at com.edwardhand.mobrider.models.Ride.attack(Ride.java:185)
    at com.edwardhand.mobrider.commands.AttackCommand.execute(AttackCommand.java:36)
    at com.edwardhand.mobrider.commands.CommandHandler.dispatch(CommandHandler.java:80)
    at com.edwardhand.mobrider.MobRider.onCommand(MobRider.java:111)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    
     
    mung3r and AS1LV3RN1NJA like this.
  21. Offline

    broluigi

    ye
    yes but did you test the fishingrod? Does that work
     
  22. Offline

    _LB

    When 1.3 comes out and we can control Minecarts with the directional keys, will this also somehow allow to control mobs if this plugin can read what direction we're pressing?
     
  23. Offline

    Royalgamer06

    Yeah maybe replace the entity id?
     
  24. Offline

    xLoGiiKzZo

    More and more builds are being worked on. Theres another new dev build which was created 10 hours ago. So lets hope that the developer will keep working on it until its stable :D
     
  25. Offline

    Royalgamer06

    Reminder:
    Greetz,​
    Royalgamer06​
     
    mung3r likes this.
  26. Offline

    dibujaron

    hmmm. build downloaded from bukkitdev not working. no comments possible there, so I thought I'd ask here:
    when I try and make my sheep go using the "whip", he just spazzes out. doesn't move.
    I have permission mobrider.animals.sheep, but i'm OP so all commands should work.

    Please help? this is a cool idea!
     
  27. Offline

    xLoGiiKzZo

    mung3r likes this.
  28. Offline

    Royalgamer06

    mung3r likes this.
  29. Offline

    dibujaron

    will this fix my problem?
     
  30. Useful. 10/10, will actually bring a use to the saddle.
     
    mung3r likes this.

Share This Page