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

    nossr50

    Another Party HUD is not a bad idea, last time I tried to loadup Spout and Bukkit they didn't play well together, if I can get my Spout working I'll work on a new HUD.
     
  3. Offline

    martinherrmann

    would be nice but no stress just a feedback

    yea i just checked the patchnotes and didnt saw it so i was thinking about it :)

    anyway i rly like this mod anyway but it did even feel more rpg with the hud
    because our "healer" could do his work very fine

    cheers
     
  4. Offline

    shanko

  5. Offline

    Toxic__Waste

    ok i updated to the 1.2.4 and only thing giving me errors is mcmmo could no pass event blockbreakevent to mcmmo
    i figure it has to do with the new blocks
     
  6. Offline

    n30nex

    Code:
    2012-03-22 17:50:41 [SEVERE] Could not pass event BlockDamageEvent to mcMMO
    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.callBlockDamageEvent(CraftEventFactory.java:215)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:140)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:622)
        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:114)
        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)
    New CB for 1.2.4, MCMMO does not like the new blocks, as toxic_waste has said.
     
  7. Offline

    Toxic__Waste

    it also throws errors even after some one does /home
    removed til mcmmo updates all other plugins seem fine

    ok used the latest dev build found here

    http://ci.mcmmo.org:8080/job/mcMMO/536/artifact/target/mcMMO.jar

    not throwing errors

    i see the new standstone

    going to test the shit out of it

    but so far works well

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

    nossr50

    We're preparing a 1.2.4 compatible release of mcMMO

    You can preview it at ci.mcmmo.org
     
  9. Offline

    Yagman5000

    I'm running the latest version of it. And I really don't feel like going and making an account on issues.mcmmo.org.. :S There's not really much to say about it, other than the fact I'm running the latest dev build of bukkit, and the latest version of mcMMO.. And that the 'tree feller' cooldown isnt working.
     
  10. Offline

    Elements11997

    I'm using minecraft: 1.2.4 bukkit: 1.2.4R0.1 [2110] and mcMMO: 536
    It gives me an error
    Code:
    2012-03-22 21:46:15 [INFO] [mcMMO] Enabling mcMMO v1.3.03-dev-b536
    2012-03-22 21:46:15 [INFO] [mcMMO] Loading mcMMO config.yml File...
    2012-03-22 21:46:15 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
    2012-03-22 21:46:15 [INFO] [mcMMO] Attempting connection to MySQL...
    2012-03-22 21:46:15 [INFO] [mcMMO] Connection to MySQL failed!
    2012-03-22 21:46:15 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user ''@'localhost' to database 'mcmmo'
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    2012-03-22 21:46:15 [SEVERE]    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    2012-03-22 21:46:15 [SEVERE]    at java.sql.DriverManager.getConnection(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at java.sql.DriverManager.getConnection(Unknown Source)
    2012-03-22 21:46:15 [SEVERE]    at com.gmail.nossr50.Database.connect(Database.java:51)
    2012-03-22 21:46:15 [SEVERE]    at com.gmail.nossr50.Database.<init>(Database.java:26)
    2012-03-22 21:46:15 [SEVERE]    at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:128)
    2012-03-22 21:46:15 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    2012-03-22 21:46:15 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    2012-03-22 21:46:15 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2012-03-22 21:46:15 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    2012-03-22 21:46:15 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    2012-03-22 21:46:15 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    2012-03-22 21:46:15 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    2012-03-22 21:46:15 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-22 21:46:15 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-22 21:46:15 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-22 21:46:15 [INFO] SQLException: Access denied for user ''@'localhost' to database 'mcmmo'
    2012-03-22 21:46:15 [INFO] SQLState: 42000
    2012-03-22 21:46:15 [INFO] VendorError: 1044
    2012-03-22 21:46:15 [WARNING] Access denied for user ''@'localhost' to database 'mcmmo'
    2012-03-22 21:46:15 [INFO] SQLException: Access denied for user ''@'localhost' to database 'mcmmo'
    2012-03-22 21:46:15 [INFO] SQLState: 42000
    2012-03-22 21:46:15 [INFO] VendorError: 1044
    2012-03-22 21:46:15 [INFO] [mcMMO] Connection to MySQL was lost! Attempting to reconnect in 60 seconds...
    2012-03-22 21:46:15 [SEVERE] Error occurred while enabling mcMMO v1.3.03-dev-b536 (Is it up to date?)
    java.lang.NullPointerException
        at com.gmail.nossr50.Database.checkDatabaseStructure(Database.java:141)
        at com.gmail.nossr50.Database.createStructure(Database.java:115)
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:129)
        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)
     
  11. Offline

    --GJ--

    Elements11997 - The config file has changed, and therefore so have the values on some of the SQL stuff. Create a new config file, fill it in with the proper values, and report back if it's still bugging out.

    What errors? Could you please post those up?

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

    Sayshal

  13. Offline

    --GJ--

  14. Offline

    nossr50

    Notes about this release
    This version is 1.2.4 compatible! (Must use newest CB for 1.2.4)
    This version had major changes to the config.yml for MySQL connection info and some other changes, you WILL need to setup that stuff again for MySQL to be able to connect. I recommend just generating a new config.yml file (by deleting it) if you're lazy.
    We added about 1,000,000 million bajillion new permission nodes. All skills now have permission nodes for individual aspects of the skill. If you use PEX or anything like that, you WILL need to setup negative nodes again.​
    TL;DR: MySQL users need to REDO their config file! A bajillion new permission nodes, you'll need to configure that too.​
    -->DOWNLOAD LINK<--

    Version 1.3.03
    • + Added Ocelots to Taming XP tables
    • + Added ability to summon Ocelots with Call of the Wild
    • + Added offline user functionality to mmoedit
    • + Added bookshelves to list of blocks that don't trigger abilities.
    • + Added 'mcmmo.repair.arcanebypass' permission node to bypass Arcane Repair and keep your enchantments
    • + Added config option to disable Herbalism's instant wheat replanting
    • + Added LOTS of new permissions nodes. *CHECK PLUGIN.YML FOR UPDATES*
    • + Added Italian locale file - thanks Luxius96!
    • + Added ability to inspect Ocelots with Beast Lore
    • + Added console functionality to mctop
    • = Fixed Green Terra not awarding Triple Drops
    • = Fixed ClassCastException from Taming preventDamage checks
    • = Fixed issue with Blast Mining not seeing TNT for detonation due to snow
    • = Fixed issue with block interaction returning NPEs
    • = Fixed issue where every block broken had a mining check applied
    • = Fixed issue where every block broken had a herbalism check applied
    • = Fixed issue where blocks weren't being removed from the watchlist
    • = Fixed exploit where you could use /ptp to teleport to anyone
    • = Fixed bug where Green Terra didn't work on Stone Brick
    • = Fixed bug where Tree Feller could be used without permissions
    • = Fixed exploit where falling sand & gravel weren't tracked
    • = Fixed exploit where Acrobatics could be leveled via Dodge on party members.
    • = Fixed exploit where you could gain combat XP on animals summoned by Call of the Wild
    • ! Changed mcMMO to save profiles only when the profile is about to be discarded rather than on player quit
    • ! Changed MySQL to try to reconnect every 60 seconds rather than infinitely which caused server hangs
    • ! Changed mcMMO to be better about saving player information on server shutdown
    • ! Changed PTP to prevent teleporting if you've been hurt in the last 30 seconds (configurable)
    • ! Changed Chimera Wing failure check to use the maxWorldHeight.
    • ! Changed inspect failed message to say inspect rather than whois
    • ! Changed Call of the Wild to activate on left-click rather than right-click
    • ! Changed Blast Mining to track based on Entity ID vs. Location
    • ! Changed mmoedit to save a profile when used (this will make mctop update)
    • ! Changed a few Runnable tasks to have their own classes
    • ! Changed parties so that a player will leave their existing party if they enter a world where they don't have party permissions.
    • ! Changed Call of the Wild to summon animals already tamed.
    • ! Changed mob spawner tracking to use new Metadata API
    • ! Changed block watch list to use new Metadata API
    • ! Changed around a few config options, including the ones for mySQL. *YOU NEED TO REDO YOUR CONFIG FILE*
    • - Removed 'true/false' debug message from Inspect command
    Sexually harass us in IRC!
    Join us at #mcmmo @ irc.esper.net
     
  15. hmm updated to 1.2.4?
    there bukkit 1.2.4 already? :O
     
  16. Offline

    --GJ--

    There's dev versions for 1.2.4. We pushed a recommended build for 1.2.4 because the old versions will break entirely under it. This version is also good for 1.2.3.
     
    Inscrutable likes this.
  17. Offline

    Sayshal

    You guys are amazing, btw. :)
     
  18. i have already working mcmmo version for 1.2.3, should i still update to this 1.2.4 version u made? or stay in my old 1?
     
  19. Offline

    --GJ--

    If you're on the newest dev builds of Bukkit for 1.2.3, then update to this one. If you're still on the beta version of Bukkit for 1.2.3-R0.2, stay on whatever version you're running.
     
  20. Offline

    PTluzitano

    [SEVERE] Could not pass event BlockDamageEvent to mcMMO

    what to do?
     
  21. Offline

    --GJ--

    Download the updated version of mcMMO from BukkitDev.
     
  22. Offline

    PTluzitano

    I did updated.. it still does:
    [SEVERE] Could not pass event BlockDamageEvent to mcMMO
    Running: 08:03 AM [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)

    Ive deleted all mcMMO folders and sownloaded the new jar.. let it generate the new folders and still have the error :(
     
  23. Offline

    --GJ--

    You're running too old a version of Bukkit. Upgrade to 1.2.4, or downgrade mcMMO to 1.3.02
     
  24. Offline

    Exzib

    Everything looks fucked up.

    when i do /mining it says stuff like this:
    !m.SkillHeader!
    !m.XPGAIN!

    Wtf
     
  25. Offline

    Ratonacat

    Same bro.
     
  26. Offline

    --GJ--

    Restart the server. that happens sometimes when updating without restarting.
     
  27. Getting errors on my server.


    When doing things that involve mccmmo I get a large error http://pastebin.com/DbSmyxF2

    Plugins live are World Edit and Guard, Essentials, GravelClay, Mobcatcher, McMMO for 1.2.3 R 2
     
  28. Offline

    --GJ--

    You need to update Bukkit to 1.2.4, or downgrade mcMMO to 1.3.02. The combo of Bukkit and mcMMO you're running is incompatible, ergo the errors.
     
  29. Release
    Semi-normal
    2 days ago
    CB 1.2.3-R0.2​

    so I got the right version?​
     
  30. Offline

    MRI

    It's possible fix the command /mmoedit for work also with offline users?
     
  31. Offline

    --GJ--

    In the newest version of mcMMO, it *should* work for offline users.

    Nope, go back to 1.3.02. That version info is misleading, as there's no way on BukkitDev to mark that it should be used with 1.2.4

    BrettGoss Dude, that's a REALLY old build of mcMMO. Download the latest version from BukkitDev.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page