why is ender chest still enabled

This commit is contained in:
Pyritie 2025-08-21 12:41:31 +01:00
parent 4395da4c2b
commit d5fe25fccc
4 changed files with 2 additions and 18 deletions

View file

@ -1,13 +0,0 @@
# FTBQuestOptimizer config file
# If you're a modpack maker, edit defaultconfigs/ftbqoptimizer-server.snbt instead
{
# Enable optimization of quest completion detection
# Default: true
detect_optimization: true
# Number of tick skips for checking player inventories, 0 to disable tick skipping. Experiment and find the best value for you!
# Default: 5
# Range: 0 ~ 100
skip_ticks_amount: 5
}

View file

@ -49,7 +49,7 @@
# Allows users to access their ender chest, as well as admins to manage other players' ender chests.
enderchest: {
# Default: true
enabled: true
enabled: false
}
# Allows users to set a custom hat as their head item by using a command

View file

@ -40,7 +40,7 @@
# Allows users to access their ender chest, as well as admins to manage other players' ender chests.
enderchest: {
# Default: true
enabled: true
enabled: false
}
# Allows users to set a custom hat as their head item by using a command

View file

@ -1,3 +0,0 @@
# Default config file that will be copied to instance's config/ftbqoptimizer.snbt location
{ }