Config to make all items destroyable.

This commit is contained in:
MobiusDev
2018-01-19 13:34:23 +00:00
parent e91682043c
commit 8076954b22
18 changed files with 42 additions and 6 deletions

View File

@@ -196,6 +196,10 @@ DestroyPlayerDroppedItem = False
# Default: False
DestroyEquipableItem = False
# Make all items destroyable.
# If enabled players can destroy all items!!!
DestroyAllItems = False
# Save dropped items into the database for restoring after restart.
# Default: False
SaveDroppedItem = False