main/PluginYML

http://dev.bukkit.org/media/images/75/619/map_bn6.png

Have a look at all command and permissions as written down in the plugin.yml

commands:
  map:
    description: Misc plugin stuff
    usage: /<command> [reload]
  mapscript:
    description: Run a MAP-Script (op only)
    aliases: [maps, ms, mscript]
    usage: /<command> <SCRIPT> <PLAYER>
  slap:
    description: Slap dat bitch
    usage: /<command> <PLAYER> [AMMOUNT]
  ping:
    description: Pong!
    usage: /<command> [PLAYER]
  poll:
    description: Start or participate in a vote
    usage: /<command> [OPTION | <kick|ban> <Player> | fun <QUESTION> <OPTION1> <OPTION2> [OPTION3 [OPTION4 [...]]]
  signedit:
    description: Edit signs easily
    aliases: [sedit, signe, se]
    usage: /<command> [copy [LINES]|cut [LINES]|paste|set <LINES> <TEXT>|clear]
  cansee:
    description: Toggles or sets visibility between Player
    aliases: [hide, show, invisible, cantsee, see]
    usage: /<command> [Player] <Other Player> [YES|NO]
  explosion:
    description: Create an explosion
    aliases: [boom, blowup, explode]
    usage: /<command> <Player|X Y Z> <Power> [SetFire BreakBlocks]
  getout:
    description: Kick a player from a vehicle
    aliases: [leave, popvehicle]
    usage: /<command> [Player]
  launch:
    description: Launch a Projectile from a Player
    aliases: [shoot, shot, throw]
    usage: /<command> <Player> <Projectile> <Speed>
  listname:
    description: Change the Listname of a Player
    aliases: [lname]
    usage: /<command> [Player] [Name]
  offlinesince:
    description: Show all players the are offline since
    aliases: [offsince, offline, since, off]
    usage: /<command> <Days> [Page]
  playerweather:
    description: Change the Weather of a Player
    aliases: [pweather, lweather, localweather]
    usage: /<command> <Player> [Weather]
  resourcepack:
    description: Force a resourcepack on the Player
    aliases: [respack, rpack]
    usage: /<command> <Player> <URL>
permissions:
  map.command:
    description: Allows a user to see the map about
    default: op
  map.command.reload:
    description: Allows a user to reload the config
    default: op
  map.slap.command:
    description: Allows a user to slap dat player
    default: op
  map.ping.self:
    description: Allows a user to see their own Ping
    default: op
  map.ping.others:
    description: Allows a user to see the Ping of others
    default: op
  map.ping.bypass:
    description: Prevents a user from being kicked for high ping. 
    default: op
  map.signedit:
    description: Allows a user to edit already placed signs
    default: op
  map.vote.command:
    description: Allows a user to participate in votes
    default: op
  map.vote.kick:
    description: Allows a user to start a vote-kick
    default: op
  map.vote.ban:
    description: Allows a user to start a vote-ban
    default: op
  map.vote.fun:
    description: Allows a user to start fun votes
    default: op
  map.vote.bypass:
    description: Gives immunity to kick and ban polls
    default: op
  map.command.default.*:
    description: 'Allows a user to all kind of fun stuff :)'
    default: op
    children:
      map.command.default.cansee: true
      map.command.default.cansee.others: true
      map.command.default.explosion: true
      map.command.default.getout: true
      map.command.default.getout.others: true
      map.command.default.launch: true
      map.command.default.listname: true
      map.command.default.listname.others: true
      map.command.default.playerweather: true
      map.command.default.resourcepack: true
  map.command.default.cansee:
    description: Allows a user to toggle visibility
    default: op
  map.command.default.cansee.others:
    description: Allows a user to toggle visibility for others
    default: op
  map.command.default.explosion:
    description: Allows a user to creat an explosion
    default: op
  map.command.default.getout:
    description: Allows a user to get out of a vehicle
    default: op
  map.command.default.getout.others:
    description: Allows a user to kick player out of vehicle
    default: op
  map.command.default.launch:
    description: Allows a user to launch a projectile on a player
    default: op
  map.command.default.listname:
    description: Allows a user to change their listname
    default: op
  map.command.default.listname.others:
    description: Allows a user to change the listname of others
    default: op
  map.command.default.offlinesince:
    description: Allows a user to see how long player have been offline
    default: op
  map.command.default.playerweather:
    description: Allows a user to set a players weather
    default: op
  map.command.default.resourcepack:
    description: Allows a user to force players to use a resourcepack
    default: op
  map.exfilter.bypass:
    description: Allows a user bypass the Expression-Filter for commands
    default: op