Hi there!
Is there something like SexyMOTD(Showing the username in the motd and semi-random motds) for MCServer, if not is there a good developer:P?
Greetz Stino
Nop, I mean the actual MOTD that you see before joining
Oh. No we don't have an API to change that yet.
Oke, I am learning how to write some C++ , maybe I can add it in the future :d
You shouldn't need an API for that. Simply remove the built-in MOTD and have the plugin send a personalized MOTD from its own list whenever a player connects.
No he means the motd you get in the server list. For example Gallery has "Gallery in C++" or something like that.
There's no way in the protocol to make it personalized. The client doesn't send a username when requesting the "motd" (let's call it server description, shall we?)
I used this plugin on my old server and i will make this plugin for MCServer

But first i must implement a new hook (HOOK_SERVER_PING ?)