1
Plugin Error!
So I'm learning Java, and I copied down a plugin.yml
But for some reason, it's saying it's not there or something? Here's the error from the console:
http://pastebin.com/nMszwUzG
Thanks, xTwistedMelonx
But for some reason, it's saying it's not there or something? Here's the error from the console:
http://pastebin.com/nMszwUzG
Thanks, xTwistedMelonx
3
name: Medic
main: me.xTwistedMelonx.medic.Medic
version: 1.0
author: xTwistedMelon
description: A Plugin To Replenish Players Food And Health Bars
commands:
heal:
usage: /<command>
description: Replenish A Players Healh Bar
feed:
usage: /<command>
description: Replenish A Players Food Bar
main: me.xTwistedMelonx.medic.Medic
version: 1.0
author: xTwistedMelon
description: A Plugin To Replenish Players Food And Health Bars
commands:
heal:
usage: /<command>
description: Replenish A Players Healh Bar
feed:
usage: /<command>
description: Replenish A Players Food Bar
Can I please get a pastebin link to your plugin.yml? It would probably help.
When you make a .jar from the code (assuming you using ecliipse) make sure the plugin.yml is also selected before exporting.
