SpawnControl.CooldownExempt.* on PermissionsBukkit does not do what I think it should do #2


  • Accepted
  • Defect
Open
Assigned to _ForgeUser7440870
  • _ForgeUser1255850 created this issue Sep 19, 2011

    What steps will reproduce the problem?
    1. Set a cooldown on /spawn
    2. SpawnControl.CooldownExempt.* on PermissionsBukkit
    3. Use /spawn twice

    What is the expected output? What do you see instead?
    I should go to spawn twice. Instead I get the cooldown message.

    What version of the product are you using?
    0.8.3

    Do you have an error log of what happened?
    N/A

    Please provide any additional information below.
    You should probably set the node in the plugin.yml file..

    permissions:
      SpawnControl.CooldownExempt.*:
          description: Exempts player from cooldowns
          children:
              SpawnControl.CooldownExempt.home: true
              SpawnControl.CooldownExempt.sethome: true
              SpawnControl.CooldownExempt.spawn: true
              SpawnControl.CooldownExempt.groupspawn: true
    
  • _ForgeUser1255850 added the tags New Defect Sep 19, 2011
  • _ForgeUser7440870 removed a tag New Oct 2, 2011
  • _ForgeUser7440870 added a tag Accepted Oct 2, 2011

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