Advertisement
Guest User

cshortcut plugin.yml

a guest
Oct 21st, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. name: cShortcut
  2. main: me.chaseoes.cshortcut.CShortcut
  3. version: 1.2
  4. description: Create command shortcuts.
  5. commands:
  6.   cshortcut:
  7.     description: Central command for cShortcut.
  8.     usage: /cshortcut reload
  9. permissions:
  10.     mycommand.default:
  11.         description: permission give to all
  12.         default: true
  13.     mycommand.*:
  14.         description: all given to op
  15.         default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement