Alex (TuxCoding)

Results 357 comments of Alex (TuxCoding)

> it will avoid to have more than 2 server connected to the same database The settings are already ignored if BungeeCord is in use. The bukkit just sends the...

The old version is buggy for permissions forwarding. Try out a dev-build.

I know, because the bukkit permissions are only used for skin specific permissions.

I think it makes more sense to use a bungecord perm manager

>Is there a way to disable the watchdog? Not that I'm aware of. At least Paper uses environment variable ([ref](https://github.com/PaperMC/Paper/blob/51b7b609f108911138de830f2b201adb5a14628c/patches/server/0094-System-property-for-disabling-watchdoge.patch)). However the JVM might cache the variables at startup. So...

Yeah I was considering to only temporarily disable it, so you wouldn't loose the feature. However your approach would be more compatible.

Please try out a dev build. This should already be fixed.

Great idea. Could you document the filter in the readme. Then it's ready to be merged.

That's interesting. Although it's blocking and totally legit. Spigot servers have no way to perform this async without potentially having a non-thread-safe access. So I guess I have to whitelist...