Guest User

Untitled

a guest
Sep 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.18 KB | None | 0 0
  1. permissions:
  2.   prayer.*:
  3.     default: false
  4.     description: Provides access to all Prayer commands.
  5.     children:
  6.       prayer.pray: true
  7.       prayer.pray.air: true
  8.       prayer.pray.ally: true
  9.       prayer.pray.clearsky: true
  10.       prayer.pray.day: true
  11.       prayer.pray.firehand: true
  12.       prayer.pray.flight: true
  13.       prayer.pray.food: true
  14.       prayer.pray.giant: true
  15.       prayer.pray.health: true
  16.       prayer.pray.jump: true
  17.       prayer.pray.lightning: true
  18.       prayer.pray.minions: true
  19.       prayer.pray.op: true
  20.       prayer.pray.speed: true
  21.       prayer.pray.storm: true
  22.       prayer.pray.strength: true
  23.   prayer.pray:
  24.     default: true
  25.     description: The default pray command
  26.   prayer.pray.air:
  27.     default: true
  28.     description: Grants underwater breathing.
  29.   prayer.pray.ally:
  30.     default: true
  31.     description: Sends down a guardian Iron Golem.  
  32.   prayer.pray.clearsky:
  33.     default: true
  34.     description: Stops a storm.
  35.   prayer.pray.day:
  36.     default: true
  37.     description: Resets the day to morning.
  38.   prayer.pray.firehand:
  39.     default: true
  40.     description: Ignites a mob when struck by player.    
  41.   prayer.pray.flight:
  42.     default: true
  43.     description: Provides flight.    
  44.   prayer.pray.food:
  45.     default: true
  46.     description: Restores your hunger meter.  
  47.   prayer.pray.giant:
  48.     default: true
  49.     description: Sends down a giant. (Creative Only)        
  50.   prayer.pray.health:
  51.     default: true
  52.     description: Restores your health.
  53.   prayer.pray.jump:
  54.     default: true
  55.     description: Provides enhanced jumping.      
  56.   prayer.pray.lightning:
  57.     default: true
  58.     description: Strikes lightning wherever your crosshair is pointing.  
  59.   prayer.pray.minions:
  60.     default: true
  61.     description: Sends down a pack of tamed wolves or cats.        
  62.   prayer.pray.op:
  63.     default: true
  64.     description: Smites any user who dare pray for such power.
  65.   prayer.pray.speed:
  66.     default: true
  67.     description: Provides enhanced running.
  68.   prayer.pray.storm:
  69.     default: true
  70.     description: Creates a storm.  
  71.   prayer.pray.strength:
  72.     default: true
  73.     description: Provides enhanced offensive and defensive strength.
Add Comment
Please, Sign In to add comment