[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. oh crap that sucks. The non dev version always either can't connect to Minecraft or crashes on joining my server >.<
     
  3. Offline

    nossr50

    Did you try what my FAQ suggested already?
     
  4. The FAQ doesn't have the answer here, it seems that if you change the default mcMMO menu key it will only open once, try it yourself :p
     
  5. Offline

    nossr50

    Yeah F4 might not be a good idea then, but I was replying to this.
    >I'm having the same issue, no HUD at any HUD type setting.
    That should be correctable by reinstalling Spoutcraft.
     
  6. Hmm, it seems both issues (hud and menu not re-appearing) were due to zan's minimap :/ damn misleading placeholders.
    So just nvm :p

    Still, I'd like to suggest a reload config command :}
     
  7. Offline

    Erothyx

    Okay, im not freezing anymore, but im not getting the EXP bars n stuff.
     
  8. Offline

    Brocodo

    In my own server i changes NOTHING on the mcmmo config and still i get a long cooldown time. ALSO when i try to teleport people to ME i get a error in my language: Error: Time left for next teleport: (like 18 ours or something!)
     
  9. Offline

    Rossy

    Oh, apparently I was still running .5.... Maybe you should update the 'download' link immediately after updating the plugin? ^.^
     
  10. Offline

    nossr50

    I update it before I even post the changelog
     
  11. Offline

    Silentnight18

    Alright I wasnt going to report this issue but now it is interfering with players gameplay, use of abilities etc. All of the "/" commands and abilites have additional player.sendMessage() tied to them (I included a few at the bottom). This all started happening after an update to the 1.1+ version of McMMO. I am not entirely sure what caused it, could have been something I did on upgrade? Any ideas of what is causing this and how to go about fixing?

    !Skills.ReadyPickAxe! - when players try to use Superbreaker

    !mcPlayerListener.(SkillName)Skill! - this is placed before every stat in the /stats command.

    List goes on.
     
  12. Offline

    nossr50

    Restart your server

    Don't reload, do a real restart.

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

    Hydrosis

    I'm getting this error:
    2011-08-21 13:13:26 [SEVERE] Could not pass event PLAYER_JOIN to mcMMO
    java.lang.NullPointerException
    at com.gmail.nossr50.Database.GetInt(Database.java:173)
    at com.gmail.nossr50.datatypes.PlayerProfile.loadMySQL(PlayerProfile.java:101)
    at com.gmail.nossr50.datatypes.PlayerProfile.<init>(PlayerProfile.java:80)
    at com.gmail.nossr50.Users.getProfile(Users.java:103)
    at com.gmail.nossr50.listeners.mcPlayerListener.onPlayerJoin(mcPlayerListener.java:128)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    at net.minecraft.server.Packet1Login.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  14. Offline

    Ratchet

    Code:
    2011-08-21 11:36:35 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoClassDefFoundError: com/gmail/nossr50/skills/Archery
        at com.gmail.nossr50.Combat.archeryCheck(Combat.java:314)
        at com.gmail.nossr50.Combat.combatChecks(Combat.java:223)
        at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:133)
        at org.bukkit.plugin.java.JavaPluginLoader$59.execute(JavaPluginLoader.java:656)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.EntityArrow.m_(EntityArrow.java:183)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
        at net.minecraft.server.World.cleanUp(World.java:1110)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-21 11:36:37 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoClassDefFoundError: com/gmail/nossr50/skills/Archery
        at com.gmail.nossr50.Combat.archeryCheck(Combat.java:314)
        at com.gmail.nossr50.Combat.combatChecks(Combat.java:223)
        at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:133)
        at org.bukkit.plugin.java.JavaPluginLoader$59.execute(JavaPluginLoader.java:656)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.EntityArrow.m_(EntityArrow.java:183)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
        at net.minecraft.server.World.cleanUp(World.java:1110)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    nossr50

    Download mcMMO again, seems like you may have gotten a bad file
     
  16. Hmm, can't you use user's texture pack item icons as the icons in the HUD ? Like pickaxe, shovel, flower, etc ? It would save memory and requests for client, at least use it only for retro :}
     
  17. Offline

    nossr50

    I tried and they ended up being unable to be re-sized, so I then proceeded to have Brandon make some retro icons.
     
  18. Offline

    Maxorq

    Could someone please give me detailed instructions on how to disable mcMMO on particular world using Multiverse 2?
    @RustyDagger how you got this to work?
     
  19. Offline

    MinecraftHead

    Problem and possible solution...

    I had some users complaining that they had lost stats, scores had moved around.

    After looking at the mcmmo.users file i saw that everyone that had complained was in a group called ": )" without the quotes and spaces.

    Is it possible that this is causing a misreading of the data files and subsequent data corruption?

    I have warned my users to not use any symbols in their party names, but maybe there should be a alphanumeric check when making a party...

    Hope this helps (someone!)

    MH
     
  20. Offline

    EMOberger

    Bug:
    When i was killing with s sword when the mob dies i can quickly swing my sword a lot and i still get exp for short time after it has died.
     
  21. Offline

    nossr50

    This is indeed a big bug, thanks for mentioning this.
     
  22. Offline

    Skyline969

    I just installed this on a new server (not using Permissions plugin) and when I try to use mmoedit (I am an op and the command is enabled), I get the message "Insufficient mcPermissions". If I try to use this command via the server console, I get an exception:
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'mmoedit' in plugin mcMMO v1.1.11
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:66)
        at com.gmail.nossr50.mcPermissions.mmoedit(mcPermissions.java:87)
        at com.gmail.nossr50.command.Commands.processCommands(Commands.java:907)
        at com.gmail.nossr50.mcMMO.onCommand(mcMMO.java:227)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 6 more
    I'm using the syntax:
    Code:
    mmoedit <name> <skill> 1020
    As you guessed, I'm trying to max out the level. However, it's not working. I'd rather not install Permissions for just one plugin.

    If someone could help me out, I'd appreciate it.
     
  23. Offline

    Ranzear

    I know you're on a roll with the spout stuff, but I'd like to drag you kicking and screaming back to repairing...
    1. Repairing leather armor!
    2. Multiple options for repairing maybe?
    Example, can repair iron with iron or with Redstone dust (Further, can use redstone like a magical 'repair anything' deal) and perhaps a configurable multiplier for each item, so using redstone could be set to 0.5 so you need 2x as much redstone to iron. Priority would just go to 'whichever comes first in the config'. Being able to define a 'backup' repair item would just be very useful and could find extra utility in oft-ignored stuff like redstone.

    I'd also like to bump all repair amounts by a smidge too, like ~1.2x, since it's only about 1:1 with just making a new item right now.
     
  24. Offline

    Majin311

    Keep getting this spammed over and over in my console. I just downloaded and installed the plugin tonight.

    23:18:52 [SEVERE] Could not pass event ENTITY_DAMAGE to mcMMO
    java.lang.NoSuchFieldError: PROJECTILE
    at com.gmail.nossr50.Combat.combatChecks(Combat.java:222)
    at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:133)
    at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.java:649)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.EntityArrow.m_(EntityArrow.java:183)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1198)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1180)
    at net.minecraft.server.World.cleanUp(World.java:1104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  25. Offline

    NinjaGrinch

    Use build 1060. mcMMO is only compatible with 1060+ to my knowledge.
     
    electrodyne likes this.
  26. Offline

    gsgrego

    @nossr50

    Love the plugin a ton ive been using it for quite some time now[since ive been using bukkit] but for my minds sake please put the permission nodes into a copy and paste friendly list.
     
  27. Offline

    ACStache

    @nossr50 what are the mins and maxes of the different colors for the RETRO xp bar? I quickly perused the last few pages and didn't find anything. I'm guessing 0 is min, but is there a max?
     
  28. Offline

    Takel

    Max is 1.0
     
  29. Offline

    Maxorq

    @Ranzear awesome idea, I would really like it, in my survival there is always more redstone than iron, and we don't have any idea what do do with it :p
     
  30. Offline

    Ranzear

    I use it for repairing gold items since they wear so quickly. Having it repair everything in general would be nice, at reduced rates from the real repair item natch.
     
  31. Offline

    Maxorq

    @Ranzear you can repair gold items with redstone?
     
Thread Status:
Not open for further replies.

Share This Page