diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 09001b75..3a25fc1a 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -232,6 +232,7 @@ redis: + # +----------------------------------------------------------------------------------------------+ # # | | # # | CUSTOMIZATION SETTINGS | # diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 7bb455a0..d907fc09 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -230,6 +230,7 @@ redis: + # +----------------------------------------------------------------------------------------------+ # # | | # # | CUSTOMIZATION SETTINGS | # diff --git a/nukkit/src/main/resources/config.yml b/nukkit/src/main/resources/config.yml index 81739081..ff4da5ef 100644 --- a/nukkit/src/main/resources/config.yml +++ b/nukkit/src/main/resources/config.yml @@ -227,6 +227,7 @@ redis: + # +----------------------------------------------------------------------------------------------+ # # | | # # | CUSTOMIZATION SETTINGS | # diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 5faee498..37625b73 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -144,27 +144,28 @@ data { # MongoDB ClientConnectionURI for use with replica sets and custom connection options # - See https://docs.mongodb.com/manual/reference/connection-string/ mongodb_connection_URI = "" +} - # Define settings for a "split" storage setup. - # - # - This allows you to define a storage method for each type of data. - # - The connection options above still have to be correct for each type here. - split-storage { - # Don't touch this if you don't want to use split storage! - enabled = false - methods { - # These options don't need to be modified if split storage isn't enabled. - user = "h2" - group = "h2" - track = "h2" - uuid = "h2" - log = "h2" - } +# Define settings for a "split" storage setup. +# +# - This allows you to define a storage method for each type of data. +# - The connection options above still have to be correct for each type here. +split-storage { + # Don't touch this if you don't want to use split storage! + enabled = false + methods { + # These options don't need to be modified if split storage isn't enabled. + user = "h2" + group = "h2" + track = "h2" + uuid = "h2" + log = "h2" } } + # +----------------------------------------------------------------------------------------------+ # # | | # # | UPDATE PROPAGATION & MESSAGING SERVICE | # @@ -234,6 +235,8 @@ redis { } + + # +----------------------------------------------------------------------------------------------+ # # | | # # | CUSTOMIZATION SETTINGS | # @@ -341,6 +344,7 @@ meta-formatting { + # +----------------------------------------------------------------------------------------------+ # # | | # # | PERMISSION CALCULATION AND INHERITANCE | #