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

    egladius

    Any response on skills being able to function in worldguarded areas? No checks for factions?
    Can train axes, unarmed, swords on players in your faction or on other players in worldguarded no pvp areas.
    Can disarm opponents and do damage with unarmed in worldguarded no pvp areas.
    Can stack bleeds on people in no pvp areas.
    Can get critical hits with axes in no worldguarded areas


    Other bugs: last ticks of bleed do not appear to be fire_damage. Last few ticks are old damage model.
     
  3. Offline

    nossr50

    Factions incompatibility should be fixed in the latest dev builds
     
  4. Offline

    WetterSiegen

    Hi have the following problems:

    1) Tried to put the config in German and replaced with de en_us eindas yet the issue in English I've done this correctly?

    2) I made ​​the plug on it and it can even diners who should dictate how to run / stats what I do not want to be able to use any functions that I must set the permissions manually award I can use Group Manager?

    3) I would like to allow the skillen of weapons is prohibited, however, the improvement of the skills that possible?

    I hope you can help me.

    sorry for the bad language its googel i come from germany ^^
     
  5. Offline

    FuRiouSOne

    Updated to latest build and now /mcability doesnt work.

    Everyone has the perms for it but it stills says "this command requires permissions" when using in game.
     
  6. Offline

    nossr50

    Thank you, I just fixed this in the latest build.

    New version of mcMMO released, numerous critical fixes included. If you had bad performance with MySQL from versions 1.2.08 until now, consider it fixed. We also fixed issues where mcMMO abilities could be used in PVP-free zones in certain plugins (Factions, WG).

    Version 1.2.12
    • Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
    • Fixed addxp command taking xprate and skill modifiers into account
    • Added anonymous usage statistics (you can opt out in plugins/PluginMetrics/config.yml)
    • Modified onEntityDamage priority to have better compatibility with other plugins (Factions, WorldGuard, etc...)
    • Fixed /mcgod & /mmoedit permissions defaulting to true
    • Fixed Fishing not working or handing out XP
    • Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
    • Fixed config.yml not having values for End Stone & other new mining blocks
    • Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)

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

    FuRiouSOne

    Nice, thanks :). Now for the DL link. Hope its not 155 as 156 has the /mcability fix.
     
  8. Offline

    --GJ--

    Unfortunately, yeah, the build is officially #155. You can run #156/157 with no problem though, as that's where the /mcability fix is.
     
  9. Offline

    Aaron_Merric

    mcMMO v1.2.11-b121 also known as mcMMO v1.2.11 resets the config file information for mysql server. This is causing the following error everytime I restart my server and all my players stats are set to 0/ Zero as it can no longer see my saved database. This happens on cb 1.1-R3 and 1.1-R4.

    Code:
    17:08:21 [INFO] [mcMMO] Loading mcMMO v1.2.11-b121. 17:08:21 [INFO] [mcMMO] Loading Config File...
    17:08:21 [WARNING] Access denied for user 'root'@'localhost' (using password: YE S) 17:08:21 [INFO] SQLException: Access denied for user 'root'@'localhost' (using p assword: YES)
    17:08:21 [INFO] SQLState: 28000
    17:08:21 [INFO] VendorError: 1045
    Also I have been recieving this conflict error for a while is it mcMMO or virtual chest?

    Code:
    21:17:55 [INFO] mcMMO version 1.2.08 is enabled!
    21:17:55 [INFO] [VirtualChest] Successfully linked with mcMMO.
    21:17:55 [WARNING] Plugin mcMMO v1.2.08 tried to register permission 'mcmmo.comm
    ands.party' but it's already registered
    java.lang.IllegalArgumentException: The permission mcmmo.commands.party is alrea
    dy defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManag
    er.java:628)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:197)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174
    )
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:444)
            at org.bukkit.Bukkit.reload(Bukkit.java:188)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    86)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    82)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:574)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  10. Offline

    nossr50

    Are you using a blank password by chance?
     
  11. Offline

    Aaron_Merric

    Yes, we have had issues with making mysql server run with a password.
     
  12. Offline

    nossr50

    You should set up a password, it's a security risk to leave root like that
     
  13. Offline

    Aaron_Merric

    I set up a password, everything appears to function now. Though being behind a firewall seems safe enough to me, that and if its a security issue couldnt they look at the .yml to find my password if they were hacking into my server to mess up mysql?

    Also I still get the error that mcmmo shares a permission with virtual chest, or the other way around. the plugins still function fine but here is the error.

    Code:
    01:25:20 [INFO] mcMMO version 1.2.08 is enabled!
    01:25:20 [INFO] [VirtualChest] Successfully linked with mcMMO.
    01:25:20 [WARNING] Plugin mcMMO v1.2.08 tried to register permission 'mcmmo.comm
    ands.party' but it's already registered
    java.lang.IllegalArgumentException: The permission mcmmo.commands.party is alrea
    dy defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManag
    er.java:628)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:197)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  14. Offline

    nossr50

    Unrelated, but you should definitely update mcMMO to 1.2.12
     
  15. Offline

    worstboy32


    Nice i hope this will fix all my problems last day.
    Will test it out tomorow.
     
  16. Offline

    balcas

    make it more Faction Friendly :) cuz of if ur in NON-PVP Zone or Attack Peaceful faction players u can do splash damage to them... and when u attack ur faction member u can rise ur Sword Level :) im tired of ppl in No-PVP zones killing other ppl ^^
     
  17. Offline

    --GJ--

    That's been handled in the newest version (1.2.12)
     
  18. Offline

    jdaylett

    Not sure if this has already been suggested, but how about skill leveling for Enchanting and Alchemy (potions-making)?
     
  19. Offline

    --GJ--

    Yeah, it's in the works. The Bukkit API for these things is just finally starting to develop, so that's the reason for the delay.
     
  20. Offline

    worstboy32


    issue #134 still not fixed for me :/
    https://github.com/mcMMO-Dev/mcMMO/issues/134#issuecomment-3968025
     
  21. Offline

    nossr50

  22. Offline

    FuRiouSOne

    Bone meal drops are dropping wrong item ID, its dropping 352:7 and not 352. Noticed some other items that drop off excavation are dropping wrong IDs too. Please look into this.
     
  23. Offline

    WetterSiegen

    Hi
    Maybe you can help me I would like to McMMO the rights assigned so that guests can not
    access command & MCMMO / stats have as I do that `?

    - The language is now in German is a solved problem
    Many thanks in advance
     
  24. Offline

    FuRiouSOne

    put in guest permissions
    -mcmmo.*

    that will make it so guest cant use anything from mcmmo
     
  25. Offline

    zon

    Why the guest can't level UP
     
  26. Offline

    Gandalf_911

    A pretty nice thing to add to this awesome plugin imo would be some way of harvesting melons faster, I'm pretty annoyed that you can't harvest melon as fast as pumpkin, so maybe some "Melon Harvesting" skill could be added to "Herbalism"?

    Thanks for an awesome plugin. Replies welcome!
     
  27. Offline

    UltraMC

    It freezes my server after a while wtf
     
  28. Offline

    --GJ--

    What builds of CraftBukkit and mcMMO are you running? We fixed a lot of performance issues in the latest build. Do you have any sort of error log you could post?
     
  29. Offline

    FuRiouSOne

    Someone needs to look into the exavation drops. Items are dropping with wrong IDs!! Using build 157

    Bones are dropping as 352:7 which are unusable
    Books dropping as 340:22 which are unusable
    other drops are doing the same thing.
     
  30. Offline

    Averus

    cant localise it, even with empty local folder and with my local still have eng lang, config edited.
     
  31. Offline

    --GJ--

    Would you mind hopping on IRC & explaining further? Also, please open a ticket at issues.mcmmo.org
     
Thread Status:
Not open for further replies.

Share This Page