1

Help my plugin doesn't work!

NothingItsJustNo 10/19/14 2:09 am
182
10/19/2014 3:10 am
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.
Posted by
NothingItsJustNo
Level 36 : Artisan Miner
6

  Have something to say?

JoinSign in

1

MCAlagaesia
10/19/2014 3:10 am
Level 53 : Grandmaster Network
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.

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!!
1

Welcome