Inactive [FUN/RPG] MyWolf - Take a wolf on a leash

Discussion in 'Inactive/Unsupported Plugins' started by Keyle, May 4, 2011.

Thread Status:
Not open for further replies.
  1. MyWolf
    take a wolf on a leash

    [​IMG]
    Moved to BukkitDev:
     
  2. :mad:
    Why should someone?
    I'm working on it but I have not much time.... I will release the next version on wednesday so have patience.
     
  3. Offline

    kaasinees

    Sorry i did not mean to make you mad... But i was wondering if someone could help you since you do not have much time.
     
  4. Offline

    ho0k

    Can you please make it so you can SHIFT+CLICK the Wolf to gain access to the inventory as well? The book "literally" makes no sense and is a waste of space. Thanks.
     
  5. v0.4

    I will make a video tutorial (without speak) for MyWolf ... or is there a volunteer who what to do this?
     
  6. Offline

    halvors

    Does wolf inventory save to world when reload or restart the server?
     
  7. Yes it will saved in a config file
     
  8. Offline

    kaasinees

    CB#812

    Code:
    17:53:52 [SEVERE] Error occurred while disabling MyWolf v0.4 (Is it up to date?): null
    java.lang.NullPointerException
            at me.Keyle.MyWolf.MyWolf.SaveWolfs(MyWolf.java:516)
            at me.Keyle.MyWolf.MyWolf.onDisable(MyWolf.java:50)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
            at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
            at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:290)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:311)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:423)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:408)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  9. Offline

    Hant

    There is a WRONG Permissions:
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'mywolf.setname'
    - 'mywolf.release'
    - 'mywolf.leash'
    - 'mywolf.chest.add'
    - 'mywolf.info'
    - 'mywolf.food'
    - 'mywolf.pickup.add'
    - 'mywolf.pickup.open'
    - 'mywolf.call'
    - 'mywolf.stop'


    - 'mywolf.chest.open'
    :)
     
  10. I will looking for it when a new RB is out

    Thanks
     
  11. Offline

    Avous

    @Keyle

    all my wolf does is despawn when i hit it with string and i got this error. and i cant get my wolf back :p

    Code:
    2011-05-26 18:45:44 [SEVERE] Could not pass event ENTITY_DAMAGE to MyWolf
    java.lang.NullPointerException
        at me.Keyle.MyWolf.Wolfs.RespawnTimer(Wolfs.java:187)
        at me.Keyle.MyWolf.Wolfs.createWolf(Wolfs.java:112)
        at me.Keyle.MyWolf.MyWolfEntityListener.onEntityDamage(MyWolfEntityListener.java:108)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:570)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.EntityHuman.d(EntityHuman.java:518)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:847)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    you killded mah wolfie T.T permissions 2.7.3 cb 803 mywolf v.4
     
  12. Offline

    Freezy

    Found an item duplication bug where in combination with Stackables plugin, my wolf's inventory would pick up some raw porkchops and instead of picking up all 6, he picked up 6 stacks each containing one more then the previous stack: 1,2,3,4,5 and 6 raw porkchops.

    This might also occur on other plugins that have other types of storage container affecting plugins (like auto-gather, auto-mine, auto-harvest and auto-forest plugins).
     
  13. fixed :D
     
  14. Offline

    Freezy

    awesome! :-P

    now if only we could get a nice and fluffy fur shader in minecraft :p
     
  15. Offline

    kaasinees

    CB#815... minecraft 1.6.5 and permissions 3.0.6

    Actually i had the same problems with permissions 2.x.x and minecraft 1.5

    Code:
    00:06:32 [SEVERE] Could not pass event PLAYER_QUIT to MyWolf
    java.lang.NullPointerException
            at de.Keyle.MyWolf.MyWolf.SaveWolfs(MyWolf.java:518)
            at de.Keyle.MyWolf.MyWolfPlayerListener.onPlayerQuit(MyWolfPlayerListener.java:111)
            at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:250)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:139)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:599)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:219)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:396)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:308)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  16. Offline

    Tealk

    I become this bug
    2011-05-29 11:05:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-762-g69e11d1-b815jnks (MC: 1.6.4)
    http://pastebin.com/Qy03qPwb

    but version 0.3.6 is running fine
     
  17. Offline

    Vittek

    Hmm since the lastest update noone can leash wolves anymore. Even they have the "mywolf.*" permission. Gives no message. CB 803 Using latest groupmanager. It worked fine in the earlier version. But it works if someone has the "*" all permission.
     
  18. Offline

    Shanev

    same error here. Whenever I want to leash my wolf with a string I only hit him and get the DAMAGE_ENTITY error. Using MC1.5, CB766 and Permissions 2.7.3
     
  19. Working on it
    Post the error please
     
  20. Offline

    Shanev

    Sry, here's the error:

     
  21. Shanev

    already reportet
     
  22. Offline

    Shanev

    ok, looking forward to test it :)
    can you tell me whether your plugin is compatible wit mcMMO's taming skill and it's abilities?
     
  23. Offline

    ClickCraft

    Hello.
    I'm with the version of bukkit 318, did not appear any error.
    It worked perfectly, but one thing did not work, I can not open the Chest of my wolf
    everything is configured for use with the book, but does not work

    is because the new version of bukkit?

    sry for my english :X
     
  24. did you add a chest to you wolf??
    I won't work until you hit the wolf with a chest.

    I don't think it's beacause of the bukkit version when the server don't throw any exeptions

    My english isn't better but google translator is a big help :p
     
  25. Offline

    ClickCraft

    excuse my ignorance
    but how do I add the chest in the wolf?

    is in the configuration files? I think it's alright .... I think
     
  26. hit -> leftclick :p
     
  27. Offline

    ClickCraft

    Oh my god, I had not seen :O
    Excuse me for my foolish '-'

    Thank you for your attention ... and of course, your plugin is WONDERFUL :rolleyes:
     
  28. Offline

    Zudo

    hey i have been having problems with the mod, anytime i try to make the wolf on the leash (string) i am just hitting the wolf causing him damage. i have tried a lot of things even deleting the whole wolf and config folder deleting all of my wolves.

    PLEASE HELP!
    2011-06-05_16.16.28.png
     
  29. Offline

    Shanev

    As far as I know he's working on this issue. I have the same problem and hope it gets fixed soon :p
     
  30. Offline

    Quizdonkey

    Yes, I am experiencing the "just punch my wolf in the face" glitch when I try to make it "Mywolf" as well, please get this fixed soon, and until then, what do I have to write in the "Wolves" file in order to give a player a wolf manually? I have a very small server, so this won't be a huge annoyance
     
  31. Offline

    materschief

    do you update the plugin for 818? at the moment it doesn not work. i try to take him on a leash but i hit him. no errors or something else just a wounded dog.
     
Thread Status:
Not open for further replies.

Share This Page