[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

    nossr50

    I'm really sorry I can't work on it any faster. My PC can't even stay on for 5 minutes without the CPU turning the machine off for safety. [​IMG]
     
  3. Offline

    Creepster

    Nossr I really like the concept . The idea , Everything about it and its made quite simple .
    But theres been 2 people reporting block damage error and heres the third :p

    BUTTTT The WIP upload fixed it for now i see.
     
  4. Offline

    Grefuntor

    Does this fix the failed to pass to McMMO errors i was getting?
     
  5. Offline

    Creepster

    I guess so , you can test it out . Atlast worked for me at the moment.
     
  6. Offline

    MIKUiqnw0

    CB Build?
     
  7. Offline

    Creepster

    If i understand this right , Then its 458

    2011-03-02 21:17:54 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
     
  8. Offline

    nossr50

    Alright guys, for now use the latest WIP build thats been linked to above. Sroxah has confirmed to me that some of the feaures I disabled in that build contain the memory leak. I'll be working on finding and fixing the memory leak as soon as my heatsink arrives!

    I'm changing the download in the OP to point to the WIP as a temporary solution for server owners.
     
  9. Offline

    MIKUiqnw0

    I'll just leave this here. This is on build #490.
    Log (open)
    Code:
    07:26:26 [SEVERE] Could not pass event BLOCK_DAMAGED to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcBlockListener.onBlockDamage(mcBlockListener.java:77)
            at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:367)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Code:
    07:28:11 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcPlayerListener.onPlayerCommandPreprocess(mcPlayerListener.java:141)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:145)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:611)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  10. Offline

    nossr50

    @MIKUiqnw0 I'll look into it once my PC is fixed, posting from a friends computer atm! Thanks for the bug report.
     
  11. Offline

    endofzero

    Could you also add an explanation to your mcmmo.users file much like the rest of the information? I would like to parse the file to allow for user's to see their levels via php interface.
     
  12. Offline

    nossr50

    @endofzero

    First is the name, after that is
    Code:
    //Get Mining
             if(character.length > 1)
             mining = character[1];
             //Myspawn
             if(character.length > 2)
             myspawn = character[2];
             //Party
             if(character.length > 3)
             party = character[3];
             //Mining Gather
             if(character.length > 4)
             gather = character[4];
             if(character.length > 5)
             woodcutting = character[5];
             if(character.length > 6)
             wgather = character[6];
             if(character.length > 7)
             repair = character[7];
             if(character.length > 8)
             unarmed = character[8];
             if(character.length > 9)
             herbalism = character[9];
             if(character.length > 10)
             excavation = character[10];
             if(character.length > 11)
             archery = character[11];
             if(character.length > 12)
             swords = character[12];
             if(character.length > 13)
             axes = character[13];
             if(character.length > 14)
             acrobatics = character[14];
             if(character.length > 15)
             repairgather = character[15];
             if(character.length > 16)
             unarmedgather = character[16];
             if(character.length > 17)
             herbalismgather = character[17];
             if(character.length > 18)
             excavationgather = character[18];
             if(character.length > 19)
             archerygather = character[19];
             if(character.length > 20)
             swordsgather = character[20];
             if(character.length > 21)
             axesgather = character[21];
             if(character.length > 22)
             acrobaticsgather = character[22];
             if(character.length > 23)
             myspawnworld = character[23];
    And this goes in order, the 'gather' stuff is the xp. Oh, wgather is woodcuting xp, and regular 'gather' is for mining xp. Everything is seperated by :
     
  13. Offline

    Meteo

    Just asking for editing with /mmoedit
    , HOW DO U USE IT? lmao.... heres a i.e of wut i did and nothing happened.

    /mmoedit meteo Mining 10
    Nothing hapens or appears. Any suggjustions? :[
     
  14. Offline

    SweetCraft Girl

    MMOEDIT is CASE sensitive.

    If you get returns for /mcc or /stats, then you should without issue have a return for /mmoedit
     
  15. Offline

    Meteo

    wut should i put on the end part? the number or what? and do i do Mining Skill, MiningSkill, Mining, or wut?!?!? D:
     
  16. Offline

    Charles Harvey

    That's great to hear nossr.
     
  17. Offline

    diegokilla

    Any update on the MCMMO tutorial vids? i know you are having hardware issues but i'll gladly offer my help again with making a vid if you would like to give me a bit of guidance as to how you would like it done.
     
  18. Offline

    jacktiggs

    Yeah, everytime I break a block I get this as well:
    Code:
    20:17:16 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to mcMMO
    java.lang.NullPointerException
        at com.gmail.nossr50.mcPlayerListener.onPlayerCommandPreprocess(mcPlayerListener.java:141)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:145)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:611)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  19. Offline

    g1real

    I noticed a somewhat skewed difference between the skillgains, my mining is at, like, 74, while my excavation and swords is around 20, this is after a week of occasionally playing the minecraft. Now I could modify the experience gain on the last two, but that feels like cheating too much.

    I've also noticed I haven't gained a single stat in axes or acrobatics yet, even though I fell a good 50 times already and used axes in emergencies.

    Also, have you ever thought of adding basic stats like strength, agility, intelligence, vitality, dexterity, and potentially luck? (I loved ragnarok online's stat system so much) in conjunction with level ups. Perhaps similar to oblivions' sleep system, so you have to use your bed for 5 seconds (regardless of wether you actually pass the night or not) and then able to spend some points on those stats?
     
  20. Offline

    Meteo

    No one answered my question yet >.<.. please help :[
     
  21. Offline

    diegokilla

    should read exactly as follows:

    /mmoedit meteo mining 1000

    replace 1000 with watever number, mining is lowercase, make sure you have permissions set
     
  22. Code:
    2011-03-03 17:09:50 [SEVERE] Exception in thread "Thread-566"
    2011-03-03 17:09:50 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-03 17:09:50 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-03-03 17:09:50 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
    2011-03-03 17:15:22 [SEVERE] java.net.SocketException: Connection reset
    
    2011-03-03 17:08:50 [SEVERE] Could not pass event CREATURE_SPAWN to mcMMO
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-03 17:09:14 [SEVERE] Exception in thread "Timer-0"
    2011-03-03 17:09:14 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-03 17:09:27 [SEVERE] Exception in thread "Thread-565"
    2011-03-03 17:09:27 [SEVERE] java.lang.OutOfMemoryError: GC overhe
    
    Seems to be crashing my server constantly.
     
  23. Offline

    mutiny

    CASE SENSITIVE
     
  24. Offline

    Moe041991

    any feedback to this plugin if the kind how much fun it is?
     
  25. Offline

    endofzero

    /mmoedit Meteo mining 100

    *mining skill set

    If you are not sure just type /skill <skill name> if you dont get a description, that isn't right.
     
  26. Offline

    Fluffballofdoom

    I don't know if you're aware currently, but mining sandstone does not seem to count towards mining skill. Very important to us since we have a desert themed town.
     
  27. Offline

    endofzero

    Why would sandstone count as anything but excavation? Sure that ends up sucking for your town, but just have them dig deeper to get their mining up.
     
  28. Offline

    Fluffballofdoom

    Because, you know, it's sandstone and you mine it with a pickaxe.
     
  29. Offline

    Stephen92

    can I please have 8.9 because the newest one does not work for some reason ill type /stats yes it will show my total stat points but wont show any other stats nor any commands work.
     
  30. Offline

    kingsmexy

    I am getting this error when people die and they will respawn at a different spot other then the main spawn and i have myspawn off (like noone can use it) Please respond if you know of a way to fix this

    [SEVERE] Could not pass event PLAYER_RESPAWN to mcMMO
    java.lang.NullPointerException
    at com.gmail.nossr50.mcPlayerListener.onPlayerRespawn(mcPlayerListener.java:31)
    at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:140)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:182)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:754)
    at net.minecraft.server.Packet9Respawn.a(SourceFile:10)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  31. Offline

    gazius

    Would it be possible to add the ability to repair all tools and armor instead of just iron and diamond? It's really annoying to have to get it up to 50 to repair the tools I use all the time when I can only repair iron.
     
Thread Status:
Not open for further replies.

Share This Page