# Lobby Spawn spawn-lobby: x: 74 y: 37 z: 87.5 yaw: -90 pitch: 0.0 world: lobby # Messages messages: join: "&6%player% &7joined!" needed-players: "&62 &7Players are required to start the game." block-break-forbidden: "&6You &7can't break blocks here!" block-place-forbidden: "&6You &7can't place blocks here!" no-permission: "&6You &7don't have the right permissions to use this command!" build-mode-enabled: "&6BuildMode &7has been enabled!" build-mode-disabled: "&6BuildMode &7has been disabled!" build-mode-enabled-for-player: "&6BuildMode &7has been enabled for the player &6%player%&7!" build-mode-disabled-for-player: "&6BuildMode &7has been enabled for the player &6%player%&7!" couldnt-find-player: "&6Player &7couldn't be found!" game-start: "&7The game is starting in &6%seconds%&7s!" world-not-found: "&7The world &6%world%&7 couldn't be found!" game-start-no-countdown: "&7The game is &6starting&7 now!" teleporting: "&7Teleporting&6..." player-death: "&6%player%&7 was killed by &6%cause%&7!" invalid-game-id: "&7The game id &6%id%&7 is invalid!" cant-find-game: "&6Game&7 couldn't be found!" available-maps: "&7Available &6Maps&7:" force-starting-game: "&7Starting game on map &6%map%&7..." force-stopping-game: "&7Stopping game on map &6%map%&7..." cant-stop-game: "&7Cant stop game because it's already &6stopping&7!" game-won: "%winner% &7won the game!" # Maps maps: # Map name needs to be same as world! cavern: spawn1: x: 0.5 y: 63.0 z: 13.5 yaw: 180.0 pitch: 0.0 spawn2: x: -9.5 y: 63.0 z: 10.5 yaw: -135.5 pitch: 0.0 spawn3: x: -12.5 y: 63.0 z: 0.5 yaw: -90.0 pitch: 0.0 spawn4: x: -9.5 y: 63.0 z: -9.5 yaw: -45 pitch: 0.0 spawn5: x: 0.5 y: 63.0 z: -12.5 yaw: 0.0 pitch: 0.0 spawn6: x: 10.5 y: 63.0 z: -9.5 yaw: 45.0 pitch: 0.0 spawn7: x: 13.5 y: 63.0 z: 0.5 yaw: 90.0 pitch: 0.0 spawn8: x: 10.5 y: 63.0 z: 10.5 yaw: 135.0 pitch: 0.0 cove: spawn1: x: 65.5 y: 30.0 z: 66.5 yaw: 135.0 pitch: 0.0 spawn2: x: 65.5 y: 29.0 z: 55.5 yaw: 90.0 pitch: 0.0 spawn3: x: 59.5 y: 30 z: 39.5 yaw: 40.0 pitch: 0.0 spawn4: x: 51.5 y: 30.0 z: 35.5 yaw: 15 pitch: 0.0 spawn5: x: 46.5 y: 29.0 z: 37 yaw: 0.0 pitch: 0.0 spawn6: x: 38.5 y: 30.0 z: 45.5 yaw: -40.0 pitch: 0.0 spawn7: x: 29.5 y: 29.0 z: 59.5 yaw: -100.0 pitch: 0.0 spawn8: x: 37.5 y: 30.0 z: 65.5 yaw: -135.0 pitch: 0.0 # Chest Loot # Item list ---> https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html # Note: Only <=1.8 Items ! # BukkitMaterial#Amount chest-loot: - STONE_SWORD#1 - APPLE#1 - COOKED_MUTTON#1 - WOOD_SWORD#1 - CHAINMAIL_HELMET#1 - CHAINMAIL_CHESTPLATE#1 - LEATHER_LEGGINGS#1 - WOOD_PICKAXE#1 - BOW#1 - ARROW#5 - LEATHER_BOOTS#1 - WOOD_AXE#1 - GOLD_HELMET#1 - LEATHER_CHESTPLATE#1 - GOLDEN_APPLE#1 - IRON_BOOTS#1 - IRON_CHESTPLATE#1 - GOLD_CHESTPLATE#1 - DIAMOND_PICKAXE#1 - LEATHER_HELMET#1 - IRON_HELMET#1 - COOKED_PORKCHOP#1 - TNT#3 - FISHING_ROD#1 - DIAMOND_BOOTS#1 # Chest Loot Potions # Note: Only <=1.8 Items ! # https://dev.bukkit.org/projects/etshop/pages/potion-data-value-table OR https://minecraftitemids.com/types/potion # Usage: POTION_DATA_VALUE chest-loot-potions: - 8193 # Regen - 8197 # Instant Heal - 16396 # Harming Splash - 16388 # Poison Splash - 8194 # Speed I - 16392 # Weakness Splash - 8195 # Fire Res - 8206 # Invisibility - 16394 # Slowness Splash -