Solved plugin.yml issues?

Discussion in 'Plugin Help/Development/Requests' started by Tut, Mar 23, 2015.

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

    Tut

    I've tried to lookup a way to fix this, and I seem to have formatted everything right... Tell me where I went wrong.

    http://pastebin.com/CRtH33jJ
     
  2. Offline

    Fhbgsdhkfbl

    Is there an stacktrace when the plugin is ran?
     
  3. Offline

    Tut

  4. Offline

    redside100

    Code:
    permissions:
      ecosave.stamp
        description: This stamps the item in your hand, allowing you to hold your item after death.
        default:true
    You forgot a colon after ecosave.stamp
     
  5. Offline

    Tut

    There's supposed to be a colon there?
     
  6. Offline

    redside100

    Yeeeeep.
     
  7. Offline

    Tut

    I still get the invalid plugin.yml error.
     
  8. Offline

    redside100

    Code:
    permissions:
      ecosave.stamp
        description: This stamps the item in your hand, allowing you to hold your item after death.
        default:true
    The default isn't a boolean, which means it can't be true or false. Usually, the default is op.
     
  9. Offline

    IHydrogen

    In addition to this, you missed a space after the colon

    Code:
    default:true
     
  10. Offline

    Tut

    Thank you! It's working now!

    Yes, I fixed this as well.
     
    Last edited by a moderator: Mar 23, 2015
  11. Please mark thread as solved.
     
  12. Locked, thread is now Solved. More info here
     
Thread Status:
Not open for further replies.

Share This Page