Can someone help me with my plugin.yml Right away please thanks

Discussion in 'Plugin Development' started by SwagyViper, Jun 1, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    SwagyViper

    Please help me Edit my plugin.yml To work Idk what the problem is


    main: me.test.test.Main
    name: Staff/Shortcuts
    version: 1.0
    author: SwagyViper
    description: A Private Plugin For my server Only

    commands:
    Staff:
    description: MainOwner: SwagyViper Owner: ViperXxViper Co-Owner: None!
    usage: /Staff
    permission: Staff.Staff
    permission-message: You Don't Have Enough Permissions
    Staff2:
    description: <desk>
    usage: /Staff2
    permission: Staff.Staff2
    permission-message: You Don't Have Enough Permissions
    F:
    description: Enables Fly
    usage: /F
    permission: Staff.fly
    permission-message: You Don't Have Enough Permissions
    C:
    description: Creative enabled
    usage: /C
    permission: Staff.creative
    permission-message: You Don't Have enough Permissions
    su:
    description: Survival enabled
    usage: /s
    permission: Staff.survival
    permission-message: You Don't Have enough Permissions
    a:
    description: Adventure Enabled
    usage: /a
    permission: Staff.adventure
    permission-message: You Don't Have enough Permissions
    h:
    description: Enjoy your new Hat!
    usage: /h
    permission: permission.here
    permission-message: You Don't Have enough Permissions
     
  2. Offline

    Gizcow_

    I guess you should think about formatting, assuming your plugin.yml is structured in the exact same way you pasted it here. Best I can say looking at what you gave.

    http://pastebin.com/BPytTPy2
     
    Last edited: Jun 4, 2015
  3. Offline

    ForsakenRealmz

    @SwagyViper You aught to get familiar with a website called PasteBin.com. It helps anyone who wants to help you out tremendously when posting code.

    To answer your question, your plugin.yml is the most crazy thing I have ever seen, but here is an example plugin.yml.
     
  4. Offline

    CoolGamerXD

    What does the console says about plugin.yml?
     
  5. Offline

    SwagyViper

    Nvm i Fixed it i hade to get rid of the : in description: MainOwner: SwagyViper Owner: ViperXxViper Co-Owner: None!

    a Good Website To Fix the problems with your plugin codings is http://yaml-online-parser.appspot.com/
     
    Last edited by a moderator: Jun 6, 2015
  6. js hastebin's better.
     
  7. Offline

    Zekrom2802

    Please mark the thread as solved.
     
Thread Status:
Not open for further replies.

Share This Page