[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

    Kimberly2000

    Hi nossr50,

    Was wondering if something like the following would be possible to add, or should I ask in the Plugin Suggestion forum?

    Every 7 ingame days the plugin would payout money, for my server in the form of iConomy coins. So I guess this would require a timestamp of the time in game when the user joined, so that 24 in game hours later they can be credited +1 day. This would be nice so they don't actually have to be online consecutively for 7 in game days.

    The payout would be based on a formula that any admin/op can easily write, and would be calculated based on the players Power Level.

    Here is an idea of what the calculation would look like in a config type file.

    Code:
    # lvl is the power level of the user beginning and ending levels for figuring out payment.
    # formula is how to calculate the money starting from the power level.
    lvl:1-100
       formula:/10
    lvl:101-200
       formula:/10+100
    
    So in the above example, players with power level 1 to 100 would get their power-level divided by 10 as their weekly in game time pay. This should be a float, so that a level 1 player would recieve 0.1
    Players with power level 101 to 200 would get the same base pay as the level 1 to 100 players, but with an additional 100 added to ther income.
    The formula, amount should be endless for each lvl. This will make it so that each admin/op has 100% full control over the whole thing. In other words, if the want to do 50 calculations to get the players pay, they should be able to do that.
     
  3. Offline

    tenix

    Ok strange I thought I had it installed. Will look into that. Thanks.
     
  4. Offline

    supre

    hey i have a problem
    if someone has above like 200 mining
    and then hit a diamond ore thats in a protection zone using WG +WE
    they don't mine the ore but they get a diamond from the ore and can keep doing this like 24/7
    and get as many diamonds as poss
    how can this be solved?
     
  5. Offline

    Tom Heek

    How to change the donate email?
     
  6. Offline

    snouz

    I don't know if you fixed it, but i'm on 23 and clay (gravel turned into clay with water) won't grant me any excavation xp. Note, I try it underwater.
     
  7. Offline

    mykbaker

    This is an amazing plugin! One of the first I installed and I consider it essential. I thought a great feature would be to limit the use of certain items until after certain levels. No diamond picks until level 50 Mining for example. I have no idea how hard that would be but it would be very cool. Thanks!
     
  8. Offline

    zehkaiser

    Please fix the gravel to clay always on bug present for the past 3 versions!

    CB Version 670 right now.
     
  9. Offline

    Geoff Winans

    It's you, not the plugin.

    Delete your config and let it regenerate. Config options were changed quite a while ago to be camel-case.
     
  10. Offline

    Leemur

    I don't use permissions. in the version 0-9-29 works fine, but there i get the error:
    (I use http://ci.bukkit.org/job/dev-CraftBukkit/677/ )
    Code:
    07:20:23 [SEVERE] [mcMMO] Permissions isn't loaded, there are no restrictions.
    07:20:23 [SEVERE] null loading mcMMO v0.9.30 (Is it up to date?)
    java.lang.NullPointerException
            at com.gmail.nossr50.Tree.inOrder(Tree.java:23)
            at com.gmail.nossr50.mcLeaderboard.makeLeaderboards(mcLeaderboard.java:1
    01)
            at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:87)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:578)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  11. Offline

    Kimberly2000

    If he adds a feature to limit things, I hope it is optional with an on/off... all the other plugins I tried limit everything, and I like the fact that this doesn't limit you at all, but adds more to the game instead.
     
  12. Offline

    LucidLethargy

    One can easily exploit with worldguard to get excavation and herbalism up... please fix this... -.-
    the worst is herbalism, people just keep hitting the same flower.
     
  13. Offline

    Soryo

    I was wondering if you could add chainmail to the list of repairable items. Most people won't have access to it, but I recently got Monster Hunt and I thought it would be cool if I could use that to reward people with 1 fire in order to make chainmail armor.

    In case anyone who reads this doesn't know. You can craft chainmail armor by using Fire in place of leather/iron/gold/diamond and come out with an armor that completely negates damage as long as you have it on ( I think that's how it is, but it might just be a stronger armor... I'm not sure). It's a little cheap, but the way I have it set up, people can only get a possible 1 Fire every night IF they win the monster hunt. So their armor will most likely break before they can get a full set so being able to repair it would be nice.
     
    LlmDl likes this.
  14. Offline

    Stephen92

    will you please addin a addon plugin or something for quests or something of the sort?
     
  15. Offline

    Taxick

    Hi..

    When i start the server, i get this error:

    Im running mcMMO: v0.9.30
    Minecraft 1.4
    Bukkit: 677
     
  16. Offline

    BioRage

    @ Top
    (Some users have issues with 0.9.30, if you do please use 0.9.29 for now, I'll put out a fix tomorrow)
     
  17. Offline

    Kingadams

    Oh also one last thing can you make it so we can enable/disable gravel+water = clay?
     
  18. Offline

    mykbaker

    I agree that it should be optional. Levelcraft does it but it doesn't have the other cool features of mcMMO and I'd rather not have two RPG plugins colliding. Things like limiting tool use to certain levels, or limiting what blocks you can break might be cool as well.
     
  19. Offline

    BioRage

    It's in the Config File.

    gravelToClay=false
     
  20. Offline

    MrObject

    don't you love it when people don't read the config files?
     
  21. Offline

    Vittek

    Nossr is it possible to make that mining doesn't affect diamond and gold blocks? Or have an option to ignore them? Cause we have a little issue where people place rows of them and use the mining skill to dupe them.
     
  22. Offline

    SeeD419

    So I was just testing stone tools...

    Why are there like next to zero drops with stone tools? If iron doesn't have any drops, how is one expected to ever get it?

    EDIT: Nevermind, this appears to be some weird glitch when returning from the nether
     
  23. Offline

    esiao

    Hello, love this plugin but i have a really pissfull bug.
    When i use the chimeria wing it works, but when i die it doesn't work anymore i have this message
    You were injured recently and must wait to use this 60s
    So i wait but it doesn't work and when i spam no more.
    All the players have the same problem

    Sorry for my english, i'm french
    Hope you can help me thanks a lot.
     
  24. Offline

    SeeD419

    Well I see the problem I'm having with the latest version.

    It's trying to write to a file called powerlevel.mcmmo but one doesn't seem to exist. Not sure if creating the file manually will fix this or not.

    Edit: It actually did seem to fix it, but still the null pointer exception on startup :/

    Edit: I also noticed, you can't repair stone tools - but an anvil will tell you if one is at full durability...
     
  25. Offline

    BioRage

    @MrObject
    Or wiki for that fact.
    @Vittek
    Pretty sure the duping doesn't work anymore.
     
  26. Offline

    360xxALANxx

    Hi i have a mac bukkit version and i was wondering how to install this here is what comes in the terminal please help !@!@!@15:51:28 [SEVERE] Could not load 'plugins/mcMMO.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:84)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  27. Offline

    Joe12o

    I'm having a problem with this plugin. I can level up fine and everything but the people playing on my server cant level up at all. In the bukkit server thing(idk what to call it) I don't get any errors at all so I don't know what is wrong. I'm using verson 9.29 because 9.30 gave me errors. The other plug-ins I'm using are Essentials, World Guard, World Edit, and Minecart Mania.
     
  28. Offline

    BlackPandemic

    Have you checked they have permission and checked your config file?
     
  29. Offline

    ToitagL

    Does anyone hear about issues with iJobs ? Would love to add it to my server.
     
  30. Offline

    Kalais

    Users on my server are saying they only have access to Tree Feller ability.

    Here are for Guest (default):

    Code:
        - mcmmo.commands.ability
        - mcmmo.commands.party
        - mcmmo.commands.ptp
        - mcmmo.item.chimaerawing
        - mcmmo.regeneration
        - mcmmo.skills.acrobatics
        - mcmmo.skills.archery
        - mcmmo.skills.axes
        - mcmmo.skills.excavation
        - mcmmo.skills.herbalism
        - mcmmo.skills.mining
        - mcmmo.skills.repair
        - mcmmo.skills.swords
        - mcmmo.skills.unarmed
        - mcmmo.skills.woodcutting
     
  31. Offline

    MrObject

    Use - mcmmo.ability.* instead of - mcmmo.commands.ability
     
Thread Status:
Not open for further replies.

Share This Page