Problem with development of an plugin

I send my plugin to server but nothing happens, the console don´t show any error and the plugin don´t get listed neither on avaliable plugins or the installed plugins.

The plugin is just a little modification of the MotdPlugin.

I put the code on this discussion.

Why this happens?

Thanks.

First I think you don’t see it on list of plugins because you are using the same class name as Ryan

java.com.version2software.plugins.MotDPlugin

remove MotD plugin, re-add your one and see.

Second because there is nothing setup for the appearance of plugin’s configuration on Adminconsole, you deleted, you may need something like that

I don’t want any tab for my plugin, just want the plugin list of plugins.

After build the plugin I need do something else?

Thanks for reply and i´ll try change the class name