Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)

This commit is contained in:
nossr50
2021-04-09 07:54:34 -07:00
parent e76fb9ab1b
commit 56f9341f8e
15 changed files with 15 additions and 37 deletions

View File

@ -29,4 +29,9 @@ Persistent_Data:
Saved_To_Disk: false
# By default mcMMO gives 0 XP for this type of mob, not adjustable currently
PLAYER_TAMED_MOB:
Saved_To_Disk: false
Saved_To_Disk: false
# When players put down a block we track it, the system used to track player blocks is super efficient and has been coded extremely well
# It is never recommended to turn this off as it allows exploits such as player dupes etc
# We use our own file system for this outside of NBT which has been programmed to be lightning fast
mcMMO_Region_System:
Enabled: true