[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. WOOO!! Amazing! Can't wait! Take all the time you need though, I'm just super excited thats all :)
     
  3. Offline

    DaLeberkasPepi

    Please add double drops and super breaker support for mossy cobblestone

    And thanks für this great plugin ;)
     
  4. Offline

    Taranis01

    @nossr50
    i have problems changing the commands. I changed the following parts:
    Code:
    mctop:
            Name: toplist
            Enabled: true
        whois:
            Name: stats
            Enabled: true
        stats:
            Name: skills
            Enabled: true
    the new command "/stats playername" works fine, using "toplist" and "skills" only results in "Unknown console Command....". Trying the old ones "whois" or "mctop" i dont get any reaction. Unfortantly no error in the console.

    PS: Wow, BukkitContrib features, great! :cool:
     
  5. Offline

    RchGrav

    I asked the same thing a couple pages back... One extra step involved, it needs to be matched with the contents of the plugin.yml file in the MCMMO.JAR.. then it will work.. Edit the plugin.yml file also.
     
  6. Offline

    Taranis01

    thanks for your reply
    wow, thats new for me! It worked for me before (older version of mcmmo), just changing it in the config. I know have to change the commands in the jar? Why is then this part in the config.yml? Is it broken?
     
  7. Offline

    RchGrav

    I think the mod is just evolving.. It sounds like its an interim thing.
     
  8. I'd like to see people be able to level diving so you can stay longer underwater. :3
    Also the different types of logs should give minimal different experience. As the normal log is the most found birch is less and redwood is the rarest compared to the other logs.
     
    Kinkajou likes this.
  9. Offline

    Taranis01

    the second part is already done, 7XP for normal, 8 for redwood and 9 for birch (lol, more for birch then redwood)
     
  10. Offline

    jzsig

    @nossr50 Mr.nossr i was wondering if with the bukkit contrib if it would be possible to display on your hud what chat your in (ie admin, party, or regular) it would be really helpful and a grate addition to your plugin plus it would help to avoid those embarrassing chat blunders:p
     
  11. Offline

    krisdestruction

    Yea I think i completely stopped using the plugin just because of its incompatibility with permissions 3.1.6. It might not be the dev's fault, but this needs to be made compatible with the latest permissions before I start using it again.
     
  12. Offline

    imaxorz

    Still same issue with the latest build, anyway I can help you figure this out?
     
  13. Offline

    1hacker

    @nossr50

    Could you please change this:

    In class PlayerProfile, function getXpToLevel()...

    Code:
    case MINING:
        return ((skills.get(skillType) + 50) * LoadProperties.miningxpmodifier * LoadProperties.globalxpmodifier);
    
    To...

    Code:
    case MINING:
        return (100+(skills.get(skillType) * LoadProperties.miningxpmodifier * LoadProperties.globalxpmodifier));
    
    ...for all the skills.

    It would not change the way things work with default values, but it would make a huge difference with higher XP modifier values and make a much better skinner box.

    For example, if I change Mining to 25, with the current setup, I would level up like this:
    Level 1 at 1250
    Level 2 at 1275
    Level 3 at 1300
    etc.
    With the above change, leveling would be:
    Level 1 at 100
    Level 2 at 125
    Level 3 at 150
    etc.

    As it is now, I think the skills leveling part of this plugin is pretty useless, because with default values, you level up way too fast, but if I change the XP modifiers to higher values, you need an insane amount of XP just to get to level 1.

    So, could you please change the code, thank you very much ;)
     
    Kinkajou likes this.
  14. Offline

    ndragonu

    i need help whenever i run my bukkit server it say java.lang.classloader<unknow source> and it wont run it if someoe knows what is going on plz tell me im really clueless
     
  15. Offline

    Soulblitz

    Ok, I have a real problem this time. I have Permissions set up, I'm an OP, and I'm an Admin with all commands available, but I can't build or destroy any blocks. This is far outside of the spawn protection as well.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.skills.taming'
                - 'mcmmo.skills.mining'
                - 'mcmmo.skills.woodcutting'
                - 'mcmmo.skills.repair'
                - 'mcmmo.skills.unarmed'
                - 'mcmmo.skills.archery'
                - 'mcmmo.skills.herbalism'
                - 'mcmmo.skills.excavation'
                - 'mcmmo.skills.swords'
                - 'mcmmo.skills.axes'
                - 'mcmmo.skills.acrobatics'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.party'
                - 'mcmmo.chat.adminchat'
                - 'mcmmo.chat.partychat'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                -
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'mcmmo.*'
    Code:
    users:
        Soulblitz:
            groups:
                - Admin
            permissions:
                - 'mcmmo.tools.mmoedit'
                - 'mcmmo.tools.mcgod'
                - 'mcmmo.tools.mcrefresh'
    All the mcMMO commands work fine, but I can't build, and I figured it'd be something to do with Permissions.
     
  16. Offline

    Kalais

    @nossr50
    Any chance of making this multiworld compatible? I use this on my Survival server and don't want this used in the Creative build world where everything is instabreak.
     
  17. Offline

    Khalysto

    Would it be possible to add a permission node for stat checking? I'm looking to remove member's ability to use /mctop * and possibly /stats. This plugin is awesome but it's creating an EXTREMELY grind-heavy experience in my world. I'd prefer to discourage that a bit by making it quite difficult to track your stats in real-time.

    The alerts players receive when they level-up is sufficient for stat comparison.

    =Khalysto=
     
  18. Hi, we were updating to the latest version today. Since that time, we are having issues with mcMMO.
    Check these pictures... one is plugin list, second our issue.
    View attachment 5361
    View attachment 5362
     
  19. Offline

    d00ba

    Any word on mcmmo 1.1? xD
     
  20. Offline

    Matt Gill

    So does anyone else have the issue of players mining ores placing them getting double and repeating? I've had to put the mining skill on hold :/ . My players are getting unhappy.
     
  21. Offline

    groovynatureguy

    It is multiworld compatible now.
     
  22. Offline

    Kalais

    Can you navigate me to where I specify which worlds to use this in?
     
  23. Offline

    groovynatureguy

    We use Permssions 3.1.5 (dont use 3.1.6) and you can set the settings per world.
     
  24. Offline

    mooman219

    Custom commands are not working due to the commands being moved to the onCommand method. There is no way to fix this, The creators of bukkit wants it so that you cannot have user specific commands.

    Not until after Minecraft 1.8 comes out

    Well by his posts he is working on Sorcery, but that will not be until after 1.8. Then it looks to be bug fixes.

    What did you have in mind?

    It will be possible. Easy, and I should mention it to nossr50

    Looks to be an issue with your config file possibly. The language might be entered wrong.

    Post your config file, that would be helpful in finding out what it wrong.

    mcMMO does not Deal with that mostly, it could be another plugin.

    I think that would be something cool for hero chat users.

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

    jzsig

    I would be extremely happy if you did :)
     
  26. Offline

    shadydeath999

    @nossr50 i updated mcmmo today and all my skills on the server got wiped any reason?
    i also set the arrow fire rate to false so it doesnt use it and it still uses the fire rate modify
     
  27. Try converting to flatfile, copy mcmmo.users in FlatFileStuff
     
  28. Offline

    shadydeath999

    i have it running in flatfile the whole time and suddenly all stats were gone
     
  29. Yeah that happend to me too, I copied some of the files around from \plugins\mcMMO to \plugins\mcMMO\FlatFileStuff and that fixed it.
     
  30. Offline

    SilencShadoW

    Hey guys,
    since Bukkit 1k my Server crashes alltime with following error:

    Code:
    ´2011-08-01 17:40:39 [INFO] Connection reset
    2011-08-01 17:41:00 [INFO] Read timed out
    2011-08-01 17:41:12 [INFO] Read timed out
    2011-08-01 17:41:15 [INFO] Read timed out
    2011-08-01 17:41:28 [INFO] Read timed out
    2011-08-01 17:42:20 [SEVERE] null
    java.io.IOException: Input/output error
        at java.io.FileInputStream.read(Native Method)
        at jline.Terminal.readCharacter(Terminal.java:99)
        at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
        at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
        at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
        at jline.ConsoleReader.readLine(ConsoleReader.java:494)
        at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:23)
    if i delete mcmmo from my server the server dont crash anymore. so its 100% from mcmmo ... why i get "read time out" and "connection reset" .... i deleted the folder too ... nothing happens ....

    plz help me

    greetz
     
  31. Offline

    groovynatureguy

    Are you using permissions 3.1.6? Also I had lots of errors and a complete reinstall of mcmmo fixed it.
     
Thread Status:
Not open for further replies.

Share This Page