Posts: 18
Threads: 4
Joined: Aug 2014
Thanks: 2
Given 0 thank(s) in 0 post(s)
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
Posts: 18
Threads: 4
Joined: Aug 2014
Thanks: 2
Given 0 thank(s) in 0 post(s)
08-07-2014, 02:26 AM
(This post was last modified: 08-07-2014, 02:26 AM by Stino.)
Nop, I mean the actual MOTD that you see before joining
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
Oh. No we don't have an API to change that yet.
Posts: 18
Threads: 4
Joined: Aug 2014
Thanks: 2
Given 0 thank(s) in 0 post(s)
Oke, I am learning how to write some C++ , maybe I can add it in the future :d
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
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.
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
No he means the motd you get in the server list. For example Gallery has "Gallery in C++" or something like that.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
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?)