defaultconfigs
This commit is contained in:
parent
c135a9304a
commit
7ffb799cfb
65 changed files with 4256 additions and 715 deletions
13
defaultconfigs/barrels_2012-server.toml
Normal file
13
defaultconfigs/barrels_2012-server.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
[general]
|
||||
#Enables worn powderkegs exploding when you catch on fire.
|
||||
enablePowderkegExplosions = true
|
||||
#Enables lamps burning fuel when worn. Disabling this makes them last forever.
|
||||
enableLampBurningFuel = true
|
||||
#The light value emitted by the worn lamp.
|
||||
#Range: 0 ~ 15
|
||||
lampBrightness = 15
|
||||
#The ticks between times the lamp tries to update its light position while worn. 20 ticks are in a second.
|
||||
#Range: > 1
|
||||
lampUpdateInterval = 15
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue