[RPG/MECH] mcMMO v1.3.04 - RPG Addiction Redefined! Multi-Lingual! [1.2.4]

Discussion in 'Plugin Releases' started by TheYeti, Jan 8, 2012.

Thread Status:
Not open for further replies.
     
  1. Offline

    TheYeti BukkitDev Staff

    dev.bukkit.org profile:
    TheNo1Yeti
    My Plugins
    mcMMO - The RPG Lovers Plugin

    [IMG]


    Quick Links
    Latest Version: 1.3.3 (INFO, DL)

    News
    3/1/12
    We have moved to using our own JIRA install for tracking issues and have mostly
    completed the website. Both can be found in the links below. Most all support
    and bug tracking should now be done through the following link: http://issues.mcmmo.org


    Please use the mcMMO forums located at the mcMMO BukkitDev

    Dev Team

    This post has been edited 35 times. It was last edited by TheYeti Mar 23, 2012.
  2.  
  3. Offline

    alexz_

    When i use this plugin it doesnt give me xp from anything any way i can fix that ? and i have no errors at all
  4. Offline

    --GJ--

    Yeah... thanks for the heads up. I fixed my accidental backwards logic, Shake will work right in the latest dev build & forward.
  5. Offline

    cammino1

    Cool thank you! I hope the next build will come very fast
  6. Offline

    dylstew

    I put the sput and mcmmo jar files in my plugins folder,but there's no exp bar or menu!
  7. Offline

    Cheewy

    Hello I was wondering if your creative team could put a delay option on ptp like /ptp cheewy then there's a 5 sec delay before the port goes off. I run a pvp server and alot of people just /ptp in combat to avoid dieing and losing items. So I now have disabled it and people complain it's disabled of course :D. Well if you could hook it into the essentials delay system like factions is or just make your own if possible I would greatly appericate it and possibly others.

    Well thanks again team and keep it up this is probably one of the best plugins for the multiplayer world and very much appericate it!
  8. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
  9. Offline

    arofaz

    I found Anvils bug

    See it at



    Like & Subscribe!
  10. Offline

    --GJ--

    R5 isn't out yet.

    Care to explain? I don't have the time to watch the video right this second.
  11. Offline

    ACStache

    dev.bukkit.org profile:
    dasbreen
    My Plugins
    basically he was able to spam repair a sword. the repair would go through and visually fix it, but if you mvoed it around it retained a lower durability and would show the durability bar again, resulting in a repair lvl gaining exploit. (it was an iron sword if it makes a difference)
  12. Offline

    Rexel

    "Fixed issue that caused terrible MySQL performance"

    I decided to try mysql.. it works.. only it was causing major lag, logblock also using mysql was fine.

    Mcmmo back to flat file, only tried out mysql because it just seems to have lost everyones stats again, that seems to be a recurring problem with mcmmo every so often.
  13. Offline

    agentc

    I Hope MineTopia use this its MineTopia is my BEST BEST SEVRER
  14. Offline

    SVoyager

    I could use some help with permissions. I am a bit confused as to what is supported and whats not. Just choosing the right permissions plugin is a tough choice. I am running permissionsbukkit 1.2 . The problem I have is that some skills permissions doesnt work. Other do however.

    Here is part of my permissions config. Nothing fancy here. I have a global permission with mcmmo.*: false to remove all permissions and I then use other permissions to gradually activate specific things, such as skills.

    Code:
        mining:
            permissions:
                mcmmo.skills.mining: true
                mcmmo.ability.mining: true
        repair:
            permissions:
                mcmmo.skills.repair: true
        woodcutting:
            permissions:
                mcmmo.skills.woodcutting: true
                mcmmo.ability.woodcutting: true
    I call the proper skill from the user list as groups making sure that the global permission that puts mcmmo.*: false is at the beginning of the file, called first and that the skills themselves are called afterwards. (so to overwrite the global, if it works this way) Strangely, mining works fine. Repair doesn't, woodcutting doesn't either. I tried to cycle all the skills and here are those that worked:
    mining
    archery
    excavation
    acrobatics
    axes

    The rest did not. I am doing this to set a "profession" system in the game. Limit players to choose between 3-4 different skills max, thus people will have different professions and will boost in-game economy / add diversity between players.
    Any idea as to what the problem could be???
    Thanks in advance for the help!!

    Edit: oh yes, forgot to add. I am running version 1.2.12 of mcmmo on bukkit 1.1-R4

    This post has been edited 6 times. It was last edited by SVoyager Feb 22, 2012.
  15. Offline

    nossr50

    dev.bukkit.org profile:
    nossr50
    My Plugins
    We've got some awesome upcoming changes for mcMMO.. I just rewrote Tree Feller to take down entire trees.
  16. Offline

    cammino1

    Please rewrite the Shake ability from fishing cause you cant fish leather off cows... just a bucket with milk.

    and maybe you can change woodcutting to have a chance to get apples from trees.
  17. Offline

    --GJ--

    The leather thing was a bug - it'll be fixed in the next RB (and latest dev buils already)

    This post has been edited 1 times. It was last edited by --GJ-- Feb 23, 2012.
  18. Offline

    mordenkaim

    Is there anywhere to find documentation on adding custom block IDs to mcmmo skills? Such as adding copper/tin ore from industrialcraft so you gain mining experience from mining it? I've seen it accomplished on servers but I am having a hard time finding any docs on how to do it. Thanks!

    This post has been edited 1 times. It was last edited by mordenkaim Feb 23, 2012.
  19. Offline

    nossr50

    dev.bukkit.org profile:
    nossr50
    My Plugins
    Modifying the mcMMO source code is one way to do it.
  20. Offline

    mordenkaim

    Dang, I was hoping it would be as simple as adding the block IDs to the config files with an experience value next to it. Time to dig through the code... :eek:
  21. Offline

    nossr50

    dev.bukkit.org profile:
    nossr50
    My Plugins
    You'll be looking to change Mining.java in particular, just add in the custom ids to the appropriate methods.
  22. Offline

    mordenkaim

    That should be easy enough. Thanks for the nudge in the right direction. I will look into it this evening.
  23. Offline

    Teraku

    If I try to use /mcability, it says that I need permissions for it. Even though I have all permissions. I even explicitly tried adding the right permission, but it still did not work. First tested using bPermissions, and then PermissionsEX.

    EDIT: So I read why it doesn't work. Why don't you support PEX anymore? You just dropped a fuckton of users thanks to this. Why just...drop it? If you're going to make a huge plugin like this, then don't restrict yourself to one plugin which not a lot of people use.

    This post has been edited 1 times. It was last edited by Teraku Feb 23, 2012.
  24. Offline

    nossr50

    dev.bukkit.org profile:
    nossr50
    My Plugins
    mcMMO DOES SUPPORT PEX

    THE REASON MCABILITY DOESN'T WORK IS DUE TO A BUG THAT IS ALREADY FIXED IN DEVELOPER VERSIONS (1.3.xx)

    KTHX [sheep]

    Link to developer versions

    This post has been edited 6 times. It was last edited by nossr50 Feb 23, 2012.
    ACStache likes this.
  25. Offline

    Teraku

    Well, no one told me that...

    But even if I use something which should be compatible, I can't use /mcability. Everything else works fine, even admin chat.
  26. Offline

    --GJ--

    @Teraku - See above post, then download a dev build if you really need /mcability before the next release comes out
  27. Offline

    illusive101

    Sorry to ask, but anyone know about randomly users stats getting reset?
  28. Offline

    DekDaru

    For some reason the mcmmo Super Breaker isn't working on my server even though the permissions are assigned to the group. They are able to ready their pick axe, but during that time they are unable to mine.

    Is there a plugin interferring with it?
    Like No cheat?
  29. Offline

    Aaron_Merric

    I know this is probably not an mcmmo problem but I just wanted you to know that virtual chest is conflicting with your plugin still. Okay loaded up the newest version of virtual chest to my server. Jumped in a party and bought a party chest with my buddy. We both can access the chest trade items etc. Works great. Leave the party and he can no longer access the chest even though he is still in the party. I cant access the chest but this is understandable. I rejoin the party and now I cant access the chest and he cant either. And the server throws this error.

    Code:
    22:06:18 [SEVERE] Exception while reading plugins/mcMMO/mcmmo.users (Are you sur
    e you formatted it correctly?)
    java.io.FileNotFoundException: plugins\mcMMO\mcmmo.users (The system cannot find
    the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at com.gmail.nossr50.mcMMO.getParties(mcMMO.java:221)
    at com.Balor.utils.threads.PartiesGarbageCollector.garbageCollectorAndSa
    ve(PartiesGarbageCollector.java:38)
    at com.Balor.utils.threads.PartiesGarbageCollector.run(PartiesGarbageCol
    lector.java:60)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
     
    at java.lang.Thread.run(Unknown Source)
    >
  30. Offline

    nossr50

    dev.bukkit.org profile:
    nossr50
    My Plugins
    The changelog for the upcoming mcMMO update is getting massive.
    1cec0ld likes this.
  31. Offline

    ACStache

    dev.bukkit.org profile:
    dasbreen
    My Plugins
    It's going to be awesome! I've been watching the commits on github ^_^
    Then again, it's always awesome :p
  32. Offline

    Rexel

    yeh but is mysql better, and will it still loose everyones stats at some random point, that seems to be a recurring problem with mcmmo.
Thread Status:
Not open for further replies.

Share This Page