[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

    Lay295

  3. Offline

    Oscarius

    The addxp command doesn't work for me. I do "/addxp PlayerName all 500", it displays the message "Experience granted!" and "all has been modified" but it simply doesn't change the experience value at all. No errors in console either.
    Using mcMMO 1.2.03 with MySQL, CB #1550.
     
  4. Offline

    boladao

  5. Offline

    Scruffy Puppy

    It's trying to modify a skill called ALL. You have to go manually with each skill and change to 500 I believe.
     
  6. Offline

    Mrchasez

    Whenever someone trys to repair anything
    i get tons of these errors

    Code:
    08:13:49 [SEVERE] Could not pass event PLAYER_INTERACT to mcMMO
    at com.gmail.nossr50.skills.Repair.repairCheck(Repair.java:58)
    at com.gmail.nossr50.listeners.mcPlayerListener.onPlayerInteract(mcPlayerListener.java:194)
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.getEnchantments()Ljava/util/Map;
    at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:330)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:171)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:266)
    at net.minecraft.server.Packet15Place.a(SourceFile:39)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:592)
    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.w(MinecraftServer.java:516)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  7. Offline

    Oscarius

    I know what it is trying to do. I am positive the syntax is correct. Even if I did "/addxp PlayerName Mining 500", it still doesn't work. I know I can edit it manually, but I want to use the command automatically with Buycraft.
     
  8. Offline

    nicquehen

    Hi, i'm interest about mcmmo about one day.

    I want to know if a modification exist to do that :

    When you do /stat it give your global level ok...

    So i want to give to my member node/permission unlock when they come to the X global level.

    If it possible ?

    If not i do a plugin request :p
     
  9. Offline

    nossr50

    Version 1.2.04
    • Fixed bug where you could not place blocks near/on the Anvil
     
  10. Offline

    boladao

    nossr50, not work :eek:
    still continues the problem :s
     
  11. Thats
    Thats true you can place infront, left and right now but not behind or on top
    i can make a video to show it if you want

    sapling problem is also there pls fix this too^^ it is reportet here https://github.com/nossr50/mcMMO/issues/147
     
  12. Offline

    masteranime

  13. Offline

    nossr50

    Ok another patch will be out somewhat soon
     
  14. Offline

    boladao

    but, repair is free..
    and appear this, when i trying repair:


    Code:
    2011-12-04 18:04:20 [SEVERE] Could not pass event PLAYER_INTERACT to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.getEnchantments()Ljava/util/Map;
        at com.gmail.nossr50.skills.Repair.repairCheck(Repair.java:58)
        at com.gmail.nossr50.listeners.mcPlayerListener.onPlayerInteract(mcPlayerListener.java:195)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:330)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:171)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:266)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:592)
        at net.minecraft.server.Packet15Place.a(SourceFile:39)
        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.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  15. Offline

    Mrchasez

    Yeah repair isnt working for me either
    same error
     
  16. Offline

    boladao

    what is this error?
     
  17. Offline

    kernet

    Same here, repair not working at all.
     
  18. Offline

    Lanuk

    Off topic: I was just in the shower and for a second thought your username was nossl50 and got really exited since my java teachers name is Mrs. Noss. Then I realized your name was nossr and got dissapointed. But say.. you wouldn't happen to know any L Noss's would'ja? XD

    On topic: A feature I think would be really cool is an option where all stats are reset for a player after a certain amount of deaths (can be toggled on and off and amount of deaths can be set by server admin) since it can be kind of annoying to join a server as a new player having to compete against people with all maxed stats lol. Just a suggestion though since I saw a plugin out there that reset stats on death, but only 1 death.
     
  19. Offline

    erdrickk

    Getting this nasty error with bukkit 1556 and the latest McMMO

    Code:
    2011-12-04 17:42: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:62)
        at com.gmail.nossr50.Combat.combatChecks(Combat.java:148)
        at com.gmail.nossr50.listeners.mcEntityListener.onEntityDamage(mcEntityListener.java:144)
        at org.bukkit.plugin.java.JavaPluginLoader$63.execute(JavaPluginLoader.java:700)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.EntityHuman.f(EntityHuman.java:782)
        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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  20. Offline

    Lanuk

    Try using build 1549 instead and see if it still happens maybe?
     
  21. Offline

    teegee543

    @nossr50: Not sure if this bug's been reported: Arcane Forging removes enchantments from my diamond items even though I'm not at the required level to even repair the item. I don't think items should lose enchants if you can't even fix them.
     
  22. Offline

    Jobsti

    Heyho @nossr50
    #1557, mcMMO 1.2.04

    Repair works (Tested with iron Tools/Swords)
    Can't place blocks on anvils/Iron-blocks. Only if I'm clicking a block next to the Iron.

    Request:
    - Fishing more configurable, which Items with which Durability could be fished,
    a %-chance or per-level for every item would also be great.
    (to get full leather armor on lvl 0 is to easy I think!)

    - %-Chance instead of Rank for Fishing-skills

    - Configurable XP for the Mobs in the config.

    - Repair Level_Required for iron-, gold- and stonetools (like Diamond)
    (Requested from me since ~v1.0)

    -Option to chance the Colors for "XP ()" and change the "Topics" in /stats

    Thanks for your great plugin.
    Anything from my requests are possible?
     
  23. Offline

    nossr50

    Version 1.2.05
    • Fixed my fix of not being able to place blocks near/on Anvils
    • Fixed resources in inventory not correctly updating after Repair

    Some of these requests are very reasonable, I'll see what I can do.

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

    Jobsti

  25. Offline

    boladao

    why when i try repair something, appear this ?? :

    Code:
    2011-12-05 15:57:21 [SEVERE] Could not pass event PLAYER_INTERACT to mcMMO
    java.lang.NoSuchMethodError: org.bukkit.inventory.ItemStack.getEnchantments()Ljava/util/Map;
        at com.gmail.nossr50.skills.Repair.repairCheck(Repair.java:58)
        at com.gmail.nossr50.listeners.mcPlayerListener.onPlayerInteract(mcPlayerListener.java:194)
        at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:330)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:171)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:266)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:592)
        at net.minecraft.server.Packet15Place.a(SourceFile:39)
        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.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  26. Offline

    cr0ss

    Thanks for the hard work on this plugin @nossr50 - donation coming your way. New versions are working fine on 1557+ CB devs.

    If I could make a couple suggestions, however... could there be a way to perhaps configure how some of the abilities work? Perhaps a "hard cap" on the scaling of, say, Serrated Strikes and Skull Splitter? Or perhaps a way to remove the AOE effect on these in non-pvp enabled areas? I've had to disable these two abilities specifically due to them 1) Going straight through armor in a PvP setting (just a straight minus to health from bleeds/cleaves) and 2) They affect innocents in a non-PvP zone if they happen to be near an entity and the entity gets hit by the abilities.

    Thanks again!
     
  27. Offline

    boladao

    perfect now!
     
  28. Offline

    GROMkill

    @nossr50


    Hey, I was posting this again in case you didn't see it. I understand you're very busy with the whole 1.0.0 scene, but I was wondering if you could change the command to switch between party chat (/p) to something like /prt or /pchat because it conflicts with a VoxelSniper command. I've seen other users having the same problem, but it seems to have gotten lost among the many pages of posts. Because of the conflicting commands, our users (as well as I) are not able to use party chat, and therefore global is spammed full of irrelevant chatter.

    I've already talked to the guys over at VoxelSniper, and they seem to want to keep their /p command short because of how much it is used while working with the brushes. Could you give me a hand here and consider?

    Thanks a bunch,

    GROMkill
     
  29. Offline

    monir

  30. Offline

    Machete.Panda

    So you are using BukkitDev but no one responds to forum requests or ticket request.... odd. But anyway...

    Hello I want to adjust my servers XP gains to be a bit slower. There is a "XP Multiplier" which is set to 1.0. I figured I want them to gain a little less than half the speed they currently do so I set it to .4. How ever, when I do they they go to gaining NOTHING. :p
    Please advise! Thank you.
     
  31.  
Thread Status:
Not open for further replies.

Share This Page