Cooldowns are not working #1


  • New
  • Other
Open
Assigned to _ForgeUser9835524
  • _ForgeUser15983865 created this issue Jun 23, 2014

    What steps will reproduce the problem?
    1.
    2.
    3.

    What is the expected output? What do you see instead?

    I expect to see cooldowns on the items I have selected to have cooldowns through the config.

    I do not see cooldowns in effect as I can repeatedly use them.

    What version of the product are you using?

    v1.4

    Do you have an error log of what happened?

    No.

    If you think it is relevant, please copy paste your config here:

    GENERAL:
      default-cooldown-seconds: 30
      display-charge-message: true
    NERFED_ITEM_IDS:
      0-0: COOLDOWN
      373-8204: COOLDOWN=5
      373-8236: COOLDOWN=15
      '368': COOLDOWN=7

    Please provide any additional information below:

    When I run the run.bat file, on startup it just says "[ItemNerf] Enabling ItemNerf v1.4" without "plugin successfully loaded" that I get in my other plugins.

  • _ForgeUser15983865 added the tags Other New Jun 23, 2014
  • _ForgeUser15983865 posted a comment Jun 23, 2014

    This is me ChienPo by the way.

  • _ForgeUser9835524 posted a comment Jun 24, 2014

    @LiamGeegeeson: Go

    Ticket template is missing the question what server software and version you are using. Which are they?

  • _ForgeUser15983865 posted a comment Jun 26, 2014

    Oh I am using craftbukkit-1.7.2-R0.3 and as stated in the ticket, v1.4 of ItemNerf.

  • _ForgeUser9835524 posted a comment Jun 29, 2014

    I'll have time to look into it next week, thanks

  • _ForgeUser15983865 posted a comment Jul 6, 2014

    Okay.

  • _ForgeUser9835524 posted a comment Jul 11, 2014

    I have tested ItemNerf v1.4 on 1.7.2 craftbukkit with your exact config and I fail to replicate the issue. Cooldowns are working for the pearl and drinkable harming potions as configured for me..

    Not getting a "plugin successfully loaded" on my end, but I'm not getting that for any other plugin either.

    I'd advice to change your config to:

    GENERAL:
      default-cooldown-seconds: 30
      display-charge-message: true
    NERFED_ITEM_IDS:
      0-0: COOLDOWN
      373-8204: COOLDOWN=5
      373-8236: COOLDOWN=15
      368-0: COOLDOWN=7
    

    This would be more to how it should be configured, but again.. with your original config it's working for me without these changes. You have any other information you think could make a difference?


    Edited Jul 11, 2014
  • _ForgeUser13840521 posted a comment Jul 13, 2014

    same problem for me
    BLOCK and CHARGE working fine, but timer doesn't
    If you throw an item timer starts always new, if you eat something, there is no regimentation

    config.yml

    GENERAL:
      default-cooldown-seconds: 30
      display-charge-message: true
    NERFED_ITEM_IDS:
      322-0: COOLDOWN=35
      322-1: BLOCK
      373-*: COOLDOWN=300
      385-0: BLOCK

    ...for testing (change line):

      322-0: COOLDOWN=35, CHARGE=10

    Solution???
    http://www.spigotmc.org/threads/cooldown-problem.22850/


    Edited Jul 13, 2014
  • _ForgeUser15983865 posted a comment Jul 13, 2014

    Okay so I replaced my config with the config you posted and, the enderpearl cooldowns work fine. The splash potions however, still don't work. Maybe it's because the potions aren't stackable ?

  • _ForgeUser9835524 posted a comment Jul 14, 2014

    @LiamGeegeeson: Go

    The IDs you are using are for drinkable harming potions, not splash: http://www.minecraftinfo.com/idlist.htm

  • _ForgeUser15983865 posted a comment Jul 15, 2014

    Omg I'm so sorry ! I can't believe I made that mistake. Although, the first splash potion of harming is still not working. The second one works but, not the first. I am certain I have the right ID: 373:16396

  • _ForgeUser9835524 posted a comment Jul 15, 2014

    @LiamGeegeeson: Go

    I just set a cooldown of 10 seconds on 373-16396 on my test server, and it worked for the splash potions of harming...

    Copy paste your current config?

  • _ForgeUser15983865 posted a comment Jul 15, 2014
    GENERAL:
      default-cooldown-seconds: 30
      display-charge-message: true
    NERFED_ITEM_IDS:
      0-0: COOLDOWN
      373-16396: COOLDOWN=3
      373-16428: COOLDOWN=15
      368-0: COOLDOWN=7
    

    Edited Jul 18, 2014

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