diff --git a/ChestShopNotifier/config.yml b/ChestShopNotifier/config.yml index 6ddccbe..ae44c8b 100755 --- a/ChestShopNotifier/config.yml +++ b/ChestShopNotifier/config.yml @@ -12,7 +12,7 @@ history: max-rows: 10 debugging: - verbose: true + verbose: false database: host: 'localhost' diff --git a/Multiverse-Core/worlds.yml b/Multiverse-Core/worlds.yml index 08efd91..dba7abf 100755 --- a/Multiverse-Core/worlds.yml +++ b/Multiverse-Core/worlds.yml @@ -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 diff --git a/update.sh b/update.sh index 69eb81b..f919fc1 100755 --- a/update.sh +++ b/update.sh @@ -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