[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

    Desolater_IV

    can you quickly fix the ./party permissions?
     
  3. Offline

    1cec0ld

    Party and /myspawn too, if it's not too much trouble.
     
  4. Offline

    crjalbert

    so idk if this is possible, but is there a way for you to choose only one class forever?
    like when you start, you choose which path you want to go.
     
  5. Offline

    Robert Pendell

    I've noticed with 1.1.16 that the party hud doesn't seem to be working. The party commands themselves are though.
     
  6. Offline

    eclpsN

    He said in the latest changelog that the party HUD is removed.

     
  7. Offline

    MinecraftHead

    AND /a or /admin
     
  8. Offline

    nalesnik

    If you don't have acces to this skills... this message shows even im a op/* in permissions i updated to 1185 but still not working any idea?:(
     
  9. Offline

    Robert Pendell

    Yep. I missed that. Thanks for pointing that out. I had only looked at the changelog for the current release and forgot to check prior releases. It threw me off because the options were still in the default config.

    I think that's just a general message to indicate that any skills not available won't be listed. It doesn't check to see if you already have all skills.

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

    nalesnik

    it's show's everytime for everyone it doesn't gain exp anymore etc
     
  11. The features are for the first useless to creative people or annoying because of drops.
    And it gets pretty complicated if you don't want to have 2 80 line permission groups.
     
  12. Offline

    happypumkin

    Rpg plugins aren't meants for creative -_-

    And you don't need two 80 line permission ranks, just set the non-creative one to have inheritance to the creative one and add just the rpg nodes to it.
     
  13. I have like 80 lines of permissions that are standard permissions and then I have 3 other groups. 1 for the people in the clan (I have a clan server) these have lil more permissions and the one for creatives and the one for guests or normal players that are not in the clan.
     
  14. Offline

    Desolater_IV

    please fix permissions for ./party. None of them work, not even mcmmo.chat.* , everything else works fine!
     
  15. Offline

    happypumkin

    Just don't give ur creative rank the nodes fr the plugin
     
  16. Offline

    erdrickk

    Getting this error with Mcmmo 1.1.16 and bukkit 1185

    Code:
    2011-09-30 19:58:56 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NullPointerException
        at com.gmail.nossr50.datatypes.PlayerProfile.<init>(PlayerProfile.java:91)
        at com.gmail.nossr50.Users.getProfile(Users.java:100)
        at com.gmail.nossr50.party.Party.inSameParty(Party.java:84)
        at com.gmail.nossr50.skills.Swords.applySerratedStrikes(Swords.java:134)
        at com.gmail.nossr50.Combat.combatChecks(Combat.java:92)
        at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:146)
        at org.bukkit.plugin.java.JavaPluginLoader$61.execute(JavaPluginLoader.java:670)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.EntityHuman.d(EntityHuman.java:710)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:915)
        at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  17. Offline

    arnie231

    I too am getting this Same dev build etc
    Code:
    [SIZE=3][FONT=Lucida Console][COLOR=rgb(255, 255, 255)]2011-10-01 20:55:30 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player
    at com.gmail.nossr50.skills.Taming.getOwnerName(Taming.java:61)
    at com.gmail.nossr50.Combat.combatChecks(Combat.java:160)
    at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:146)
    at org.bukkit.plugin.java.JavaPluginLoader$62.execute(JavaPluginLoader.java:677)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:710)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:915)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-01 20:55:30 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player
    at com.gmail.nossr50.skills.Taming.getOwnerName(Taming.java:61)
    at com.gmail.nossr50.Combat.combatChecks(Combat.java:160)
    at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:146)
    at org.bukkit.plugin.java.JavaPluginLoader$62.execute(JavaPluginLoader.java:677)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:710)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:915)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-01 20:55:31 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player
    at com.gmail.nossr50.skills.Taming.getOwnerName(Taming.java:61)
    at com.gmail.nossr50.Combat.combatChecks(Combat.java:160)
    at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:146)
    at org.bukkit.plugin.java.JavaPluginLoader$62.execute(JavaPluginLoader.java:677)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:710)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:915)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)[/COLOR][/FONT][/SIZE]
    [SIZE=3][FONT=Lucida Console][COLOR=rgb(255, 255, 255)][code][/COLOR][/FONT][/SIZE]
     
  18. Offline

    CadenMC

    Hi,

    How can I customize the drops and what levels they drop at?
     
  19. Offline

    Emiya Shirou

    Not everyone using permissions you know ;)
     
  20. Offline

    happypumkin

    i know.... but he said he does
     
  21. Offline

    sintri

    Just a note, hopefully you aren't thinking of doing away with the repair system, cause the 1.9 one seems really bad.
     
  22. Offline

    turtlelord

    What would i have to do to make it so my players can use the iron block to repair, but i don't like the fire arrow daze arrow all that kind of stuff, how would i go about configuring it so the only thing that was present, was the repair block (and possibly the repair skill)? or is this the wrong plugin if i just want that? o.o
     
  23. Offline

    nossr50

    I'm not, and I do agree that the current repair system in 1.9 PR #2 is terrible.
     
    gameswereus and sintri like this.
  24. Offline

    MikeThePickle

    Hey @nossr50

    We're running a dedicated server with decent specs...4GB ram. Anyway, we've had trouble with McMMO lagging the server, specifically when someone levels or joins/leaves the server. We're thinking maybe it has to do with McMMO and mysql.

    Anyway, is there anything I could tell our server host, Jestservers, to help them fix the issue? Thanks!

    EDIT: We haven't had problems in the past with lag so we're running one world with minimum plugins. I've tried some troubleshooting eliminating each plugin one-by-one and have concluded its something to do with McMMO.
     
  25. Offline

    Magge

    When I activate my ability it shows the cool down 2 times in the chat, but when it is off cool down and I activates it it will only tell me once.
    How can i change this?
     
  26. Offline

    gameswereus

    What about the losing your skills on death? Could you make that configurable?
     
  27. Offline

    dxwarlock

    I have a question, trying to figure out a perm bug I had, I turned on pex debug.

    I noticed that MMO is spamming the console for players checking all the
    mcmmo.skills.herbalism, mcmmo.skills.excavation, etc (or might have been mcmmo.ability.herbalism and such..)

    even when it was just 2 players, and both players standing still, AFK.

    is this normal?
     
  28. Offline

    pegasus

    01:29:32 [SEVERE] Nag author: '<NoAuthorGiven>' of 'mcMMO' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    01:29:32 [SEVERE] Nag author: '<NoAuthorGiven>' of 'mcMMO' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin

    01:29:38 [INFO] mcMMO version 1.1.16 is enabled!

    Consider yourself nagged.
     
  29. Offline

    Netu

    I am having this exact same problem. I have no idea what is causing it, at all. :(
     
  30. Offline

    Mattspit

    For some reason, I'm having problems getting mcMMO to update the MySQL database properly. When I first start the server with it enabled, everything seems to work fine. As soon as I try to use /mmoupdate, My server just seems to freeze, No errors or anything. I'm sure I have the correct permission nodes. I've thought about adding the tables manually, but that would take way too much of my time, and I just don't know enough about it. If anyone has any idea on a fix for this, I would greatly appreciate it.
     
  31. Offline

    uglypeople

    Hi!, is there any way to disable the party thing? it crashes with another plugin, btw GREAT work with the exp bar!
     
Thread Status:
Not open for further replies.

Share This Page