Solved /skull any idea of the perms?

Discussion in 'Bukkit Help' started by HideTheGarlic, May 2, 2014.

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

    HideTheGarlic

    The /skull command works really nicely on the server, but I have no idea what plugin runs it and what the perms are.

    Here are the plugins I have atm


    SkyDiver, WorldEdit, HeadGrabber, iConomy, MotdManager, Vault, SpearMod, ProtocolLib, PermissionsEx, Modifyworld, CreeperControl, MoneyDrop, EnjinMinecraftPlugin, Essentials, ChatManager, EssentialsProtect, DisguiseCraft, EssentialsSpawn, ChestShop, EssentialsChat, EssentialsAntiBuild
     
  2. Offline

    JaguarJo

    HideTheGarlic At first glance, I thought it would be HeadGrabber, but it turns out that it's Essentials. The permission nodes are:
    - essentials.skull
    - essentials.skull.modify
    - essentials.skull.others
    - essentials.skull.spawn
     
  3. Offline

    LHammonds

    And you didn't tell "us" what /skull does...so how are we supposed to know? lol

    My wildass guess is that it is used from HeadGrabber and you have an alias for the command or the plugin has a /skull alias. But regardless, I have no earthly idea what /skull does for you. I can only assume, based on your plugin list, that it gives you a player's head.

    LHammonds
     
  4. Offline

    HideTheGarlic

    Thanks Jaguar.

    Its funny that the essentials list of plugins doesn't cover this.
     
  5. Offline

    LHammonds

  6. Offline

    HideTheGarlic

    I have given my rank all of these skull ranks and yet it still won't work. It says I don't have permission. I am in green group.


    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - chestshop.shop.*
        - -give.*
        - -bukkit.command.gamemode
        - bukkit.command.teleport
        - iConomy.holdings
        - iConomy.holdings.others
        - iConomy.payment
        - iConomy.user
        - essentials.afk
        - essentials.afk.auto
        - essentials.depth
        - essentials.getpos
        - essentials.help
        - essentials.ignore
        - essentials.itemdb
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.near
        - essentials.realname
        - essentials.recipe
        - essentials.rules
        - essentials.seen
        - essentials.whois
        - essentials.enderchest
        - essentials.home
        - essentials.delhome
        - essentials.worlds.world
        - essentials.worlds.nether
        - essentials.worlds.end
        - essentials.sethome.bed
        - essentials.sethome
        - essentials.multiple
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.warp
        - essentials.warp.list
        - essentials.signs.use.disposal
        - essentials.signs.create.disposal
        - essentials.spawn
        - essentials.build
        - essentials.back
        - essentials.back.ondeath
        - essentials.home.bed
        - essentials.home.others
        - -disguisecraft.seer
        - chestshop.shop.*
        - essentials.kit.tools
        - essentials.kit
      darkblue:
        inheritance:
        - default
        default: false
        prefix: §1
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      lightblue:
        inheritance:
        - default
        default: false
        prefix: §b
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      cyan:
        inheritance:
        - default
        default: false
        prefix: §3
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      darkgreen:
        inheritance:
        - default
        default: false
        prefix: §2
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      green:
        inheritance:
        - default
        default: false
        prefix: §a
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
        - essentials.skull
        - essentials.skull.others
        - essentials.skull.spawn
      red:
        inheritance:
        - default
        default: false
        prefix: §4
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      purple:
        inheritance:
        - default
        default: false
        prefix: §5
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      pink:
        inheritance:
        - default
        default: false
        prefix: §d
        permissions:
        - essentials.afk.kickexempt
        - essentials.kit.head
        - essentials.kit.firework
        - essentials.skull.modify
      bronze:
        inheritance:
        - pink
        default: false
        prefix: §e §o§l[Bronze]
        permissions:
        - essentials.kit.dtools
      silver:
        inheritance:
        - bronze
        default: false
        prefix: §7 §o§l[Silver]
        permissions:
        - essentials.afk.kickexempt
      gold:
        inheritance:
        - silver
        default: false
        prefix: §6 §o§l[Gold]
        permissions:
        - essentials.afk.kickexempt
      mod:
        inheritance:
        - gold
        default: false
        prefix: §4§ka§2§ka§1§ka§r§9[Mod]§9
        suffix: §r§c§ka§e§ka§5§ka
        permissions:
        - essentials.afk.kickexempt
      admin:
        inheritance:
        - mod
        default: false
        prefix: §4§ka§2§ka§1§ka§r§c[Admin]§c
        suffix: §r§9§ka§e§ka§5§ka
        permissions:
        - essentials.afk.kickexempt
      owner:
        inheritance:
        - admin
        default: false
        prefix: §4§ka§2§ka§1§ka§r§6[Owner]§6
        suffix: §r§9§ka§e§ka§5§ka
        permissions:
        - essentials.afk.kickexempt
    users:
      Starwarsrox1:
        group:
        - admin
    
     
  7. Offline

    JaguarJo

    HideTheGarlic I already mentioned this in your other thread, but you need ' marks around your prefixes and suffixes to fix the file. So it'll look like prefix: '§1' . One other thing, I'm not 100% sure that the § character will work in this file. If you still have problems after adding the ' marks, then try changing the §'s to & signs.
     
Thread Status:
Not open for further replies.

Share This Page