[REQ] Class Weapon Damage/PVP mod

Discussion in 'Archived: Plugin Requests' started by MrEpicGoat, Nov 24, 2012.

  1. Offline

    MrEpicGoat

    Plugin Category: PVP, RP
    Plugin Name: ?

    Hey. I'm making an RP server with classes (i.e. Warrior/Rogue/Gatherer), and need a plugin to modify weapon damage, and add abilities such as sneaking at full speed and backstabbing based on class.

    I'm using Heroes atm, but it breaks some plugins like McMMO/MagicSpells/NoCheat+, replaces the EXP system (breaking some damage enchantments and EXP trade plugins), and has too many features such as leveling and brewing restrictions that can't be disabled. I couldn't find any up-to-date plugins that supported class-specific damage or sneaking and backstabbing :/.

    Concept of config files: (modified Heroes configs):
    *class*.yml:
    Code:
    name: Rogue
    weapon-damage:
        IRON_SWORD: 6
        GOLD_SWORD: 7
        DIAMOND_SWORD: 8
    projectile-damage:
        Arrow: 12
    skills:
        backstab
        sneak
    skills.yml:
    Code:
    backstab:
        weapons:
        - WOOD_SWORD
        - STONE_SWORD
        - IRON_SWORD
        - GOLD_SWORD
        - DIAMOND_SWORD
        backstab-bonus: 2.0
        sneak-bonus: 3.0
        msg: 'Backstabbed %PLAYER%!'
    Command Ideas:
    • /class choose class (for players)
    • /class set player class (for admins)
    • /class info (see class info/what your class is)
    • /class reload (reload damage/class configs)
    • /class debug (show damage done/health remaining on each hit - would help with configging)
    Permission Nodes:
    • classes.choose
    • classes.info
    • classes.admin.set
    • classes.admin.reload
    • classes.admin.debug

    Bump
    anyone?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    MrEpicGoat

    Bump...
     
  3. Offline

    MrEpicGoat

    Bumping again; is this plugin even possible, or is it too difficult/too big of a project?
     
  4. Offline

    Cybertrace

    This is possible. Unfortunately I do not have the skill nor the patience or time to take on such a project.
     
  5. Offline

    ahuby09

    i probably do this but im not good ith config files would commands be ok
     
  6. Offline

    MrEpicGoat

    I see, thanks for the reply though :p
    I don't get how this could work with only commands, but sure.
     
  7. Offline

    ahuby09

    ill try to do it with configs
     
  8. Offline

    MrEpicGoat

    Thanks :)
     
  9. Offline

    ahuby09

    but not promising
     
  10. Offline

    MrEpicGoat

    Any updates?
     
  11. Offline

    ahuby09

    sorry i carnt do it with config's ive tryed my hardest but config is just not mything
     
  12. Offline

    MrEpicGoat

    Lol ok, I don't see why a config would be a problem at all, but np.
    Someone is making me this plugin (private) though :)
     
  13. Offline

    ahuby09

    kk :D
     

Share This Page