eurn/settingtypes.txt

22 lines
652 B
Text
Raw Normal View History

2024-02-19 11:05:38 -03:00
# E-URN:
# Allows you to print the debug information of this mod on the screen.
# Default: false
eurn.debug (Show E-Urn Debug) bool false
# E-URN:
# Whether the database will be BASE64 compressed.
# If enabled will save database bank without compression in file '.db'.
2024-02-19 11:05:38 -03:00
# Default: true
eurn.save_compressed (Database Compressed) bool true
# E-URN:
# Minimum game time in hours to become a voter.
2024-02-27 03:49:51 -03:00
# Default: 72 | Min: 0 | Max: 8760
eurn.voter.min_played_hours (Minimum Game Hours) int 72 0 8760
2024-02-19 11:05:38 -03:00
2024-03-03 01:01:47 -03:00
# E-URN:
# Activate crafting recipe for all players got their own Electronic Urn.
# Default: false
eurn.crafting_recipe (E-Urn Crafting Recipe) bool false
2024-02-19 11:05:38 -03:00