Fellies/config[default]/simplemagnets-common.toml

30 lines
938 B
TOML
Raw Permalink Normal View History

2021-01-28 20:11:47 +00:00
[General]
#In what range should the Basic Magnet pickup items and xp?
2021-02-12 14:22:54 +00:00
#Requires a world reload
#Allowed Range: 1 ~ 20 Default: 5
2021-01-28 20:11:47 +00:00
basicMagnetRange = 5
#What is the minimum range of the Advanced Magnet?
2021-02-12 14:22:54 +00:00
#Requires a world reload
#Allowed Range: 1 ~ 20 Default: 3
2021-01-28 20:11:47 +00:00
advancedMagnetMinRange = 3
#What is the maximum range of the Advanced Magnet?
2021-02-12 14:22:54 +00:00
#Requires a world reload
#Allowed Range: 1 ~ 20 Default: 11
2021-01-28 20:11:47 +00:00
advancedMagnetMaxRange = 11
#In what range should the Basic Magnet pickup items and xp by default?
2021-02-12 14:22:54 +00:00
#Requires a world reload
#Allowed Range: 1 ~ 10 Default: 8
2021-01-28 20:11:47 +00:00
advancedMagnetRange = 8
2021-02-12 14:22:54 +00:00
[Client]
#Should the magnet play a ding sound when turned on or off?
#Requires a world reload
#Allowed Values: true, false Default: true
playToggleSound = true
#Should the magnet display a message on screen when turned on or off?
#Requires a world reload
#Allowed Values: true, false Default: false
showToggleMessage = false