Please provide information on features #236


  • New
  • Defect
Open
Assigned to supavitax
  • _ForgeUser7999281 created this issue Nov 2, 2015

    What steps will reproduce the problem?
    1.Can't determine how to use the Command on Right-Click feature added.
    2.
    3.

    What is the expected output? What do you see instead?
    I thought it would be something like a normal lore line, but now I think you intended us to incorporate them into spells? If so how do we do that.

    Which version of Item Lore Stats are you using?
    6.0.7

    Do you have an error log of what happened?
    Not an error, just lack of information

    Please post your config.yml.

    Please provide any additional information below.
    Thank you, I love your mod and plan on donating soon, you are one of the few bukkit devs who truly keeps up to date. Also the only plugin of its kind, every other plugin that gives stats is conceded and redundant with enchants.

  • _ForgeUser7999281 added the tags New Defect Nov 2, 2015
  • Supavitax posted a comment Nov 4, 2015

    It's pretty much a spell with no heal/damage

  • _ForgeUser7999281 posted a comment Nov 4, 2015

    @Supavitax: Go

    Oh ok, glad to know it is in the spell area. Thanks for responding, I hope to see more info on how to make this work in the future.

    Do I just add a line to a spell saying a command line?

    projectile-type: SmallFireball projectile-velocity: 2 projectile-hit-effect: Mobspawner_Flames cooldown: 15 command: give playername x item heal: direct-heal-amount: 0 aoe-heal-amount: 0 aoe-heal-range: 0 damage: direct-damage-amount: 8 aoe-damage-amount: 5 aoe-damage-range: 2

  • Supavitax posted a comment Nov 6, 2015

    @Ronnon22: Go

    You can check out the default configs for each spell here http://dev.bukkit.org/bukkit-plugins/item-lore-stats/pages/spells/ , they show the comments I added.

    Here is an example to give playername one iron sword on a 1 minute cooldown.

    projectile-type: Snowball
    projectile-velocity: 5
    projectile-hit-effect: Smoke
    cooldown: 60
    heal:
      direct-heal-amount: 0
      aoe-heal-amount: 0
      aoe-heal-range: 0
    damage:
      direct-damage-amount: 0
      aoe-damage-amount: 0
      aoe-damage-range: 0
    commands:
      - give **playername** iron_sword 1
    

To post a comment, please login or register a new account.