diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 984f0618..76ba617c 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -152,14 +152,21 @@ forwardSkin: true # If they still want to invoke the command, they have to invoke /premium again premium-warning: true +# ======[[ Spigot+ProtocolLib users only ]]====== # When set to true, enables the use of alternative session resolver which does not send the server IP # to mojang session servers. This setting might be useful when you are trying to run the server via a # transparent reverse proxy or some other form of DNAT. As far as security goes, this setting has # negligible to no security impact. # +# This setting works on a similar principle as 'prevent-proxy' setting in server.properties. +# When set to false, the server behaves like prevent-proxy was set to false and vice-versa. +# Normally, when you use the prevent-proxy=true, you would want this disabled. +# +# Please note that this setting has no effect when used outside of Spigot+ProtocolLib context. +# # !!! [WARNING] !!! # This option is considered highly experimental. While it is highly unlikely this will break your server, -# more tests need to be conducted in order to verify it's effectiveness. Brief tests seemed promising, but +# more tests need to be conducted in order to verify its effectiveness. Brief tests seemed promising, but # every environment is different, and so it might not work for you as it did for me. useProxyAgnosticResolver: false