Advertisement
Guest User

Plugin.yml Example

a guest
Jun 1st, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | None | 0 0
  1. name: PluginNameHere
  2. version: 1.0
  3. author: YourNameHere
  4. description: Description goes here
  5.  
  6. main: Packname.ClassName (me.test.test.Main)
  7.  
  8. commands:
  9.     Staff:
  10.         aliases: [s]
  11.         description: Command description
  12.     Staff2:
  13.         aliases: [s2]
  14.         description: Command description
  15. permissions:
  16.     Staff.Staff2:
  17.         description: Give the player something
  18.         default: op
  19.     Staff.fly:
  20.         description: Gives the player the ability to fly
  21.         default: op
  22.     Staff.creative:
  23.         description: Gives the player the ability to go creative
  24.         default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement