plugin.yml won't update

Discussion in 'Plugin Development' started by MeZTech, Apr 29, 2013.

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

    MeZTech

    Ok, so I have the code in eclipse correct, and when I go to edit my plugin.yml file, I can edit it fine, I can save it, I can refresh and export without any problems, but it won't update.

    name: FissionPlugin
    main: me.michael.tutorial.Main
    version: 2.0.0
    description: >
    Simple server plugin
    commands:
    ping:
    description: Pong
    heal:
    description: Heals yoself
    fullheal:
    description: FullHealls yoself
    fly:
    description: Flying fo survival, yo
    flyoff:
    description: turns flying off
    broadcast:
    description: Broadcast
    survival:
    description: Changes GM to survival, yo
    creative:
    description: Changes GM to creative, yo
    adventure:
    description: Changes GM to adventure
    time:
    description: Changes time
    wt:
    description: changes weather
    nick:
    description: changes name
    nickother:
    description: changes other's nickname
    gmc:
    description: changes gamemode
    /msg:
    description: messaging
    /ban:
    description: bans
    /kick:
    description: kicks

    I just had this issue with the /msg /ban and /kick (Yes, I know they have the extra / that is on purpose). Could anyone help?
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    MeZTech
    Without the whole code base, it is hard to say what is going on. You did remember to programmatically save the changes made in memory right?
     
  3. Offline

    MeZTech

    http://pastebin.com/7Z2WFqkf

    Yeah, I know the way I did the messaging/broadcast is incorrect.

    No, I didn't save the changes, although I have the last working jar on the plugin's page.
     
  4. Offline

    Sagacious_Zed Bukkit Docs

    If you don't save the changes to disk, how do you expect the changes to stick around? On that note, the reverse is true. If you don't explicitly load the changes from disk, how do you expect your code to see the changes.
     
Thread Status:
Not open for further replies.

Share This Page