Magical Spells Plugin Permissions Issue

Discussion in 'Bukkit Help' started by Darkvoltage3, Sep 29, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Darkvoltage3

    ---
    Hi guys I was wondering if the permissions for players using wands still worked cause I dont see any magic happening for me and also ive noticed that for the admin wand it says that "you dont have enough ingredients" which makes no since cause its an admin wand that is craftable with no materials.
    ---
    This are my current permissions set for the player.
    Code:
                magicalspells.help: true
                magicalspells.craft.Tribestaff 1: true
                magicalspells.craft.Tribestaff 2: true
                magicalspells.craft.Tribestaff 3: true
                magicalspells.use.Tribestaff 1: true
                magicalspells.use.Tribestaff 2: true
                magicalspells.use.Tribestaff 3: true
                magicalspells.craftlist: true
                magicalspells.spelllist: false
                magicalspells.spelldesc: true
                magicalspells.overridefaction: false
                magicalspells.overridecraft: false
                magicalspells.reload: false
                magicalspells.admin: false
                magicalspells.user: true
    ---
    And this is my wand presets.
    Code:
    Wands:
      Tribestaff 1:
        name1: Tribestaff 1
        heldItem: 292
        enchantment: ARROW_DAMAGE
        enchantmentlevel: 1
        Materials: 16^3,3^280,1^326
        Spells:
        - EarthArrow
        - Explosion
        - Terra
      Tribestaff 2:
        name1: Tribestaff 2
        heldItem: 292
        WandsNeeded: Tribestaff 1
        enchantment: ARROW_DAMAGE
        enchantmentlevel: 2
        Materials: 32^3,3^280,1^326,1^264
        Spells:
        - EarthArrow
        - Explosion
        - Terra
        - Crater
        - AirCrush
        - Restrict
      Tribestaff 3:
        name1: Tribestaff 3
        heldItem: 292
        WandsNeeded: Tribestaff 2
        enchantment: ARROW_DAMAGE
        enchantmentlevel: 3
        Materials: 64^3,3^280,1^326,2^264
        Spells:
        - EarthArrow
        - Explosion
        - Terra
        - Crater
        - AirCrush
        - Restrict
        - Tomb
        - AirQuake
        - Wrath
    ---
     
Thread Status:
Not open for further replies.

Share This Page