[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

    lipe123

    To disable commands for everyone like that annoying /sethome when sleeping just add -mcmmo.commands.motd or w.e to your permissions and it will disable that command.

    The default abilities there is no workaround unless he makes the last state saved in the users config maybe so it stays off until enabled.
     
  3. graveltoclay doesn't seem to be working :(. No errors in logs.

    EDIT: Fail me - didn't read the OP.

    So uhh... Can you make it into a seperate plugin xD?
     
  4. Offline

    Darcion

    it is in a seperated plugin read the top carefully
     
  5. Yeah - my bad. I should really read before clicking the post button :(.
     
  6. Offline

    embty

    Poeple keep getting their stats and skills deleted randomly checked the log and there is alot of this error:
    Code:
    2011-06-08 08:54:46 [SEVERE] Exception while writing to plugins/mcMMO/mcmmo.users (Are you sure you formatted it correctly?)
    java.lang.NullPointerException
        at com.gmail.nossr50.datatypes.PlayerProfile.addPlayer(PlayerProfile.java:361)
        at com.gmail.nossr50.datatypes.PlayerProfile.<init>(PlayerProfile.java:50)
        at com.gmail.nossr50.Users.addUser(Users.java:66)
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:74)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
        at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:19)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:55)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:50)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:451)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:334)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        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:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    I even reset the whole mcmmo skills for all players thinking users file was corrupted but that didnt seem to help.
    Code:
    2011-06-08 08:56:36 [SEVERE] Exception while writing to plugins/mcMMO/mcmmo.users (Are you sure you formatted it correctly?)
    java.lang.NullPointerException
        at com.gmail.nossr50.datatypes.PlayerProfile.addPlayer(PlayerProfile.java:361)
        at com.gmail.nossr50.datatypes.PlayerProfile.<init>(PlayerProfile.java:50)
        at com.gmail.nossr50.Users.addUser(Users.java:66)
        at com.gmail.nossr50.mcPlayerListener.onPlayerLogin(mcPlayerListener.java:84)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:313)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:183)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:82)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  7. Offline

    Darcion

    i hope the new 1.0.12 is a improvement in MySQL and memory issues, my server has crashed last night with 1.0.10

    without your plugin the server runs fine.
     
  8. Offline

    Manji

    that's what i get whenever i join server (!mcPlayersomthing.MOTD!) or call /stats (at least i can see the values)

    using 1.0.12 on b818.
    no errors in the console window.

    [edit]
    oh, might be helpful: i used 1.0.09 before, and updated to .12 like i always did: deleting the properties file (and editing it again to my needs) and overwriting the old mcMMO.jar with the new one.
     
  9. Offline

    dakzerox

    00:50:17 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to mcMMO
    java.lang.NullPointerException
    at com.gmail.nossr50.mcPlayerListener.onPlayerCommandPreprocess(mcPlayerListener.java:551)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:271)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    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:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  10. Offline

    Nazerb

    This error is occuring. Thanks for any help

    Edit: Fixed typed wrong in permissions.
     
  11. Offline

    nossr50

    Version 1.0.13
    • Fixed bug/NPE where stats would not load and therefore 'reset' for players
    • Fixed NPE involving /ptp
    • Added "enableMOTD" setting to properties file
    • Updated Finnish localization
    This should stop the bugs reported recently about stats resetting.
     
  12. Offline

    Anders L.

    Hi :)
    I need a little help. I have installed the mcmmo on my server from http://www.fragnet.net/clients/aff.php?aff=085
    But every time I logout of the game I loose all my levels in my skills. I hope someone can help me. :)
    Thanks for your time.

    Best regards
    Anders L.
     
  13. Offline

    nossr50

    @Anders L. Are you running the latest version that was released about 5 minutes before your post?
     
  14. Offline

    Anders L.

    I will look into that :) thanks
    Anders L.
     
  15. Offline

    Armaxxx

    CAN ANYBODY PLEASE HELP, i cant kill my own wolves, nothing on the console, i tried only putting the mcmmo plugin but i still cant hurt it
     
  16. Offline

    Jeyge

    Why would you want to tame a wolf then kill it?
     
  17. Offline

    berkay kartal

    java.lang.NumberFormatException: For input string: "PvP
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:449)
    at java.lang.Integer.valueOf(Integer.java:554)
    at com.gmail.nossr50.datatypes.PlayerProfile.load(PlayerProfile.java:211)
    at com.gmail.nossr50.datatypes.PlayerProfile.<init>(PlayerProfile.java:57)
    at com.gmail.nossr50.Users.addUser(Users.java:66)
    at com.gmail.nossr50.mcPlayerListener.onPlayerLogin(mcPlayerListener.java:83)
    at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:313)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:183)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:82)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422

    can you plz help .. because of this i cant join the server :D thanks for your time

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

    sagethor

    This being my first post on the forums, I just want to say, you've done an excellent job on the plugin. The configurations a bit messy, yes, but altogether, very well done!

    The issue I am having is that NONE of my players on my server seem able to use skills involving combat or even damage. This includes Archery, Swordsmanship, Axes, Unarmed, and even Acrobatics.

    I used the 'mcmmo.skills.*' tag in my Permissions settings for the default group of players. Still, players have reported not being able to gain experience in any of these.

    If you need any more information, let me know. Preferably in some sort of PM.

    Thanks!
    - sagethor
     
  19. Offline

    nossr50

    @sagethor it seems like its a very persistent bug, maybe even bukkit related since it came with 1.6, what version of mcmmo are you running?
     
  20. Offline

    sagethor

    @nossr50 I installed McMMO around three days ago, which was Monday for me (EST). Did you happen to upload a new version for it in that time period?
     
  21. Offline

    Armaxxx

    so i could level up, dont ask the why, if i would like to do it, i should be able to do it!
     
  22. Offline

    Jeyge

    If you are trying to level your taming, you take your wolf out and kill things with it not kill your wolf and if I want to ask why, I should be able to do it.
     
  23. Offline

    nossr50

    In fact I did, update and you should be good.
     
  24. Offline

    sagethor

    @nossr50 Thanks! Appreciate the help and quick support.

    Diamonds for you if I ever have any!:p
     
  25. Offline

    rtcabooservb

    I was wondering if it was possible to change the command to view your stats. I tried changing it in the settings file but it apparently likes to auto correct itself.
     
  26. Offline

    Anders L.

    Works fine for me now. Thanks :)

    Anders L.
     
  27. Offline

    thevirtualgamer

    for some reason i can't seem to use the /stats command, or even use or gain xp in any skill. its like half of the plugin is missing or something, yet i redownload it again and again, and it still doesnt work, i had it working when mc was ver 1.5, i dont understand what im doing wrong.
     
  28. Offline

    Armaxxx

    LOL TOUCHEE
    hehe, yeah, but still, sometimes i have so many wolves that are just, there, and i want to kill them, it takes a long time to kill them by killng other monster, if i throw them to lava its hard and i dont gain any xp, soo thats it
     
  29. Offline

    dakzerox

    Code:
    09:05:58 [SEVERE] Error occurred while enabling mcMMO v1.0.13 (Is it up to date?): null
    java.lang.NullPointerException
            at com.gmail.nossr50.Database.Write(Database.java:135)
            at com.gmail.nossr50.Database.createStructure(Database.java:45)
            at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:71)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Linux server = =
     
  30. Offline

    mavbear

    I'm having a problem where the first inventory slot is the one mcmmo thinks is in your hand all the time.. so if it's empty and you right click with a pickaxe that's in a different slot, it will say "YOU READY YOUR HANDS"..

    Very weird stuff. :( Latest version of mcMMO, and CB820
     
  31. Offline

    lipe123

    quick question, the text output is still weird, like the /party command gives:
    !mcpartylistener.YouAreInParty!
    !mcpartylistener.PartyMembers!(Lipe123)

    I know you said something about the localization and stuff and stuff but i thought this was fixed in .13?
     
Thread Status:
Not open for further replies.

Share This Page