[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

    nossr50

    Like @Olat says, I'll be carefully re-balancing all the combat skills once again this update
    Flat File or MySQL? Also post on pastebin.com how your permissions setup looks
     
  3. Offline

    Tang

    Get this on start, is this you or permissions?

    Using PermissionsEX, McMMO 1.0.32 about to update to .33

    Code:
    2011-07-09 23:40:10 [SEVERE] java.lang.NullPointerException
    2011-07-09 23:40:10 [SEVERE]     at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    2011-07-09 23:40:10 [SEVERE]     at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    2011-07-09 23:40:10 [SEVERE]     at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:151)
    2011-07-09 23:40:10 [SEVERE]     at com.gmail.nossr50.mcTimer.run(mcTimer.java:37)
    2011-07-09 23:40:10 [SEVERE]     at java.util.TimerThread.mainLoop(Timer.java:512)
    2011-07-09 23:40:10 [SEVERE]     at java.util.TimerThread.run(Timer.java:462)
     
  4. Offline

    utorin

    Hey nossr50, great plugin! A few friends and I have been using it on my server for about a week now and I have to say it's changed the way we play MineCraft. I cant wait till you come out with the MySQL fix because we get the block lag every once in a while, but it's not too bad.

    I have one thing to mention though if it hasn't been mentioned already. When it comes to taming, my friend tries to increase his, and it ends up giving me (the server admin and only op) all of the experience and he gets none of it. I see people have mentioned a taming problem in the last few pages, but none of them seemed to really fall into this kind of scenario to me. So just letting you know, and again, great plugin! Thanks for all your hard work, it's really inspiring.
     
  5. Offline

    undeadmach1ne

    i can verify this somewhat. playing on my lan server, solo, i get hurt by using serrated strikes and skull splitter. i tested with two other players tonight and didnt take damage from serrated strikes or skull splitter. they left and i started taking damage from using the skills again. i came to read through for advice and saw Pandemoneus theory and enabled pvp in server.properties and i am not getting hurt by my own serrated strikes and skull splitter any more (when i am on the server alone. havnt tested it with other players and pvp true yet).

    also, a smaller note: i am not getting herbalism xp for harvesting pumpkins. tried with bare hands, a hoe, etc...


    all this on 1.0.33 and the latest bukkit dev build and 173 client.
     
  6. Offline

    Monkz

    Flat File, and here is my permissions setup: (I am using PermissionsEX 1.12)

    http://pastebin.com/w7pEy7zm

    The players see their woodcutting skill leveling up, but they cant see it when they do /stats.
     
  7. Offline

    nossr50

    Sorry for overlooking this, I'll make sure to fix it asap.
     
  8. You know, you can use a code to detect if nodes are missing and add them automatically :}

    I have something like this:
    Show Spoiler
    Code:
    /* in onEnable(): dataFolder = getDataFolder().toString(); */
    
        public Configuration cfgLoad(String fileName)
        {
        	new File(dataFolder).mkdir();
        	
        	File file = new File(dataFolder + File.separator + fileName);
        	
            if(!file.exists())
            {
                try { file.createNewFile(); }
                catch (Exception e) { e.printStackTrace(); }
            }
            
            Configuration cfg = new Configuration(file);
            cfg.load();
            
        	return cfg;
        }
        
        public void cfgSave(Configuration cfg)
        {
        	if(save)
        	{
        		cfg.save();
        		save = false;
        	}
        }
        
        public void cfgSet(Configuration cfg, String field, String value)
        {
    	cfg.setProperty(field, value);
        	save = true;
        }
        
        public String cfgGet(Configuration cfg, String field, String defaultValue)
        {
        	if(cfg.getProperty(field) == null)
        	{
        		if(defaultValue != null)
        			cfgSet(cfg, field, defaultValue);
        		
        		return defaultValue;
        	}
        	else
        		return cfg.getString(field);
        }
    
    /*
    usage example:
    
        	config = cfgLoad("config.yml");
        	
           	cfgHttpServer = cfgGet(config, "http-server", "http://127.0.0.1");
           	
        	cfgSave(config); // always use this after all cfgGet/Set
    */
    
     
  9. Offline

    EthanD

    Is anyone aware if the memory leaks are fixed? Using this with Permissions 3.1.6 causes major problems and I get "Read time out." within 5 minutes of running it. All of my other plugins are running off of the newest Permissions, so I really don't want to downgrade as it's all running smoothly atm.

    Running from a dedicated server with 16gb ram, but allocating 14gb (14,336 gib) ram to bukkit. Our gameplay is incredibly smooth, and a lot of our players love mcMMO, so getting it back is requested often. Just hoping for a fix to this.

    Thanks.
     
  10. Offline

    Olat

    Dont use Permissions? All i have heard is people with Permissions getting screwed. I use Group manager and have almost no problem. *shrug*
     
  11. Offline

    nossr50

    @Digi I suppose I really should have a system like that set in place
     
  12. Offline

    Olat

    @nossr50
    Pm and Email sent with Organized TODO list and New Ideas / Spell List all compiled from our Talks and PM in game and on the forums.
    Your Attention seeking publicity whoring Secretary
    -Olat
     
  13. Offline

    Jake1002

    Hey, does this work with permissions 3.1.6 yet ? :)
     
  14. Offline

    nossr50

    I'll have to look into whats making Permissions 3.1.6 run so poorly
     
  15. Offline

    alfskan

    thanks for update.

    but why didint fix the serrated strike :'(

    When hit the mob with serrated strike, still hurting myself, nearby player and tamed wolf.

    of course set the pvp set false.
     
  16. Offline

    Jake1002

    Okay, i found out the hard way that it didn't work. It seems to just crash every now and then.. but you probably knew that already. The errors I had before were gone, but it just crashed and didn't even show an error in the log until I got 'read timeout'
     
  17. Offline

    PeterFour

    Is there something special to add, for having sql support, cause when I type /mmoupdate, it says that the conversion is finished, but when I look the server.log i see "Unknown console command. Type "help" for help."
    I wanted to convert the flat file cause I would like to test the Web interface, but it's seems to be broken with me..
    Anyone can help me?
     
  18. Offline

    MikeThePickle

     
  19. Offline

    o0AzzA0o

    permissions 3x is plain joke apart from mysql feature im to terrified to even attempt using it from all complaints i seen about it
     
  20. Offline

    Lanuk

    S
    So by this do you mean ill be pretty much good whether I train axes or swords since they should be balanced?
     
  21. Offline

    Monkz

    Use permissionsEX. I have never had a issue with it. I had terrible issues with permissions 3.x

    And a request: Can you in the update when you re-balance the skills, can you possibly make the balancing configurable per skill in the config?

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

    RugRats

    Well this is what happens to me.. and everyone else msot likely when using P3 and mcmmo the server tends to "Read timed out" randomly causing the server not to save and then I have like a 15-30 minute rollback once my server set back 8 hours... once I switched back to 3.1.5 never happened again. Now I don't think everyone had the same problem as me but it still was caused by using both plugins together. Because 3.1.5, the servers been running for 5 days straight so far and no read timed outs with 3.1.6 it was every 30 minutes some times right after I restarted the server
     
    o0AzzA0o likes this.
  23. Offline

    Olat

    Yes.
     
  24. Offline

    Bryan Taylor

    Dropping back to Permissions 3.1.5 got rid of our Read Timed Out errors. For some reason the CPU 5 min load would spike and create a situation where it wouldn't get killed for a while but would generate the errors. Now the CPU load is great and no more errors. Permissions seems a bit contradictory in how the global ymls are supposed to be set up. I wonder if that is somehow affecting 1.3.6. I don't have the opportunity to test out different setups so 3.1.5b it is!
     
  25. Offline

    ROFLBOB

    I updated to the latest build of mcmmo (.33) and all of a sudden nobody can shoot arrows. they just reappear in our inventory.
     
  26. when I type /stats this is how it appears..

    [​IMG]
     
  27. Offline

    TCLG6x6

    I doesnt like it i cant change the cooldown times because it cant read it after i change something in the config and all plyers on my server died because they are too tired :/
     
  28. Offline

    anthony42808

    Can you make it so that you can hide certain peoples levels? for ops
     
  29. Offline

    d00ba

    mcMMO v.1.0.33

    The /mining command still shows the Level and XP of the Taming skill.
     
  30. correction.. since updating to 1.0.33 or w.e.. everything is whacky. See the picture above..

    when I type /mining for instance this is what it shows:

    !m.Skillheader
    !m.XpGain
    !m.LVL
    !m.SkillHeader
    etc,etc

    Anyone know where I can download 1.0.32?
     
  31. Offline

    freezebreeze

    is this a bug
    for some reason excavation only drops glowstone how do i fix this i am lvl 60 and it drops cocoa beans every 100 blocks or something
     
Thread Status:
Not open for further replies.

Share This Page