[RPG/MECH] mcMMO v1.2.07 - RPG Addiction Redefined! Multi-Lingual! [1337][1549]

Discussion in 'Inactive/Unsupported Plugins' started by nossr50, Feb 5, 2011.

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

    nossr50

  2. Offline

    Threezool

    Is there a way to remove the xp gain on everything?

    I'm building a system where players can select a class and then buy upgrades and such from the site.
     
  3. Offline

    Jeyge

    If you don't give them permissions to something, they shouldn't gain any xp from that skill or be able to use the special abilities. To do this, you'll probably have to create a different group for each skill/ability and assign the person to the groups they purchase.
     
  4. Offline

    Nazerb

    What about on level one mining you can only mine cobble with a wood pic, on level 5 you can mine coal with a stone one. Ect. It would be a better thing.
     
  5. Offline

    PsychoNecrosis

    That'd be unintuitive and put too many breaks in otherwise smooth gameplay. Plus that already exists, ever tried to mine redstone with a wooden pick?
     
    Darkaegis likes this.
  6. Offline

    TehJammers

    I'd like this too, but for a less mercenary reason.

    There are other plugins for that, and it ends up being really lame.
     
  7. Thanks. So I can make a trigger that activates by any change in a specific table. So by this I should be able to create something that when table X change, copy (or redo) change in table Y?

    I have some more reading to do I guess. Hehe.. Thanks :)
     
  8. Offline

    Jeyge

    You should be able to. I would backup your database before you start messing with it just to make sure you don't lose anything you might want to keep.
     
  9. Offline

    woodzy

    CB#815
    MMO/RPG# 1.0.0.9
    this happens when a repair table is placed or used.
    this is just a heads-up for you thats all
    EDIT: this also happens on CB#816
    Code:
    08:12:14 [SEVERE] Could not pass event PLAYER_INTERACT to mcMMO
    java.lang.IllegalArgumentException: Listener already listening
            at net.minecraft.server.Container.a(SourceFile:28)
            at net.minecraft.server.EntityPlayer.syncInventory(EntityPlayer.java:70)
            at org.bukkit.craftbukkit.entity.CraftPlayer.updateInventory(CraftPlayer.java:217)
            at com.gmail.nossr50.skills.Repair.repairCheck(Repair.java:170)
            at com.gmail.nossr50.mcPlayerListener.onPlayerInteract(mcPlayerListener.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:544)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:215)
            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)
    
     
  10. Offline

    jopika

    *Cries* Lol, Updated From 1.0.7 To 1.0.9 And Got This

    Code:
    2011-05-30 21:40:03 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:492)
        at net.minecraft.server.Entity.a(Entity.java:621)
        at net.minecraft.server.Entity.move(Entity.java:497)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:570)
        at net.minecraft.server.EntityLiving.u(EntityLiving.java:676)
        at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-30 21:40:09 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:492)
        at net.minecraft.server.Entity.a(Entity.java:621)
        at net.minecraft.server.Entity.move(Entity.java:497)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:570)
        at net.minecraft.server.EntityLiving.u(EntityLiving.java:676)
        at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  11. Offline

    Rick

    try bukkit 816, might help a little
     
  12. We no longer experience performance/memory issues on 1.0.0.9, running bukkit 803.

    Keep up the good work :)

    ===

    On server reload, it throws:

    Code:
    09:40:03 [SEVERE] java.lang.NullPointerException
    09:40:03 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    09:40:03 [SEVERE]       at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    09:40:03 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:150)
    09:40:03 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    09:40:03 [SEVERE]       at java.util.TimerThread.mainLoop(Timer.java:555)
    09:40:03 [SEVERE]       at java.util.TimerThread.run(Timer.java:505)
    Could that be fixed somehow?

    ===

    And another bug, when right-clicking with, for example, empty hands on an Anvil, it says "full durability". Basically spams all the time when you are building anything with iron blocks.
     
  13. Offline

    Volkanlp

    Theres a bug with mcMMO + Falsebook

    after i deleted the mcMMO.jar the minecart station in Falsebook worked correctly
     
  14. Offline

    Bekz

    http://forums.bukkit.org/threads/sec-mech-lockchest-v5-chest-lock-pick-803.16317/

    The plugin above allows people to 'lock' chests as well as 'lock pick' chests. I'd like to suggest adding a locking/lock-picking skill(s) to your plugin that is sort of like the above one (but mcmmo style :p)

    Perhaps it requires 10 iron to pick a lock or something? Maybe add a new node:

    mcmmo.item.lockpick

    Just a suggestion, Like the post if you all want this!
     
  15. Offline

    Nazerb

    Can i have a link to one please?
     
  16. Offline

    Pandarr

    I believe this is what Levelcraft does.
     
  17. Offline

    fyrus12345

    does this support permissions 3.0??
     
  18. Offline

    Nazerb

    Thanks.
     
  19. Offline

    d00ba

    Anyone tested with minecraft 1.6.6 / b817?
     
  20. Offline

    tritonx

    running it with 817 , everything seems fine .

    Come and test it if you want, address is in my signature.

    Excellent work. Prone to some exploit, but still not too bad, could you place some kind of timer on some skills. People use auto-click to level up and stuff like that...
     
  21. Offline

    Aaron_Merric

    Love your ideas for this plugin, however with the latest versions released my brother and I are unable to get the experience to properly increase for the combat skills. We are having a difficult time finding any help to remedy our problems. Is there a stronger setup guide for this plugin somewhere?
     
  22. Offline

    fyrus12345

    Does anyone else get if you have access to a skill it will be shown here. And no skills shown?? Even if the player has the mcmmo.skills.* permission.
     
  23. Offline

    silentdojo

    Minecraft 1.6.6, Bukkit 818, mcMMO 1.0.09; looks and feels like it's working perfectly fine. No errors in console while using all of it's features.
     
  24. Offline

    Chosen

    hi

    I have one question.
    how can off the skill of repair?
    is this possible ?
     
  25. Offline

    sipeari

    yea i keep getting that too :(
     
  26. Offline

    Lead2Life

    I think they also need the mcmmo.ability.* permissions
    Did anyone else got the error that you don't gain exp for swords, axes, acrobatics and archery?
     
  27. Offline

    MyCraft

    How to PVP Setting ?
    "Towny World PVP Setting = On" and "mcMMO PVP Setting = Off" ?
    can't Towny PVP switching.......
     
  28. Offline

    Lead2Life

    The mcMMO PVP Setting sets whether the abilitys of your skills damage players or not. There's a setting like "enablePVPexpreward" too
     
  29. Offline

    Serialkiller520

    Hi first of all sorry for my english caauz I'm french^^ I have serious probleme with logs generated by your plugin.

    WHAT I've done:
    I installed succesfully your plugin and configured the MySQL lines and change true into false on 2 lines:
    enablemyspawn
    enablehpregeneration
    I also installed the money2xp add-on but didn't touch it.

    When my server is running, my logs grows very quickly. Enough to prevent me for deleting thems.
    As example, at 3a.m I deleted some logs and let only a hundred of lines. à 1p.m i had billions lines and my logs were too fat to be open with notepad++.
    The same messages logs appear:
    Code:
    2011-06-01 18:27:46 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:492)
        at net.minecraft.server.Entity.a(Entity.java:621)
        at net.minecraft.server.Entity.move(Entity.java:497)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:570)
        at net.minecraft.server.EntityLiving.u(EntityLiving.java:676)
        at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:231)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.EntityCreeper.p_(EntityCreeper.java:57)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-06-01 18:27:57 [INFO] §9[PLAYER_COMMAND] Luc4z: /time day
    2011-06-01 18:27:57 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.Entity.N(Entity.java:261)
        at net.minecraft.server.EntityLiving.N(EntityLiving.java:116)
        at net.minecraft.server.Entity.p_(Entity.java:192)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:230)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-06-01 18:27:57 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.Entity.N(Entity.java:261)
        at net.minecraft.server.EntityLiving.N(EntityLiving.java:116)
        at net.minecraft.server.Entity.p_(Entity.java:192)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:230)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-06-01 18:27:57 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.World.getPVP()Z
        at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.java:52)
        at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:474)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.Entity.N(Entity.java:261)
        at net.minecraft.server.EntityLiving.N(EntityLiving.java:116)
        at net.minecraft.server.Entity.p_(Entity.java:192)
        at net.minecraft.server.EntityLiving.p_(EntityLiving.java:230)
        at net.minecraft.server.EntityMonster.p_(EntityMonster.java:34)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1007)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:52)
        at net.minecraft.server.World.playerJoinedWorld(World.java:989)
        at net.minecraft.server.World.cleanUp(World.java:966)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    put here some of thems.
    The fact is that with all those logs my server is laging (don't know if it's a correct word) and I have to delete my logs very often.

    Hoping you'll understand me and my problem.
    Have a nice day
     
  30. Offline

    nossr50

    Glad to hear 1.0.09 has fixed the memory and performance issues. I'll be putting out an update for 818 later, hopefully today or tomorrow.
     
    Kingjarrad likes this.
  31. Offline

    Toastito

    Will mcmmo not work until then? I'm trying to convince a friend to add this mod to the server, and I wanna know if that's possible before the update.
     
Thread Status:
Not open for further replies.

Share This Page