InvaildPluginExcpetion?

Discussion in 'Plugin Development' started by Fifteen, Jan 16, 2011.

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

    Fifteen

    So, I just finished my really simple auto-save plugin (which took me a while due to the Java obfuscation thing), only to find out that I'm getting an InvaildPluginExcpetion when it loads. Did I miss an important update? What's causing this?

    Source: https://github.com/Fifteen/SaveMe



    Off-topic: Can you guys see my avatar, or is it blank/saying Fifteen?
     
  2. Try setting
    Code:
    main: com.bukkit.Fifteen.SaveMe
    in your plugin.yml file to
    Code:
    main: com.bukkit.Fifteen.SaveMe.SaveMe
     
  3. Offline

    Fifteen

    Ohh, thanks :)

    Edit: That didn't fix it, still gives me an exception. I miss hMod...
    Edit 2: Works now, changed it to:


    Code:
    name: SaveMe
    
    main: com.Fifteen.bukkit.SaveMe.SaveMe
    
    version: 1.0
     
Thread Status:
Not open for further replies.

Share This Page