Mob streak plugin [1.2.5 compatible]

Discussion in 'Archived: Plugin Requests' started by Natesky9, Apr 18, 2013.

  1. Offline

    Natesky9

    Simple mob streak plugin where upon killing a certain number of mobs will run commands.
    Needs to have a config file that is customizable
    Killstreak will carry through server restarts/reloads
    Death by pvp would drop xp relative to level [Configurable multiplier]
    Able to run multiple commands per milestone
    Pvp resillence modifier flag

    Code:
    //Killstreak sample config
    xp/streak multipler: 1
    #1 give &p wooden_sword -100
    #10 give &p steak, toggledownfall
    #25 time set 0, say &p has gotten 25 kills, give &p Leather_pants, set &p res 15
    
    drop 1 exp for 1 level when killed by player
    Where the first mob kill will give a "training" sword (people love this)
    the 10th will give a steak and will turn the rain on/off
    and the 25th will turn it to morning, say "player_name has gotten 25 kills", and will set the players resillience to 15%. Pvp resillience will reduce all damage by players, until the killstreak is ended.

    There is another plugin that does something similar to this, but is not 1.2.5, and will not carry kills over from server restarts.

    Thanks to anyone who makes this for me
     
  2. Offline

    astroskillz

    Why for 1.2.5?
     
  3. Offline

    Natesky9

    1.2.5, because that's the build that tekkit is stuck on
     
  4. Offline

    45zeldafan

    These are Bukkit forums, not Tekkit.
     
  5. Offline

    Natesky9

    45zeldafan
    It's not a "Tekkit" plugin, but a bukkit plugin coincidentally on the same server as Tekkit mods. I would have written it, but I only know 1.5 syntax/format, so I was hoping that a developer that's been making plugins for a while can do this for me.
     
  6. Offline

    alkarin

    My plugin BattleTracker is 1.2.5 compatible, and it has PvP and PvE killstreaks.

    It doesnt have the "give items" component, but it already has Bukkit Events for changing Max Rating, and on Kill, so I could put an event that triggers on Streaks. Would make it very easy to build a simple plugin that would give items on the streak.
     
  7. Offline

    Natesky9

    Well, your plugin is more oriented towards pvp/arena, whereas I need something that will do mob streaks, and give rewards at certain milestones. It'd be nice if it was light too, just for performance sake
     
  8. Offline

    alkarin

    BattleTracker is just a database backend to track stats. Wins/losses/rating/streak/maxstreak.

    It has PvE tracking, and has custom Events at milestones (which developers can hook into). As for performance, it's very light and should be extremely quick. The only reason its that large is I use Apache Commons libraries for database handling optimizations, but that's only ~ 300k worth of space for lots of security and speed benefits.
     

Share This Page