[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

    atlem

    did i miss out on somthing cant find the mcMMO.properties.
    i want to change pvp and gravle to clay ,,
     
  3. Offline

    lazy_architect

    Same here the file was created after the first save/stop of the server. If I remember right was a long night fixing plugings and upgrading.
     
  4. Offline

    GregRUS

    Same here... also with Towny plugin PVP off!
     
  5. Offline

    nossr50

    the properties file is in /plugins/mcMMO and it is first generated when mcMMO is run for the first time
     
  6. Offline

    Grefuntor

    I second this. The ability to heal other players would be such an excellent addition!

    I love the mod, thanks Nossr :)
     
  7. Offline

    woodzy

    Im a 2 week or so old server, i have 4 regulars and noone is on at night with me =(
    BUT hay i can get shit done XD, we have a suppert ticket system for when im not here, i do like the plugin =) does the admin need to put the skill gain permisson in his grope? (im not skilling)
     
  8. Offline

    iFooZy

    Got an idea!
    In herbalism it would be nice if in the higher levels you could plant a plant and it will grow :)
     
  9. Offline

    Janb

    Third this!
     
  10. Offline

    Manji

    hey nossr50, you might want to adapt the link after "Tested against the latest Recommended CB Build!", since your topic title says "[531+]" :)

    btw, did you notice my thoughts about herbalism i mentioned in post #996?
     
  11. Offline

    TheBob

    Gold items cannot be repaired unless you hit a super repair. (Was power training by means of using 2 stacks of useless gold.) Also, maybe a skill that increases drops from animals (double drop and maybe % chance to instant kill?) Besides that great add on.
     
  12. Offline

    diegokilla

    @ nossr:
    i know that you are GREAT at keeping this plugin very configurable, so quick question regarding the upcoming ABILITIES:
    do you plan to give these abilities permission nodes? like you have done with the serperate skill, i was think i might give abilities to Donors...
     
  13. Offline

    nossr50

    @diegokilla Every ability will have its own permission node
     
  14. Offline

    Tekken

    Thanks nossr50, it works great on my server.

    But I think i found a small bug. The player's stats works fine and saves properly, however if I use a different computer and login the same account, it reset. Any fix for this? I have to save hard copy of the players' stats just in case they use a different com. or ip.
     
  15. Offline

    diegokilla

    Great to hear! Keep up the good work man, everyone is loving this plugin, honestly i think this has become the #1 leveling type plugin :D
     
  16. Offline

    Techcuron

    Code:
    18:59:03 [SEVERE] Could not pass event ENTITY_DAMAGED to mcMMO
    java.lang.NullPointerException
            at com.gmail.nossr50.mcParty.inSameParty(mcParty.java:19)
            at com.gmail.nossr50.mcCombat.playerVersusPlayerChecks(mcCombat.java:98)
    
            at com.gmail.nossr50.mcEntityListener.onEntityDamage(mcEntityListener.ja
    va:101)
            at org.bukkit.plugin.java.JavaPluginLoader$38.execute(JavaPluginLoader.j
    ava:356)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:368)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:145)
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:451)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:748)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            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)
    18:59:11 [INFO] Disconnecting /99.97.7.140:37541: Took too long to log in
     
  17. Offline

    gazius

    I got this when I was placing blocks near water, with only dirt and sand below. I also have the gastronicwater plugin installed, though if this has any relevance I'm not sure.

    Code:
    16:06:20 [SEVERE] Could not pass event BLOCK_FLOW to mcMMO
    java.lang.NullPointerException
            at java.util.LinkedList.remove(Unknown Source)
            at java.util.LinkedList.removeLast(Unknown Source)
            at org.bukkit.craftbukkit.util.SoftMap.fastGet(SoftMap.java:110)
            at org.bukkit.craftbukkit.util.SoftMap.get(SoftMap.java:98)
            at org.bukkit.craftbukkit.CraftChunk.getBlock(CraftChunk.java:57)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:56)
            at com.gmail.nossr50.mcBlockListener.onBlockFlow(mcBlockListener.java:16
    1)
            at org.bukkit.plugin.java.JavaPluginLoader$24.execute(JavaPluginLoader.j
    ava:279)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:135)
            at net.minecraft.server.World.a(World.java:1534)
            at net.minecraft.server.World.g(World.java:1433)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:348)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    16:06:23 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
            at java.util.LinkedList.remove(Unknown Source)
            at java.util.LinkedList.removeLast(Unknown Source)
            at org.bukkit.craftbukkit.util.SoftMap.fastGet(SoftMap.java:110)
            at org.bukkit.craftbukkit.util.SoftMap.get(SoftMap.java:98)
            at org.bukkit.craftbukkit.CraftChunk.getBlock(CraftChunk.java:57)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:56)
            at org.bukkit.craftbukkit.block.CraftBlock.getRelative(CraftBlock.java:1
    86)
            at org.bukkit.craftbukkit.block.CraftBlock.getFace(CraftBlock.java:174)
            at org.bukkit.craftbukkit.block.CraftBlock.getFace(CraftBlock.java:155)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:70)
            at net.minecraft.server.ItemStack.a(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:160
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:495)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            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)
     
  18. Offline

    Dasweb

    Anyway to change the MOTD?
     
  19. Offline

    Swoosh Bear

    Hello.

    I'm having some trouble with my mcMMO. Nothing major but a little annoying. My mcMMO worked fine until I upgraded from 0.8.14 to 0.8.21 and my users' stats haven't been acting right.

    For example, I punched a torch off the wall and got Herbalism XP. I'm not sure if it has to do with my user database, but it doesn't seem right. It looks as if everyone's data is duplicated or something. I'm not sure if this has to do with me getting the Herbalism XP. Here is my user database:

    Edit: Sorry. I forgot to post my CB build. It's 440. I know, a little outdated but I'm doing an update for it tomorrow.

    Code:
    #Storage place for user information
    Hologuardian:56::null:201:44:162:15:59::40:12:5::4:250:73:141:159:46:55::52::
    woodsrider125:13::null:11:1:75::::21::::1:::3:64::12::7::
    Radioactivex7:91::null:263:30:34::34:5:153::3::19:20:53:90:189:61:142:88:16::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    Swoosh_Bear:100::null:150:6:28:500:169:27:48:30:4::63:660:249:41:24:284:94:40:161::
    YankeesR1:56::null:46::0::::73:2:::1:::20:98:22:::34::
    Swoosh_Bear:100::null:150:6:28:500:169:27:48:30:4::63:660:249:41:24:284:94:40:161::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    Swoosh_Bear:100::null:150:6:28:500:169:27:48:30:4::63:660:249:41:24:284:94:40:161::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    YankeesR1:56::null:46::0::::73:2:::1:::20:98:22:::34::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    YankeesR1:56::null:46::0::::73:2:::1:::20:98:22:::34::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    weavernate:23::null:46::77::11::6::2::1::25:70:106::65::51::
    Swoosh_Bear:100::null:150:6:28:500:169:27:48:30:4::63:660:249:41:24:284:94:40:161::
    Pennstate:129::null:253::0:501:20:2:32::4::10:298:35:75:68::86::17::
    Hologuardian:56::null:201:44:162:15:59::40:12:5::4:250:73:141:159:46:55::52::
    eagsfan:0::null:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:world
    Radioactivex7:91::null:263:30:34::34:5:153::3::19:20:53:90:189:61:142:88:16::
    Radioactivex7:91::null:263:30:34::34:5:153::3::19:20:53:90:189:61:142:88:16::
    AseasickCOW:21::null:177:0:56:0:3:0:5:0:0:0:1:0:68:0:203:0:69:0:32:world:
    Hologuardian:56::null:201:44:162:15:59::40:12:5::4:250:73:141:159:46:55::52::
    Swoosh_Bear:100::null:150:6:28:500:169:27:48:30:4::63:660:249:41:24:284:94:40:161::
    Radioactivex7:91::null:263:30:34::34:5:153::3::19:20:53:90:189:61:142:88:16::
    Radioactivex7:91::null:263:30:34::34:5:153::3::19:20:53:90:189:61:142:88:16::
    tinf0ilhat:1::null:169::0::1::5::::::60:27:104::35::96::
    
     
  20. Offline

    nossr50

    @swoosh Bear That can happen if you adjust XP rates and theres leftover XP, say you need 500 xp to level and you have 350, say you turn down the xp multiplier and all you need now is 250 so the next time you break anything xp checks will proceed and level up any skills with leftover xp
     
  21. Offline

    ScottSpittle

    I still remain to get this

     
  22. Offline

    Dasweb

    Why does it feel that the question of changing the MOTD is being avoided..
     
  23. Offline

    diegokilla

    i dont think u can, on or off, thats it, however if u could find it within the coding, prolly wouldn't be hard to change :p
     
  24. Offline

    Stephen92

    I'm getting the same error. Hopefully this gets fixed seeing as how this is one of my favoirte/ my server's favorite plugin.
     
  25. Offline

    HexedGoth

    i cant get repair skill to work everything else works but repair
     
  26. Offline

    Stephen92

    yes this plugin needs to be updated.
     
  27. Offline

    Codex Arcanum

    Chiming in for "Yes, the repair skill is broken."
     
  28. Offline

    Monkah

    /MMOedit Monkah_Boy Unarmed 2

    Whats wrong with that?
     
  29. Offline

    diegokilla

    should be:

    /mmoedit unarmed Monkah_Boy 2
     
  30. Offline

    Monkah

    Still does not work.
     
  31. Offline

    diegokilla

    did u give the permissions? also wat CB and MCMMO builds?
     
Thread Status:
Not open for further replies.

Share This Page