Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.30 KB | None | 0 0
  1. name: Creep
  2. author: Sciguymjm
  3. main: me.sciguymjm.Creep.Creep
  4. version: 1.7
  5. description: Spawns mobs at a player's location.
  6. commands:
  7.   creep:
  8.     description: Spawn creepers around a player.
  9.   skeleton:
  10.     description: Spawn skeletons around a player.
  11.   zombie:
  12.     description: Spawn zombies around a player.
  13.   enderman:
  14.     description: Spawn endermen around a player.
  15.   spider:
  16.     description: Spawn spiders around a player.
  17.   pigzombie:
  18.     description: Spawn pig zombies around a player
  19.   swarm:
  20.     description: Spawn 8 monsters around a player
  21.   villager:
  22.     description: Spawn villagers around a player
  23.   irongolem:
  24.     description: Spawn irongolems around a player
  25.   pcreeper:
  26.     description: Spawn pig zombies around a player
  27. permissions:
  28.   creep.*:
  29.    [optional permission attributes]
  30.   creep.creep:
  31.    [optional permission attributes]
  32.   creep.skeleton:
  33.    [optional permission attributes]
  34.   creep.zombie:
  35.    [optional permission attributes]
  36.   creep.spider:
  37.    [optional permission attributes]
  38.   creep.pigzombie:
  39.    [optional permission attributes]
  40.   creep.swarm:
  41.    [optional permission attributes]
  42.   creep.villager:
  43.    [optional permission attributes]
  44.   creep.irongolem:
  45.    [optional permission attributes]
  46.   creep.pcreeper:
  47.    [optional permission attributes]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement