From e1d748104ddc06400d30a4a14cb1cce269e9e182 Mon Sep 17 00:00:00 2001 From: Chromachine Date: Mon, 19 Aug 2019 14:42:30 +0000 Subject: [PATCH] Jobs update I'm not sure I know what I'm doing --- Jobs/jobConfig.yml | 72 ++++++++++++++--------------- Multiverse-Core/worlds.yml | 94 +++++++++++++++++++------------------- 2 files changed, 83 insertions(+), 83 deletions(-) diff --git a/Jobs/jobConfig.yml b/Jobs/jobConfig.yml index f9c89bf..5f2853e 100644 --- a/Jobs/jobConfig.yml +++ b/Jobs/jobConfig.yml @@ -386,11 +386,11 @@ Jobs: # Catching fish Fish: raw_fish: - income: 20.0 + income: 0.2 experience: 25.0 # If you are using below version 1.13 legacy_raw_fish: - income: 20.0 + income: 0.2 experience: 25.0 # Repairing items Repair: @@ -594,29 +594,29 @@ Jobs: Break: #logs - natural; gain income, points, and exp oak_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 7.0 + points: 2.5 + experience: 2.5 spruce_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 7.0 + points: 2.5 + experience: 2.0 birch_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 5.0 + points: 2.5 + experience: 2.5 jungle_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 5.0 + points: 2.5 + experience: 2.5 acacia_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 5.0 + points: 2.5 + experience: 2.5 dark_oak_log: - income: 1.0 - points: 1.0 - experience: 1.0 + income: 7.0 + points: 2.5 + experience: 2.5 #planks - natural in mineshafts; gain some income/points and exp, but less as compromise as it's mainly a building block and used in placement #oak_planks: #income: 0.25 @@ -765,15 +765,15 @@ Jobs: points: 1 experience: 1 sandstone: - income: 0.15 + income: 0.30 points: 0.15 experience: 0.2 chiseled_sandstone: - income: 0.15 + income: 0.30 points: 0.15 experience: 0.2 cut_sandstone: - income: 0.15 + income: 0.30 points: 0.15 experience: 0.2 coal_ore: @@ -781,31 +781,31 @@ Jobs: points: 2 experience: 2 redstone_ore: - income: 2.5 + income: 5 points: 2 experience: 2 iron_ore: - income: 3.5 + income: 7 points: 3 experience: 2 gold_ore: - income: 5 + income: 10 points: 4 experience: 2 lapis_ore: - income: 7.5 + income: 15 points: 6 experience: 2 diamond_ore: - income: 10 + income: 20 points: 10 experience: 10 emerald_ore: - income: 15 + income: 30 points: 15 experience: 30 nether_quartz_ore: - income: 2.5 + income: 5 points: 2.5 experience: 2.5 obsidian: @@ -813,23 +813,23 @@ Jobs: points: 5 experience: 5 cobblestone_wall: - income: 2.5 + income: 5 points: 2.5 experience: 2.5 mossy_cobblestone_wall: - income: 2.5 + income: 5 points: 2.5 experience: 2.5 nether_bricks: - income: 1.0 + income: 5 points: 1 experience: 1.0 nether_brick_stairs: - income: 3 + income: 6 points: 3 experience: 3 nether_brick_fence: - income: 1 + income: 2 points: 1 experience: 1 netherrack: @@ -850,7 +850,7 @@ Jobs: experience: 2.5 Place: rail: - income: 2.0 + income: 1.0 points: 2.0 experience: 2.0 iron_ore: diff --git a/Multiverse-Core/worlds.yml b/Multiverse-Core/worlds.yml index a83d81c..6fffa45 100644 --- a/Multiverse-Core/worlds.yml +++ b/Multiverse-Core/worlds.yml @@ -1,51 +1,4 @@ worlds: - world: - ==: MVWorld - hidden: 'false' - alias: world - color: WHITE - style: NORMAL - pvp: 'true' - scale: '1.0' - respawnWorld: worldhub - allowWeather: 'true' - difficulty: NORMAL - spawning: - ==: MVSpawnSettings - animals: - ==: MVSpawnSubSettings - spawn: 'true' - spawnrate: '-1' - exceptions: [] - monsters: - ==: MVSpawnSubSettings - spawn: 'true' - spawnrate: '-1' - exceptions: [] - entryfee: - ==: MVEntryFee - amount: '0.0' - hunger: 'true' - autoHeal: 'true' - adjustSpawn: 'true' - portalForm: ALL - gameMode: SURVIVAL - keepSpawnInMemory: 'true' - spawnLocation: - ==: MVSpawnLocation - x: 0.0 - y: 71.0 - z: -240.0 - pitch: 0.0 - yaw: 0.0 - autoLoad: 'true' - bedRespawn: 'true' - worldBlacklist: [] - environment: NORMAL - seed: '1923020019' - generator: 'null' - playerLimit: '-1' - allowFlight: 'true' world_the_end: ==: MVWorld hidden: 'false' @@ -93,6 +46,53 @@ worlds: generator: 'null' playerLimit: '-1' allowFlight: 'true' + world: + ==: MVWorld + hidden: 'false' + alias: world + color: WHITE + style: NORMAL + pvp: 'true' + scale: '1.0' + respawnWorld: worldhub + allowWeather: 'true' + difficulty: NORMAL + spawning: + ==: MVSpawnSettings + animals: + ==: MVSpawnSubSettings + spawn: 'true' + spawnrate: '-1' + exceptions: [] + monsters: + ==: MVSpawnSubSettings + spawn: 'true' + spawnrate: '-1' + exceptions: [] + entryfee: + ==: MVEntryFee + amount: '0.0' + hunger: 'true' + autoHeal: 'true' + adjustSpawn: 'true' + portalForm: ALL + gameMode: SURVIVAL + keepSpawnInMemory: 'true' + spawnLocation: + ==: MVSpawnLocation + x: 0.0 + y: 71.0 + z: -240.0 + pitch: 0.0 + yaw: 0.0 + autoLoad: 'true' + bedRespawn: 'true' + worldBlacklist: [] + environment: NORMAL + seed: '1923020019' + generator: 'null' + playerLimit: '-1' + allowFlight: 'true' world_nether: ==: MVWorld hidden: 'false'