Stephan

Results 183 comments of Stephan

@eskatos Weird, it's the exact opposite for me(?). I was able to navigate to Gradle API source (e.g. the `Project` or `Task` interface) but not to the source of Gradle...

@eskatos IntelliJ IDEA 2017.2.5 with Gradle 4.2 (and the version of `kotlin-dsl` it bundles). I used "Use local Gradle distribution" if that makes any difference. I just tried with "Use...

What does BungeeCord autorestarts mean? Does it crash? The error means your `PlayerCache.json` got corrupted, which should only happen if you don't shut down BungeeCord cleanly.

Do you run `end` when stopping the servers?

This is an interesting idea, not that easy to add but I may consider adding it - thanks.

I don't understand exactly what you would like to do, but let me explain the version option in detail: First off, the rule of thumb is that if you need...

SLP cannot be used for all features of that plugin. You can use it to - force a single protocol version and therefore display an "outdated client" message for all...

I'm still confused. The [Outdated Version](https://github.com/Minecrell/ServerListPlus/wiki/Status-Configuration#outdated-version) documentation is part of the [Status Configuration](https://github.com/Minecrell/ServerListPlus/wiki/Status-Configuration) page, so it should be clear that it belongs to the `!Status` section, like everything else documented...

Oh, you are referring to `Default` and `Personalized`? It's not separate from that. It goes under one of them like everything else.

This sounds like a limitation of the placeholder implementation in the other plugins, rather than a bug in ServerListPlus. SLP simply forwards all placeholder handling to PlaceholderAPI, so I don't...