Inactive [RPG/MECH] mcMMO v1.3.04 - RPG Addiction Redefined! Multi-Lingual! [1.2.4]

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Jan 8, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    TheYeti

    mcMMO - The RPG Lovers Plugin

    [​IMG]


    Quick Links
    Latest Version: 1.3.3 (INFO, DL)

    News
    3/1/12
    We have moved to using our own JIRA install for tracking issues and have mostly
    completed the website. Both can be found in the links below. Most all support
    and bug tracking should now be done through the following link: http://issues.mcmmo.org


    Please use the mcMMO forums located at the mcMMO BukkitDev

    Dev Team
     
  2. Offline

    monir

    Excavation is dropping dimonds and i have turned it off in the config how come?
     
  3. Offline

    --GJ--

    Please see the NEW excavation config file (treasures.yml) and ensure that it has been disabled in there.
     
  4. Offline

    sintri

    which CB 1.2.4-R0.1 is it, it's not functional on #2120
     
  5. Offline

    --GJ--

    What do you mean by "Not Functional"? Error messages would be nice. :D
     
  6. Offline

    monir

    Do i disable it by erasing this lines or just remove the line diamonds from excavation?
    Code:
      Diamond:
        ID: 264
        Data: 0
        Amount: 1
        XP: 1000
        Drop_Chance: 0.13
        Drop_Level: 350
        Drops_From:
          Dirt: true
          Grass: true
          Sand: true
          Gravel: true
          Clay: true
          Mycelium: true
          Soul_Sand: true
     
  7. Offline

    sintri

    Nvm, mysql format changes caused other errors causing error occured enabling errors, fixed once fixed that.
     
  8. Offline

    GROMkill

    Is there a way to edit how much damage the Tree Feller does to tools individually? I'm fine with how much it does during the Mining and Excavation abilities, but using Tree Feller is in no way worth it to me when it deals like 1/3 damage to my diamond axe.
     
  9. Offline

    ACStache

    you can do a few things:
    set the Drop_Chance: to 0.00 so it has a 0% chance to drop
    set the Drop_Level: ludicrously high so that no one can ever find it
    set the Drops_From: items all to false, so it can't ever drop no matter what you dig.
     
  10. Offline

    turtlemoviesco

    can someone give me a link to the mcmmo that would work with technikk?
     
  11. Offline

    6ten

    The speed for Giga Drill, Super breaker and Tree feller arent working. What could be wrong?
     
  12. Offline

    Crankmast3r

    Code:
    03:30:35 [SEVERE] Could not pass event BlockDamageEvent to mcMMO
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockDamageEvent(C
    raftEventFactory.java:212)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:1
    40)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:537)
            at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProx
    y.java:91)
            at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProx
    y.java:60)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.event.block.BlockBreakEvent.<
    init>(Lorg/bukkit/block/Block;Lorg/bukkit/entity/Player;)V
            at com.gmail.nossr50.events.FakeBlockBreakEvent.<init>(FakeBlockBreakEve
    nt.java:26)
            at com.gmail.nossr50.m.blockBreakSimulate(m.java:173)
            at com.gmail.nossr50.listeners.mcBlockListener.onBlockDamage(mcBlockList
    ener.java:291)
            at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
            ... 14 more
     
    >
    Can anyone tell me why i keep getting a console spam of this error?

    Thanks Crankmaster
     
  13. Offline

    VicHardy

    look for 1.1 R4 build
     
  14. Offline

    --GJ--

    Notes about this release
    This version is 1.2.4 compatible! (Must use newest CB for 1.2.4)
    Due to breaking changes in the latest CB (#2124), we've released a new RB for mcMMO. This RB should only be used on CB #2124 and higher. It will NOT work on versions before this.​
    -->DOWNLOAD LINK<--

    + Added McMMOPlayerRepairEvent for API usage - fires after completion of a repair.
    + Added McMMOPlayerRepairCheckEvent for API usage - fires before repair process begins, can be cancelled.
    + Added ability to get skill level from McMMOPlayerExperience events
    + Added McMMOPartyTeleportEvent for API usage - fires before a successful teleportation would occur.
    + Added McMMOPartyChangeEvent for API usage - fires whenever a player joins or leaves a party
    = Fixed Shake ability dropping bonemeal instead of ink for squids.
    = Fixed Green Terra & Super Breaker awarding 4x drops at high levels.
    = Fixed summoned ocelots never changing skins.
    = Fixed bug with Disarm not working
    = Fixed some API functions not being visible
    = Fixed bug where /ptp worked on dead party members
    ! Changed MySQL to reload all player information on reconnection
    ! Changed event package structure - be sure to update these if you're using the API in your plugin

    Pester us in IRC! -
    Join us at #mcmmo @ irc.esper.net
     
  15. Offline

    silentdojo

    As always you guys make my players and I extremely happy! Keep up the great work. Be sure to see me pestering you guys in IRC as always. :p
     
  16. Offline

    Advokat

    Show Spoiler
    Does this plugin support different settings for different worlds? I'm using multiverse to independently run Creative and Survival worlds and so it raises the question.


    Update: Question was answered via IRC. Thanks, GJ.
     
  17. Offline

    turtlemoviesco

    thankyou, do plugin makers provide uploads to plugins that old?
     
  18. Offline

    VicHardy

    Yes, in almost all cases you will find them over on dev.bukkit.org

    In this case, see below.
    http://dev.bukkit.org/server-mods/mcmmo/files/
     
  19. For some reason tree feller is not working and the speed of Super Breaker is very slow. It seems none of the rightclick abilities are working correctly. Looked into it and permissions is not the issue, nor does it seem to be anything with the config.

    Anyone else getting this issue or have a fix?
     
  20. Offline

    Disparate

    EDIT - never mind - solved my own issue. This is caused by SPOUT unloading itself as the build the Spout team CLAIM is 1.2.4 is not. Had to force SPout's version checker off and all is well.
    Why does Spout have to fail SO much of the time? Bloody thing...


    Hi - getting an odd error since updating to teh new 1.2.4 recommended build.
    Code:
    2012-03-29 10:42:38 [SEVERE] Error occurred while enabling mcMMO v1.3.04-b576 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/keyboard/Keyboard
        at com.gmail.nossr50.spout.SpoutStuff.setupSpoutConfigs(SpoutStuff.java:145)
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:154)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.keyboard.Keyboard
        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:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
    I've updated spout (latest build I can find is 1050) but no difference.
    Any suggestions?
     
  21. Code:
    18:08:11 [SEVERE] Could not pass event PlayerInteractEvent to Lockette
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:96)
    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:113)
    at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:60)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.IncompatibleClassChangeError: Expecting non-static method com.gmail.nossr50.mcMMO.getPlayerProfile(Lorg/bukkit/entity/Player;)Lcom/gmail/nossr50/datatypes/PlayerProfile;
    at org.yi.acru.bukkit.PluginCore.inGroup(PluginCore.java:531)
    at org.yi.acru.bukkit.PluginCore.inGroup(PluginCore.java:441)
    at org.yi.acru.bukkit.Lockette.LocketteBlockListener.canInteract(LocketteBlockListener.java:1322)
    at org.yi.acru.bukkit.Lockette.LocketteBlockListener.interactDoor(LocketteBlockListener.java:1155)
    at org.yi.acru.bukkit.Lockette.LockettePlayerListener.onPlayerInteract(LockettePlayerListener.java:203)
    at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    
    There appears to be a conflict between Lockette (latest) and mcMMO (latest) on Bukkit 1.2.4, any idea how to fix it?
     
  22. Offline

    jenks1999

    2012-03-29 17:19:26 [SEVERE] Error occurred while enabling mcMMO v1.3.05-dev-b584 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/keyboard/Keyboard
    at com.gmail.nossr50.spout.SpoutStuff.setupSpoutConfigs(SpoutStuff.java:145)
    at com.gmail.nossr50.mcMM:confused:nEnable(mcMMO.java:151)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.keyboard.Keyboard
    at java.net.URLClassLoader$1.run(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:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more



    Please advise on this error code. Many thanks.
     
  23. Offline

    GROMkill

    This is happening to me too. I'd give up if I were you, I post bugs and questions on here all the time and nobody ever replies -_____-
     
  24. Offline

    6ten

    Same problem here. No answers yet.
     
  25. Offline

    LHammonds

    TheYeti, Thank you for making mcMMO! I've been using mcMMO 1.2.12 on my CraftBukkit 1.1-R4 server for quite some time now. I upgraded CraftBukkit to 1.2.4-R1.0 and mcMMO to 1.3.03 and they are working great.

    Again, thanks for making an awesome mod.
    LHammonds
     
  26. Offline

    BrettGoss

    Try submitting a bug report to http://issues.mcmmo.org as it says at the top of the thread.​
     
    --GJ-- likes this.
  27. Offline

    --GJ--

    Error messages are useful - can't really diagnose anything without 'em.

    Error messages are useful - can't really diagnose anything without 'em.

    Spout bug, should be fixed in latest dev build. Alternatively, disable the version check on Spout.

    Bug on our end. Fixed in the latest dev build.

    Nope, should be working. Likely the same Spout issue mentioned above.

    Error messages are useful - can't really diagnose anything without 'em.
     
  28. --GJ--
    I noticed my mcMMO was 1 patch lower.
    I just updated the plugin like 2 days ago, but new was arrived 18 hours ago :D updated and all works now
     
  29. Offline

    --GJ--

    Good to hear. We got slammed when Bukkit changed some stuff on us, it broke the old version completely. Glad to know it's now working.
     
  30. Offline

    Kimoshnikov

    Giga drill and superbreaker don't seem to work for anyone.
     
Thread Status:
Not open for further replies.

Share This Page