1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 17:49:48 +02:00

Add config option to disable context calculators

This commit is contained in:
Luck
2021-11-27 09:49:01 +00:00
parent 9204848ffb
commit 594f50bee7
13 changed files with 105 additions and 37 deletions

View File

@@ -551,6 +551,13 @@ apply-bukkit-attachment-permissions: true
# | Extra settings | #
# +----------------------------------------------------------------------------------------------+ #
# A list of context calculators which will be skipped when calculating contexts.
#
# - You can disable context calculators by either:
# => specifying the Java class name used by the calculator (e.g. com.example.ExampleCalculator)
# => specifying a sub-section of the Java package used by the calculator (e.g. com.example)
disabled-context-calculators: []
# Allows you to set "aliases" for the worlds sent forward for context calculation.
#
# - These aliases are provided in addition to the real world name. Applied recursively.