[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

    LlmDl

    It's the double set of brackets, delete the underlined ones and add the apostrophes.

    Edit: Wait, you want to remove the permissions? Put a # at the beginning of the line.
     
  3. Offline

    Pandarr

    The user is trying to remove permisisons. So they would need to put
    Code:
    - '-mcmmo.itemchimaerawing'
    The user wants to give admin all permissions except for those 3.

    However the instructions for permissions explicitly state the following so it may not work anyway in this instance.

    Single Asterisk denotes all commands: - '*' If you give a group this permissions, do not have the group inherit any permissions from other groups. Any users assigned to this group should NOT be given any additional permissions either.

    I believe what you have to do is make the user an admin with '*' permissions for the Admin group but then subtract the 3 permissions for each user individually. If you look at the configuration document, this is what they are doing for the last user.
     
  4. Offline

    Dv2236

    anyone else getting a problem with chopping down a tree using the axe skill and getting a sapling that wont stack with the other saplings of same type?
    only noticed this on the white (birch) saplings so far, and only way i know how to make them stack is planting them than picking them up.
     
  5. Offline

    Pandarr

    In 1.5+ of Minecraft there are now 3 different types of saplings, one for each tree type.
     
  6. Offline

    Kudos

    I've been using this on my small server for my friends and have greatly enjoyed it, however when I try to set up permissions, it breaks (or I break it). Can anyone help?

    I've used the online YAML parser and it pulls up no errors so I'm not sure what's going wrong.

    Code:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    This is what I have, quite simple. I only have the mcmmo mod and a vampire plugin, and the vampire one works fine with Permissions so far.

    Code:
        ChaosKudos:
            group: Admins
            permissions:
    Is where I put in my name as Admin.

    And for the record:

    Code:
        Players:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.party'
                - 'mcmmo.ability.*'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'vampire.default.*'
    Permissions is set to - '*' yet when I use the command /stats in-game, it shows no stats, and if I hit a block, I get this error:

    Can anyone tell me what I need to do to fix it so that mcmmo works with Permissions?[/CODE]
     

    Attached Files:

  7. Offline

    Willobe

    as you can see from his post, he knows here are different saps, he is saying he is unable to stack them until he plants and re grabs them
     
  8. Offline

    Hurst141

    is there a way to remove the classes? so that i keep all features sept the whole leveling aspect.
     
  9. Offline

    dirkson

    I'd like to point out that this is tricky for admin-type users, as they are generally given the '*' permission. I would really like a method to explicitly disable the autoheal.
     
  10. Offline

    Willobe

    You can, just give yourself - '-mcmmo.regeneration'

    You know you want to add Ranching :p

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

    Pandarr

    Your YAML looks fine. The error in your screenshot is being thrown by Permissions though and not mcMMO. What version of Bukkit and what version of Permissions are you using? Also maybe post your full config file. The line that is throwing the NullPointerException is attempting to look up the group data for the world. It sounds like it might be referencing a World that does not exist. Your Permissions config has to be named <World>.yml. That might be the issue. For instance my world is named "Earth" so my config is "Earth.yml".

    Hrm. I was thinking maybe after planting and whacking they possibly reverted to the default sapling. The mouseover for all 3 is just "sapling" and depending on the texture pack it might be hard to tell them apart visually. Just out of curiosity, why is this the mod that is thought to cause the issue?

    I think you'd essentially have to give all users 1000 points in all the skills. You can do this by updating the flat file or database, or use the in game command as an admin to increase each users skills.

    Admins group has '*'. You have to give the individual admin users - '-mcmmo.regeneration'
     
  12. Offline

    Dv2236

    did not have this happen till i added mcmmo, and it only happens when i use the diamond axe to kill the leaves, have not tried it with any other axe type

    its not that big of a deal for me, just wondering if anyone else is having it happen to them, maybe it could be another plugin messing with this 1
    have
    lwc, craftbukituptodate, essentials+chat+spawn, factions, mcmmo, permissions
     
  13. Offline

    imaxorz

    Really weird problem
    I posted before that sometimes in certain chunks anvils stop working, and then randomly work again.This bug seems to affect LWC chest protections too. I have no idea what can even cause this.

    Please watch this video I made to see what I am talking about
    http://www.youtube.com/watch?v=cKLfhiyYH-Q

    I've posted this in LWC thread too.
     
  14. Offline

    roly

    can you change the error format..

    instead of saying [SEVERE] ...change it to [WARNING] instead? since permission is optional..

    Code:
    [SEVERE] [mcMMO] Permissions isn't loaded, there are no restrictions.
     
  15. Offline

    TheDeejay

    Just one request. I'd like to make some items rarer, especially Apples which drop at 1 in 10. I just have the choice to either accept the default value or turn off the drop chance. Is there any intent to make the drop chances for excavation have custom values in the configuration?
     
  16. Offline

    Kudos

    I have only begun to start customizing a server, so many thanks for your assistance.

    I am running the latest version of Bukkit - craftbukkit-0.0.1-SNAPSHOT.jar, Recommended build 740.

    As for Permissions, it is version 2.7.2.

    My Permissions config I renamed to "world" as I've not done anything fancy with multiple worlds yet.

    Here is my full config file:

    Code:
    Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
        Players:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.party'
                - 'mcmmo.ability.*'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'vampire.default.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        ChaosKudos:
            group: Admins
            permissions:
        corso1:
            group: Players
            info:
                prefix: ''
                suffix: ''
            permissions:
        meto8:
            group: Players
            permissions:
        Avalerios:
            group: Players
            permissions:
        psychoticpotato:
            group: Players
            permissions:
     
  17. Offline

    Pandarr

    If that is you full config file, you need to have

    Code:
    groups:
    
    before

    Code:
    Default:
    
     
  18. Offline

    Jeyge

    You have removed your "groups:" node from the top of the file. Add that back and move "Default:" over 4 spaces and you should see some better results.
     
  19. Offline

    Kudos

    Darn, I thought it was going to be that simple, but it seems I just missed that part and somehow changed the formatting when I copy and pasted. They're both where they need to be, unfortunately.
     
  20. Offline

    shadydeath999

    @nossr50 i re-organized the config a bit maybe u could make the one i made the default:
    Re-Organized config (open)

    #==McMMO Configuration==
    #You can turn off excavation loot tables by turning the option to false
    #You can customize mcMMOs command names by modifying them here as well
    #This is an early version of the configuration file, eventually you'll be able to customize messages from mcMMO and XP gains
    #Sat May 07 01:53:05 EDT 2011
    #
    #ability properties
    abilityDurabilityLoss=2
    berserkCooldown=240
    CobblestoneRepairItemNumber=4
    DiamondItemRepairName=Diamond Ore
    DiamondRepairItemNumber=264
    feathersConsumedByChimaeraWing=10
    gigaDrillBreakerCooldown=240
    GoldItemRepairName=Gold Bars
    GoldRepairItemNumber=266
    greenTerraCooldown=240
    IronItemRepairName=Iron Bars
    IronRepairItemNumber=265
    repairDiamondLevel=50
    serratedStrikeCooldown=240
    skullSplitterCooldown=240
    superBreakerCooldown=240
    treeFellerCooldown=240
    WoodItemRepairName=Wood Planks
    WoodRepairItemNumber=5
    #
    #xp properties
    acrobaticsXpModifier=2
    archeryXpModifier=2
    axesXpModifier=2
    excavationXpModifier=2
    globalXpModifier=1
    herbalismXpModifier=2
    miningXpModifier=2
    pvpXpRewardModifier=1
    repairXpModifier=2
    swordsXpModifier=2
    tamingXpModifier=2
    unarmedXpModifier=2
    woodcuttingXpModifier=2
    xpGainMultiplier=1
    #
    #properties
    anvilMessages=true
    archeryFireRateLimit=true
    canExcavateApples=true
    canExcavateBones=true
    canExcavateCake=true
    canExcavateCocoaBeans=true
    canExcavateDiamond=true
    canExcavateEggs=true
    canExcavateGlowstone=true
    canExcavateMushrooms=true
    canExcavateMusic=true
    canExcavateNetherrack=true
    canExcavateSlowSand=true
    canExcavateSulphur=true
    CobblestoneItemRepairName=Cobblestone
    enableGreenThumbCobbleToMossy=true
    gravelToClay=true
    miningRequiresPickaxe=true
    mySpawnClearsInventory=true
    pvp=true
    pvpGivesXP=true
    toolsLoseDurabilityFromAbilities=true
    woodcuttingRequiresAxe=true
    #
    #Commands
    /accept=accept
    /addxp=addxp
    /clearmyspawn=clearmyspawn
    /invite=invite
    /mcability=mcability
    /mcc=mcc
    /mcgod=mcgod
    /mcitem=mcitem
    /mcmmo=mcmmo
    /mcrefresh=mcrefresh
    /mctop=mctop
    /mmoedit=mmoedit
    /mmostats=stats
    /myspawn=myspawn
    /party=party
    /ptp=ptp
    /setmyspawn=setmyspawn
    /stats=mmostats
    /whois=whommo
    #
    #MySQL
    UseMySQL=false
    MySQLServer=ipofserver
    MySQLport=3306
    MySQLdbName=defaultdbname
    MySQLdbPass=defaultdbpass
    MySQLuserName=shadowre_Minecraft
    MySQLTablePrefix=mcmmo_
     
    Rytharr likes this.
  21. Offline

    TobbenTM

    Hi
    Sometimes when I start my server, and a player joins I get this error:
    Code:
    10:36:22 [SEVERE] Exception in thread "Timer-0"
    10:36:22 [SEVERE] java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    
    10:36:22 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:3
    1)
    10:36:22 [SEVERE]       at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.
    java:56)
    10:36:22 [SEVERE]       at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:154)
    10:36:22 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    10:36:22 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    10:36:22 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    10:36:22 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.Perm
    issionHandler
    10:36:22 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    10:36:22 [SEVERE]       at java.security.AccessController.doPrivileged(Native Method)
    10:36:22 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    10:36:22 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassL
    oader.java:36)
    10:36:22 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassL
    oader.java:24)
    10:36:22 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    10:36:22 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    10:36:22 [SEVERE]       ... 6 more
    It does not happen everytime, but I've seen it twice.
    Just now I tried restarting the server ~10 times, and it showed up once.
    Just thought you should know.
     
  22. Offline

    Chites

    It'd be nice if you could edit the drop rates for extra items from excavation, like cocoa beans and glowstone dust. I'd like for my players to have easier access to cookies.
     
  23. Offline

    kwnath

    Link seems to be down
     
  24. Offline

    Manji

    is there some kind of debug info around repairing still activated?
    when i repair my diamond shoes, i get a "80" in chat.
    and a "48" when repairing my diamond armor.
     
  25. Offline

    ValBGaming

    Really nice plugin, just one small request if possible... Can you make the config a bit more organized? I'm having trouble going through it... :/ Maybe even a bit of commenting on what stuff does, it'd be greatly appreciated. :)
     
  26. Offline

    Pandarr



    It looks like for some reason your Permissions are setup wrong. I'm not sure how... the vampire mod probably just works without Permissions. You might ask the Permissions people.



    Which link? If it's the dropbox link, those go down rarely but it should be back up.



    I just looked in the code and you're right. It is sending that message for all diamond armors. I added it to the issue tracker on github. I'm sure it'll be fixed in 1.0.08.
     
  27. Offline

    GardenGnomer

  28. Offline

    TheDeejay

    Another suggestion. Is there a way to make Axes not use double endurance when used as a weapon?
     
  29. Offline

    Demonofbirth

    Is there a way to set a certain group to have a higher XP rate. like ecoCreatures lets you do that except with iConomy coin not XP.
     
  30. Offline

    Dysalot

    Updated Towny, and this broke is there a conflict now? Also updated BigBrother.
     
  31. Offline

    vapid2323

    I might be seeing the same thing, going to do more testing.
     
Thread Status:
Not open for further replies.

Share This Page