[FUN/INFO/RPG] mmoPet v0.4 - Give owned wolves a title [Spout] [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Rycochet, Aug 23, 2011.

  1. Offline

    Rycochet

    Now using BukkitDev for releases...
    This thread will remain for discussion only.
    Files also available here.
     

    Attached Files:

    Spiritwind likes this.
  2. Offline

    Seta

    looks nice :D
     
  3. Offline

    Cosmic Break

    i want to use this but ive already got 48 plugins on my server, 2 more is just ungodly...
     
  4. Offline

    Rycochet

    I do try to keep mine small - and as I'm going with the whole "specialised plugin" idea, there will be more of them than some other rpg plugins out there ;-)
     
    Hopium likes this.
  5. Offline

    Kane

    @Rycochet keep up the good work and yeah keep it small just add more jars hehe <3
     
  6. @Rycochet Keep the plugins coming ;). Loving the suite so far; you've become my favourite developer these past couple of weeks :D
     
  7. Offline

    Phant0mX

    I like. :)
    Feature request - the ability to rename your pet to something else.
     
  8. Offline

    Rycochet

    Feel free to add it - https://github.com/mmoMinecraftDev/mmoPet/issues

    Because pets is eventually going to be able to have any creature as your pet I'm probably not going to spend much time on it for a while - too many other plugins to write lol
     
  9. Offline

    Phant0mX

    Done. I hear that, that's quite the list you have there. :p

    I'll do what I can to assist in bug testing and maybe even contribute a little code here and there if I get the time.
     
  10. Offline

    Chronx6

    I see a limit is in the future. I hope its configurable with perhaps a tie in with the skill plugin to allow for a increase in limit.

    Granted you've probably thought of this...but still.
     
  11. Offline

    Rycochet

    Hadn't thought about the skill for a limit increase - so thanks for the suggestion - we've been brainstorming over mmoSkills anyway, so this is yet another thing to do :-P
     
  12. Offline

    Hopium

    another suggestion would be to make tamed wolves a custom texture downloaded from a url, would be nice to have the druid wolves from diablo :p
     
  13. Offline

    Rycochet

    Eventually this will allow you to tame any creature that exists - and probably add a couple of new ones too - skins are added flavour on top... Saying that, don't think any of us are artistic enough to create them yet ;-)
     
  14. Offline

    TTlabambaTT

    i was looking in the config and seen a spider option i have used the same config as the wolf for it will this work? And is the training part of it working now or not? because thats in the config too
    |
    im using all your plugins :D
     
  15. Offline

    Rycochet

    The config has more in it that in used - eventually it will allow you to decide exactly what materials can be used for taming, so different materials give different chances - and what materials can feed them too - again, with different amount of health regain...

    Going to be a little while before Pets gets any other animals though - concentrating on other plugins ;-)
     
  16. Offline

    TTlabambaTT

    Fine by me you got a few plugins on the go so good luck with them all :)

    Hang on... spout allows for mob creation?

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

    Rycochet

    Don't forget that Spout sits on top of Bukkit too ;-)
     
  18. Offline

    Pim1234

    does this support animalcompanion?

    would be nice
     
  19. Offline

    Rycochet

    @Pim1234

    Haven't a clue - but as it deals with wolves too, and the safest core thing is to set the owner - probably ;-)
     
  20. Offline

    Pim1234

    u mean for names, that you don't have to give your wolf a name twice...
     
  21. Offline

    Rycochet

    mmoPet doesn't support custom names for Wolves - and when (if) it does there will be limits on it by default - got to decide what those limits are, but for now there's just an automatic name "Owner's Wolf"
     
  22. Offline

    Chronx6

    well if you ever want more ideas just send me a message! I like coming up with things.
     
  23. Offline

    spydercanopus

    Doesn't seem to work on 1.8.1. Is this still active?
     
  24. Offline

    Rycochet

    Just updated all the build environment, so there will be new versions of everything out soon.
     
  25. Offline

    Rycochet

    Now using BukkitDev for releases...
    This thread will remain for discussion only.
    Files also available here.

     
  26. Offline

    symrex

    Sry but all mmo... Plugins dosen't work. I have:
    CraftBukkit # 1185
    Essentials 2.6
    Spout 403
    mmoCore
    mmoPet
    mmoTarget
    Pls help me.
     
  27. Offline

    Rycochet

    Just rebuilt on the download server. Remember these also need the Spoutcraft launcher (client) to actually see anything from them. What is showing in the console when you start the server?
     
  28. Offline

    Chett

    Doesn not work, gettin this.


    Code:
    03:18:57 [SCHWERWIEGEND] Could not load 'plugins\mmoPet-0.4.jar' in folder 'plug
    ins':
    java.lang.NoClassDefFoundError: mmo/Core/MMOPlugin
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            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)
            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:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
            at org.bukkit.Bukkit.reload(Bukkit.java:173)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    53)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    49)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: mmo.Core.MMOPlugin
            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)
            ... 29 more
    Really would like to use it ;)
     
  29. Offline

    Ludi95

    Can you add levels for the pet's?
     
  30. Offline

    Rycochet

    @Chett

    Looks like you've not got mmoCore installed - it should simply fail to load it as that's a requirement... If you've got mmoCore installed then it's going to be a very badly out of date version. Either way, head over to files.mmo.me.uk and grab the latest.

    @Ludi95

    In the future it's planned - need to get the level handling for players sorted out first ;-)
     

Share This Page