Advertisement
TE1TO9_

Untitled

Mar 27th, 2019
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.50 KB | None | 0 0
  1. main: com.shampaggon.crackshot.CSDirector
  2. name: CrackShot
  3. author: Shampaggon
  4. version: 0.97.18
  5. description: Replicate any first-person shooter with advanced gun-mechanics and a vast number of exciting and fully customisable features.
  6. website: http://dev.bukkit.org/server-mods/crackshot/
  7.  
  8. commands:
  9.   crackshot:
  10.     description: Displays general information.
  11.     aliases: [cs,cra,shot]
  12.  
  13. permissions:
  14.   crackshot.*:
  15.     description: Grants full access to the plugin.
  16.     children:
  17.       crackshot.reloadplugin: true
  18.       crackshot.list: true
  19.       crackshot.give.all: true
  20.       crackshot.get.all: true
  21.       crackshot.use.all: true
  22.       crackshot.craft.all: true
  23.       crackshot.buy.all: true
  24.       crackshot.shops.all: true
  25.       crackshot.bypass.all: true
  26.   crackshot.reloadplugin:
  27.     description: Permission to reload the plugin.
  28.   crackshot.list:
  29.     description: Permission to list all weapons.
  30.   crackshot.give.all:
  31.     description: Permission to give all weapons.
  32.   crackshot.get.all:
  33.     description: Permission to spawn all weapons.
  34.   crackshot.use.all:
  35.     description: Permission to use all weapons.
  36.     default: true
  37.   crackshot.craft.all:
  38.     description: Permission to craft all weapons.
  39.     default: true
  40.   crackshot.buy.all:
  41.     description: Permission to purchase all weapons.
  42.     default: true
  43.   crackshot.shops.all:
  44.     description: Permission to create and destroy stores for all weapons.
  45.   crackshot.bypass.all:
  46.     description: Permission to bypass all region-checks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement