export into cf form

github is now legible for other people (hooray)
This commit is contained in:
mina
2023-12-18 00:36:29 +00:00
parent eb9917b91e
commit ae57cbe9b9
123 changed files with 1067 additions and 130 deletions

View 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"
}