[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

    Mad_CatMk2

    I'm not sure if this is intended, but in the permissions file
    - 'mcmmo.commands.party'
    it not only gives party commands, but also activates party chat.
    but at the same time, this line
    - 'mcmmo.chat.partychat
    is supposed to activate party chat for players?

    question is, is the first permission intended to only give party permission (and not party chat?)

    Thanks!
     
  3. Offline

    BigRedWood

    When I place an iron block for the anvil, I get no message, and I'm unable to repair anything. Fresh install today. Everything else appears to be functioning fine. I have essentials (latest build), Permissions 2.4, and Gastronomic. No other error messages, and like I said, all other functions appear to be working fine. Please tell me how to repair!
     
  4. Offline

    nossr50

    @BigRedWood This plugin might not be compatible with Permissions 2.4 at the moment. But guessing at possible causes, perhaps the permission for repair is setup incorrectly?
     
  5. Offline

    BigRedWood

    permissions:
    - 'general.spawn'
    - 'gastronomic.player.checkhunger'
    - 'gastronomic.player.checkfood'
    - 'gastronomic.player.hunger'
    - 'mcmmo.skills.*'
    - 'mcmmo.regeneration'

    I thought that using mcmmo.skills.* covered all skills. If you think it's worth testing, I can put 'mcmmo.skills.repair' into the permissions file.

    edit: I added 'mcmmo.skills.repair' to the permissions file, and now the repair function is working fine.
     
  6. Offline

    TehJammers

    I tend to get out of memory crashes with the new version.

    I upgraded to 440 at the same time, though, so it might not be you! Just letting you know.
     
  7. Offline

    diegokilla

    another workaround for admins having permissions that u dont want is to add and exception modified permission

    i believe it is - "-<permission node>'
    instead of manually adding in every permission u do want and leaving out the one u dont
     
  8. Offline

    inphinitii

    The /stats command isn't working, but some text appears when using the /mcc or /mcmmo commands.
    I'm using Permissions 2.4, so I think that may be causing the problem?
     
  9. Offline

    kookiegorawr

    That shouldn't be it...I'm using 2.4 as well. Make sure you haven't changed the command in the config. Oh and just to make sure, are you sure you set up your permissions correctly?
    And just to confirm, that is correct.
     
  10. Offline

    inphinitii

    I'm not too familiar with Permissions, so I'll paste my code here.

    http://pastebin.com/dbAB8BkA

    I didn't touch the commands in the config, unless they changed with v0.8.9
     
  11. Offline

    silentdojo

    Running craftbukkit 478 w/ GroupManager
    mcmmo 0.8.9
    Code:
    java.lang.NullPointerException
        at com.gmail.nossr50.mcPlayerListener.onPlayerRespawn(mcPlayerListener.java:31)
        at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.java:135)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:183)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:729)
        at net.minecraft.server.Packet9Respawn.a(SourceFile:10)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    We've been testing this extensively with a server of over 20 people online at all times. We notice alot of lag especially when people use the myspawn command. Immediately after someone uses it the console starts the server can't keep up errors. I haven't seen these errors until we do that. But we are using Towny and General (the unofficial ver.) so those both use teleportation commands maybe a conflict. Any ideas on what to do?

    PS I know it's not the recommended build but the improvements of this build really help the tele and warp problems everyone has been facing.
     
  12. Offline

    diegokilla

    ok i'd like to retract my earlier statement about movavi's tech support, finally got ahold of them and they fixed the issues however, my interest in video editing has been rekindled and I have been playing around with their video editor, unfortunately movavi's encoding, or something along those lines, gives a relatively poor quality video when exporting it. I have recently downloaded sony vegas movie studio trial version and i am extremely pleased with the quality of videos as well as their multitude of features when compared to movavi, Movavi = ~$60 depending on the version, sony vegas= ~$90

    just fyi
     
  13. Offline

    kookiegorawr

    http://dl.dropbox.com/u/15437401/rename-me.yml

    I didn't see anything wrong with your permissions config but just in case, back up the one you have and replace it with this one. Remember to rename the .yml file to the name of your main world.
     
  14. Offline

    HanzoSanada

    This mod isn't working for me either. I'm using Permissions 2.5 (Tried same permissions with 2.4)
    I dug/mined ofr about 10 minutes, not one level.
    Anything related to parties i get
    [mcMMO]Insufficient Permissions
    Catch my mistakes please.

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   Does not work for the default world.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    plugin:
        permissions:
            system: default
            copies:
    
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.skills.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Default 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:
        TheNo1Yeti:
            group: Admins
            permissions:
        Herpina:
            group: Default
            permissions:
                - 'herp.derp'
         Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
        HanzoSanada:
            group: Admins
            permissions:
     
  15. Offline

    nossr50

    Version 0.8.10
    • Fixed whois returning your own name instead of your targets name
    • Rewrote /mcc to be much nicer
    • Hopefully fixed all NPEs with MySpawn
    Heres what the new /mcc looks like, much better imo
     
  16. Offline

    Seoki

    Alright so the mod is amazing. This is a mod me and my friends use on our little private server.
    However the mod will not work for me (Admin OP server host)
    But it works for them..help? D:
     
  17. Offline

    Devon L Ferree

    I am not getting any experiance, and I have everybody every skill.
    My server is mjxmc.co.cc if you want to test it for yourself
     
  18. Offline

    Seoki

    Nossr50 can you help me?
     
  19. Offline

    howard_roark

    The mod has been working well up until now. Certain skills will only provide xp every now and then. I can punch 20 skeletons to death and get zero xp, and it's not maxed out. Other users said the same was happening with axes, acrobatics, and who knows what others. In short, all of a sudden we are not gaining any xp. Periodically you will get some xp for doing it before it freezes again.
     
  20. Offline

    Joshf

    In the next patch please add skill tables,for example telling me what level i can start dazing people with archery. You have already done that for one thing in axes. Please do it for every other skill.
     
  21. Offline

    Taurondir

    Difficulty will still be server wise, all over the world though. I hope some way of introducing what would be the equivalent of "dangerous" areas will appear. It would be cool to have "high danger - high reward" zones that keep players on their toes; Seriously, right now, if you have a spotting buddy, its impossible to get killed, as it only happens when things sneak up because you turned for 2 seconds.
     
  22. Offline

    Kolton

    -snip-

    Didn't update a plugin and it was interfering
     
  23. Offline

    g1real

    Ye still didnt update the github changelog.
     
  24. Offline

    Derongan

    Why do I not gain XP from killing spiders in a dungeon?
     
  25. Offline

    Fusioneko

    @Derongan It was fixed so you couldn't get exp from spawner spawned mobs.
     
  26. Offline

    Glen

    Not sure why but its not working well on our server with Towny has been showing signs of a severe memory leak. Without mcMMO we sit at 60 percent cpu and 16 percent memory. With it memory goes to 80percent after 60 minutes and cpu is pegged. Tested with both Craftbukkit build 440 and 450 using Debian sqeeze with core 2 duo 2.5 ghz and 6 gb memory average users 35. Hope to be able to use it again love the plugin but cant have restarts every 50 minutes.
     
  27. Offline

    kazeen

    Yea i had to roll back before 8.9 lagging out the server
    guess having to relog to fix /stats is better then the lag
     
  28. Offline

    MCMaG.jp

    Code:
    12:02:48 [SEVERE] while parsing a block mapping
     in "<reader>", line 43, column 5:
            Default:
            ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 62, column 7:
              Admins:
              ^
    
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    12:02:48 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    12:02:48 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configuration.java:73)
    12:02:48 [SEVERE]       at com.nijiko.permissions.Control.load(Control.java:147)
    
    12:02:48 [SEVERE]       at com.nijiko.permissions.Control.loadWorld(Control.java:111)
    12:02:48 [SEVERE]       at com.nijiko.permissions.Control.permission(Control.java:301)
    12:02:48 [SEVERE]       at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    12:02:48 [SEVERE]       at com.gmail.nossr50.mcPermissions.regeneration(mcPermissions.java:49)
    12:02:48 [SEVERE]       at com.gmail.nossr50.mcTimer.run(mcTimer.java:43)
    12:02:48 [SEVERE]       at java.util.TimerThread.mainLoop(Unknown Source)
    12:02:48 [SEVERE]       at java.util.TimerThread.run(Unknown Source)
    Using http://forums.bukkit.org/threads/ad...5-1-phoenix-now-with-more-antibuild-440.5974/
     
  29. Offline

    kazeen

    running 8.10 on cb 441 and lag has gone away yay
     
  30. Offline

    Jorrdan

    Hi again,
    Well the unarmed no longer deals damage when pvp is turned off. However archery still hurts admins (even in mcgod mode)
    Also, is there a way to use mcmmo with the new permissions/craftbukkit? /party ect doesnt work.
    Reason i ask is, on CraftBukkit 432, i get the invincible block glitch. And the old permissions doesnt support the new CraftBukkit.
     
  31. Offline

    Grungeud

    Hi.
    I have a request: can it be more customizable?
    Like, leaving o the one configuring it to set that X block gives Y xp; in W level you have Z% chance of THIS to happen.
    Also, I have a question: is it possible to set what skills can be used? For example, leaving acrobatics for admins, only.

    Btw, good job with this plugin. ^^
     
Thread Status:
Not open for further replies.

Share This Page