Purchase Lore on items with exp

Discussion in 'Archived: Plugin Requests' started by cullyn, Apr 28, 2013.

  1. Offline

    cullyn

    My server currently is using Lore attributes, epicboss and lores.What i want is a way for my players to add lore to items using experience. the Lore would be customized in a yml file

    example yml file
    Code:
    Lore:
      5hp:
        lore:&7+5 Health
        cost:300
      10dmg:
        lore:&b+10 Damage
        cost:800
      3reg:
        lore:&2+3 Regen
        cost:200
    command would work on held item using shortname
    /buylore 5hp

    When one or more of the lore is on an item the cost to apply another should be increased by how many would be on the item total. if you add a +10 damage to an item after a +health it will cost 1600 exp for example.

    Unable to stack more than one of each type on an item.

    Whitelist for items allowed to be modified. this could be in the same yml file as the lore.
    it could even be per loreitem but not important
    Code:
    itemwhitelist:
      - 306
      - 307
      - 308
      - 267
    Reload from config, default to OP and permission node.

    Single permission node for users. default to false

    Thanks for reading
     
  2. Offline

    cullyn

    It could be done also using vault as i could use a xp>currency plugin
     
  3. Offline

    noraver

  4. Offline

    cullyn

    I already use that plugin. Thanks though!
     

Share This Page