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
|
||||
|
||||
debugging:
|
||||
verbose: true
|
||||
verbose: false
|
||||
|
||||
database:
|
||||
host: 'localhost'
|
||||
|
|
|
@ -154,7 +154,7 @@ worlds:
|
|||
respawnWorld: ''
|
||||
allowWeather: 'true'
|
||||
difficulty: EASY
|
||||
spawning: &id046
|
||||
spawning: &id007
|
||||
==: MVSpawnSettings
|
||||
animals:
|
||||
==: MVSpawnSubSettings
|
||||
|
@ -166,7 +166,7 @@ worlds:
|
|||
spawn: 'true'
|
||||
spawnrate: '-1'
|
||||
exceptions: []
|
||||
entryfee: &id047
|
||||
entryfee: &id008
|
||||
==: MVEntryFee
|
||||
amount: '0.0'
|
||||
currency: '-1'
|
||||
|
@ -185,7 +185,7 @@ worlds:
|
|||
yaw: 91.80102
|
||||
autoLoad: 'true'
|
||||
bedRespawn: 'true'
|
||||
worldBlacklist: &id048 []
|
||||
worldBlacklist: &id009 []
|
||||
environment: NORMAL
|
||||
seed: '7008642968894271479'
|
||||
generator: TerrainControl
|
||||
|
@ -442,8 +442,8 @@ worlds:
|
|||
respawnWorld: ''
|
||||
allowWeather: 'true'
|
||||
difficulty: EASY
|
||||
spawning: *id046
|
||||
entryfee: *id047
|
||||
spawning: *id007
|
||||
entryfee: *id008
|
||||
hunger: 'true'
|
||||
autoHeal: 'true'
|
||||
adjustSpawn: 'true'
|
||||
|
@ -459,7 +459,7 @@ worlds:
|
|||
yaw: -269.4009
|
||||
autoLoad: 'true'
|
||||
bedRespawn: 'true'
|
||||
worldBlacklist: *id048
|
||||
worldBlacklist: *id009
|
||||
environment: NORMAL
|
||||
seed: '7008642968894271479'
|
||||
generator: TerrainControl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/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
|
||||
for i in "${plugins[@]}"
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue