Stephan

Results 184 comments of Stephan

Should be easy to add this at some point, but note that MOTDs for a specific player are not really reliable, since they depend on tracking the player's IP. If...

Do you no longer need this given what I wrote above? You could have something like: First time: ``` A Minecraft Server. Whitelist is active. ``` After joined the first...

Everything that works in `Default` and `Personalized` also works in `Hosts`. Just add it next to `Description` with the correct indentation. E.g. ```yaml Hosts: pvp.example.com: Default: Favicon: Files: - pvp.png...

Can you post the full configuration?

It looks fine. Does it show the `Description` from the host, i.e. `&eMake sure you read the &6/rules&e!` instead of `&bIn partnership with FloMcNasty_TV!`?

Will need to try and reproduce it myself. It _should_ be working fine.

That sounds reasonable. I'll keep this in mind for the future, however ServerListPlus is currently pretty much only getting bug fixes, pretty busy with other projects.

@JasonHorkles I have sort of stopped working on Minecraft-related things. I hope to release one more update with the changes already in the master branch at some point, but the...

Hmm, for all other plugins this is generated from the Gradle project, but I don't see a trivial way to do this for Velocity for some reason :(

AFAICT they just use `getVirtualHost()`: https://github.com/FlowZz99/DomainAnalytics/blob/53db0536aaba1bd564141fe0c0a635788212e71d/src/main/java/it/flowzz/domainanalytics/listeners/PlayerLoginEventListener.java#L37 which is the same I use: https://github.com/Minecrell/ServerListPlus/blob/7221f5d636575f980206b54f9f358ffb1036e7d8/Bungee/src/main/java/net/minecrell/serverlistplus/bungee/BungeePlugin.java#L183 So I would expect it to return the same values.