Create ftbxmodcompat.snbt
This commit is contained in:
parent
c10bc8d732
commit
5d1471e355
1 changed files with 13 additions and 0 deletions
13
config/ftbxmodcompat.snbt
Normal file
13
config/ftbxmodcompat.snbt
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
# Select the permissions implementation to use
|
||||||
|
# DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability
|
||||||
|
# Default: "default"
|
||||||
|
# Valid values: "default", "ftb_ranks", "luckperms"
|
||||||
|
permission_selector: "default"
|
||||||
|
|
||||||
|
# Select the game stages implementation to use
|
||||||
|
# DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability
|
||||||
|
# Default: "default"
|
||||||
|
# Valid values: "default", "vanilla", "kubejs", "gamestages"
|
||||||
|
stage_selector: "default"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue