Disable CSN verbose logging
And add github folder to script
This commit is contained in:
parent
b21b1c2c04
commit
c782dd9a83
3 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@ history:
|
||||||
max-rows: 10
|
max-rows: 10
|
||||||
|
|
||||||
debugging:
|
debugging:
|
||||||
verbose: true
|
verbose: false
|
||||||
|
|
||||||
database:
|
database:
|
||||||
host: 'localhost'
|
host: 'localhost'
|
||||||
|
|
|
@ -154,7 +154,7 @@ worlds:
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: EASY
|
||||||
spawning: &id046
|
spawning: &id007
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
==: MVSpawnSubSettings
|
==: MVSpawnSubSettings
|
||||||
|
@ -166,7 +166,7 @@ worlds:
|
||||||
spawn: 'true'
|
spawn: 'true'
|
||||||
spawnrate: '-1'
|
spawnrate: '-1'
|
||||||
exceptions: []
|
exceptions: []
|
||||||
entryfee: &id047
|
entryfee: &id008
|
||||||
==: MVEntryFee
|
==: MVEntryFee
|
||||||
amount: '0.0'
|
amount: '0.0'
|
||||||
currency: '-1'
|
currency: '-1'
|
||||||
|
@ -185,7 +185,7 @@ worlds:
|
||||||
yaw: 91.80102
|
yaw: 91.80102
|
||||||
autoLoad: 'true'
|
autoLoad: 'true'
|
||||||
bedRespawn: 'true'
|
bedRespawn: 'true'
|
||||||
worldBlacklist: &id048 []
|
worldBlacklist: &id009 []
|
||||||
environment: NORMAL
|
environment: NORMAL
|
||||||
seed: '7008642968894271479'
|
seed: '7008642968894271479'
|
||||||
generator: TerrainControl
|
generator: TerrainControl
|
||||||
|
@ -442,8 +442,8 @@ worlds:
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: EASY
|
||||||
spawning: *id046
|
spawning: *id007
|
||||||
entryfee: *id047
|
entryfee: *id008
|
||||||
hunger: 'true'
|
hunger: 'true'
|
||||||
autoHeal: 'true'
|
autoHeal: 'true'
|
||||||
adjustSpawn: 'true'
|
adjustSpawn: 'true'
|
||||||
|
@ -459,7 +459,7 @@ worlds:
|
||||||
yaw: -269.4009
|
yaw: -269.4009
|
||||||
autoLoad: 'true'
|
autoLoad: 'true'
|
||||||
bedRespawn: 'true'
|
bedRespawn: 'true'
|
||||||
worldBlacklist: *id048
|
worldBlacklist: *id009
|
||||||
environment: NORMAL
|
environment: NORMAL
|
||||||
seed: '7008642968894271479'
|
seed: '7008642968894271479'
|
||||||
generator: TerrainControl
|
generator: TerrainControl
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git rm --cached -rfq '*/*' # Unstage everything in folders in case a plugin got removed
|
git rm --cached -rfq '*/*' ':!:.github/*' # Unstage everything in folders in case a plugin got removed
|
||||||
readarray -t plugins < plugins.txt # -t removes trailing newlines
|
readarray -t plugins < plugins.txt # -t removes trailing newlines
|
||||||
for i in "${plugins[@]}"
|
for i in "${plugins[@]}"
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue