From f484e87828aacaf49d52a5d9b10c010c9d0be764 Mon Sep 17 00:00:00 2001 From: Tobi <43016900+Tobi406@users.noreply.github.com> Date: Fri, 24 Apr 2020 20:57:50 +0200 Subject: [PATCH] Add other options to meta formatting config comment (#2222, #2090) --- bukkit/src/main/resources/config.yml | 10 ++++++++++ bungee/src/main/resources/config.yml | 10 ++++++++++ nukkit/src/main/resources/config.yml | 10 ++++++++++ sponge/src/main/resources/luckperms.conf | 10 ++++++++++ velocity/src/main/resources/config.yml | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index a38ca1589..ac8acb884 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -342,6 +342,16 @@ log-notify: true # value was inherited from a group not on the given track. # # => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. meta-formatting: prefix: format: diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 199748997..0248fa7ec 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -350,6 +350,16 @@ log-notify: true # value was inherited from a group not on the given track. # # => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. meta-formatting: prefix: format: diff --git a/nukkit/src/main/resources/config.yml b/nukkit/src/main/resources/config.yml index 1c2a596d3..4c77c25ff 100644 --- a/nukkit/src/main/resources/config.yml +++ b/nukkit/src/main/resources/config.yml @@ -337,6 +337,16 @@ log-notify: true # value was inherited from a group not on the given track. # # => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. meta-formatting: prefix: format: diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 57eed48b8..379921945 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -346,6 +346,16 @@ log-notify = true # value was inherited from a group not on the given track. # # => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. meta-formatting { prefix { format = [ diff --git a/velocity/src/main/resources/config.yml b/velocity/src/main/resources/config.yml index fbecd9886..15059ec76 100644 --- a/velocity/src/main/resources/config.yml +++ b/velocity/src/main/resources/config.yml @@ -341,6 +341,16 @@ log-notify: true # value was inherited from a group not on the given track. # # => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. meta-formatting: prefix: format: