Changing a Mob Spawner Permission Nodes?

Discussion in 'Bukkit Help' started by kimb00p, Jul 31, 2012.

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

    kimb00p

    This perk is for the Elites donor rank on my server, but I cannot figure out what the permission node is to give it to them. I know I have two different plugins that can change the mob spawner because I can use the command /spawner [mob] and also /mspawn [mob]. Anyone know the permission nodes to either of these? I want my players to be able to change the spawner to any mob.

    [​IMG]
     
  2. Offline

    mmorton89

    Instructions:
    This command allows you to modify the types of mobs spawned from an preexisting mob spawner.
    Permissions:
    essentials.spawner Allow access to the /spawner command.
    essentials.spawner.[mob] Allows access to spawn a specific mob
    essentials.spawner.*
    Allows the spawning of all mobs
     
  3. Offline

    kimb00p

    Code:
      Elite:
        default: false
        permissions:
        - essentials.repair.armor
        - essentials.repair.enchanted
        - worldedit.butcher
        - essentials.signs.use.free
        - essentials.itemspawn.item-all
        - essentials.item
        - spawnmob.mspawn.allmobs
        - spawnmob.mspawn.check
        - essentials.spawner.*
        - spawnmob.mspawn.pig
        - spawnmob.mspawn.cow
        - spawnmob.mspawn.chicken
        - spawnmob.mspawn.creeper
        - spawnmob.mspawn.zombie
        - spawnmob.mspawn.spider
        - spawnmob.mspawn.sheep
        - spawnmob.mspawn.pigzombie
        - spawnmob.mspawn.skeleton
        inheritance:
        - Premium
        - survivor
        info:
          prefix: '&1[&a$&1Elite&a$&1] &f'
          build: true
          suffix: '&f'
    I already have it added and they still don't have access.
     
  4. Offline

    mmorton89

    sorry I missed it xD

    you have to add essentials.spawner to give permission to use the command I think?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  5. Offline

    kimb00p

    You think? Hmm. Anyone else know for sure?
     
  6. Offline

    Necrodoom

    you need both essentials.spawnmob and essentials.spawnmob.*
     
  7. Offline

    kimb00p

    Thank you!
     
  8. Offline

    mmorton89

    lmao it only takes 3 seconds to add a perm xD
     
  9. Offline

    mrchargerlover

    Iv done that and I cant seem to get it working for my Donar's. Iv done the essentials.spawnmob/essentials.spawnmob.* then /mangaddp KingDookie essentials.spawner.cow and they still cannot use it
     
  10. Offline

    Necrodoom

    /spawner =/= /spawnmob.
    you still need to give permission for the command itself.
     
Thread Status:
Not open for further replies.

Share This Page