Guest User

plugin.yml

a guest
Apr 23rd, 2016
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.34 KB | None | 0 0
  1. name: PluginTuto
  2. version: 1.0
  3. main: ovh.isreborn.jesus_crie.tuto.Core
  4. description: Plugin tutoriel
  5.  
  6. commands:
  7.   tutoriel:
  8.     description: Commande tutoriel
  9.     usage: /<command>
  10.     aliases:
  11.    - tuto
  12.   floattxt:
  13.     description: Fait un texte flottant
  14.     usage: /<command>
  15.        
  16. permissions:
  17.   tuto.main:
  18.     default: op
Add Comment
Please, Sign In to add comment