mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user