Resource is out of Sync with the File System

Discussion in 'Plugin Development' started by 7rmb7, Jun 23, 2011.

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

    7rmb7

    So I'm trying to export my first plugin to a JAR. I'm using Eclipse. But when I go to export it, I get a message that says "Resource is out of sync with file system" and then it gives me the directory to my plugin.yml.

    I can't export it. Here's what my plugin.yml looks like:

    name: NotePad
    main: me._7rmb7.NotePad.NotePad
    version: .89
    commands:
    notepad:
    description: NotePad: Keep your notes, in-game.
    usage: /notepad read [ID]
    /notepad write [message]
    /notepad help


    I don't see what's wrong. Any help would be appreciated.

    Thanks,

    -7
     
  2. Offline

    Satros

    Click it within Eclipse and hit F5 to refresh.
     
    ryanhamshire likes this.
  3. Offline

    Trc202

    As a side note this happens because you edited one of the files outside of eclipse.
     
    ryanhamshire likes this.
  4. Offline

    Minecraft93

    Yep What Satros Said.

    If your creating the plugin.yml right click the name of the project - newfile - plugin.yml - put the code in - save - Close out the file - click the file - then F5 - export it
     
    ryanhamshire likes this.
  5. Offline

    7rmb7

    Thanks, guys. Got my plugin working. You can see it here.
     
  6. Offline

    nickguletskii

    Why don't you read what it says and figure it out yourself? -_-
     
Thread Status:
Not open for further replies.

Share This Page