SexyMOTD Request - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: SexyMOTD Request (/thread-1543.html) Pages:
1
2
|
SexyMOTD Request - Stino - 08-07-2014 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 RE: SexyMOTD Request - NiLSPACE - 08-07-2014 Something like Chatter? RE: SexyMOTD Request - Stino - 08-07-2014 Nop, I mean the actual MOTD that you see before joining RE: SexyMOTD Request - NiLSPACE - 08-07-2014 Oh. No we don't have an API to change that yet. RE: SexyMOTD Request - Stino - 08-07-2014 Oke, I am learning how to write some C++ , maybe I can add it in the future :d RE: SexyMOTD Request - xoft - 08-07-2014 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. RE: SexyMOTD Request - NiLSPACE - 08-07-2014 No he means the motd you get in the server list. For example Gallery has "Gallery in C++" or something like that. RE: SexyMOTD Request - xoft - 08-07-2014 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?) RE: SexyMOTD Request - Stino - 08-07-2014 It does, here's it the link http://dev.bukkit.org/bukkit-plugins/sexy-motd/ RE: SexyMOTD Request - Howaner - 08-07-2014 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 ?) |