1
Help my plugin doesn't work!
So when i put the plugin in the plugins folder on my server it says it works on the Terminal and it say's there are no error's. It even creates the folder with the config.yml in it! The command /PowerPumpkin doesn't work and when i right click a Pumpkin it doesn't change in to a jack o' lantern. When i write /help PowerPumpkin it says unknown command and when i write /help it doesn't show the plugin, it only shows it when i write /plugins. Here are the pics.
1
Sounds like you don't have a plugin.yml, or if you do, you don't have your command in there - Create a new file called "plugin.yml" in your source folder and type the following.
It's best to post on the bukkit forums for faster support when creating your own plugins.
I hope this helps!!
name: PowerPumpkin
version: 1.0
main: {path to your Main class, eg. me.nothingitsjustno.powerpumpkin.Main}
description: Turns a pumpkin into a jack o' lantern!
commands:
powerpumpkin:It's best to post on the bukkit forums for faster support when creating your own plugins.
I hope this helps!!
