Configuration Files

Guinessis

Member
Joined
Aug 6, 2011
Messages
367
Reaction score
594
Points
93
If you're curious about the mechanics of the configuration files and want a bit more information, this is for you. I've written short explanations for each of the values in the file, which should give you a better idea of the current possibilities. After this first post, I'll copy over the config files from the staff forums so you can use them as examples.

Please do not let the daunting format discourage you from submitting your maps. If you just submit the required kit information and dimensions, I am able to populate the configuration file for you. It may take a bit longer dependent on my schedule, but I have no problem writing the configuration files for any map that is accepted for the server. No need to lose any sleep or hair over this, but in the event that I am not around to write the file you can use this thread as a handy guide.

--------------------------------------------------
MapName: [Self-Explanatory]
Author: [Your Name Here]
BuildTime: [# of seconds that hunters have to build]
GameTime: [# of seconds in the survival phase (usually 600 for ten minutes)]
WorldTime: [0 for dawn, 6000 for midday, 12000 for dusk, 18000 for midnight]
SpawnProtectTime: [Unused?]
WorldWeather: [0 for clear, 1 for weather]
Team0: [Hunter Team Data]
SpawnType: [0 for regular, 1 for random (WIP), 2 for force-spawn]
SpawnLocation:
==: Vector
x: [x coordinate of spawn]
y: [y coordinate of spawn]
z: [z coordinate of spawn]
ChooseKit: [true for picking kits, false for random kits]
OneKitPerRound: [true for only one kit per hunter, false for new kit after death]
KitResetTime: [Minimum length of time between deaths for new kits. If the hunter dies before this is up, then they get the "HunterFree" kit (usually Scavenger)]
BoxChance: [% chance of random item or box]
Team1: [Survivor Team Data]
SpawnType: [0 for regular, 1 for random (WIP), 2 for force-spawn]
SpawnLocation:
==: Vector
x: [x coordinate of spawn]
y: [y coordinate of spawn]
z: [z coordinate of spawn]
ChooseKit: [true for picking kits, false for random kits]
Centre:
==: Vector
x: [x coordinate of center point]
y: [y coordinate of center point]
z: [z coordinate of center point]
WorldSize: [Distance from center to edge in blocks. Map dimensions must be square]
SkyLimit: [Maximum height at which players may place blocks (y coordinate)]
ResetInventory: [true to clear inventory at round start, false to carry over items]
CanUseLocate: [true for hunters to use /loc, false for no]
SurvivorRestrictedPlaceAll: [true to restrict all survivor block placements, false for no]
SurvivorRestrictedBreakAll: [true to restrict all survivor block breaks, false for no]
HunterRestrictedPlaceAll: [true to restrict all hunter block placements, false for no]
HunterRestrictedBreakAll: [true to restrict all hunter block breaks, false for no]
MysteryBoxChance: [% chance of mystery items]

All the following fields use Bukkit's item DB conventions - use http://jd.bukkit.org/apidocs/org/bukkit/Material.html to look up block and entity names.

SurvivorRestrictedBreak:
- [LIST OF BLOCKS TO RESTRICT SURVIVOR BREAKING]
SurvivorRestrictedPlace:
- [LIST OF BLOCKS TO RESTRICT SURVIVOR PLACING]
SurvivorRestrictedBreakEx:
- [LIST OF BLOCKS THAT SURVIVORS MAY BREAK AFTER ROUND STARTS]
HunterRestrictedPlace:
- [LIST OF BLOCKS TO RESTRICT HUNTER PLACING]
HunterRestrictedBreak:
- [LIST OF BLOCKS TO RESTRICT SURVIVOR BREAKING]

For each kit, provide a list of their items. The convention used here is:
- [ITEM NAME].[DAMAGE VALUE]|[AMOUNT]

A list of damage values may be seen at http://www.minecraftinfo.com/IDList.htm.

So for example, if you wanted the kit to include two swiftness II splash potions, you'd write:
- POTION.16418|2
[POTION is the name from http://jd.bukkit.org/apidocs/org/bukkit/Material.html, 16418 is the value from http://www.minecraftinfo.com/IDList.htm.]

As another example, if you wanted the kit to include four cave spider eggs, you'd write
- MONSTER_EGG.59|4

HunterFree: [HunterFree is the Scavenger kit]
Scavenger: [Scavenger is the default name, but you may change it here]
- [LIST OF KIT ITEMS]
Juggernaut: [Juggernaut is the uber kit for the Juggernaut]
Titan: [Titan is the default name, but you may change it here]
- [LIST OF KIT ITEMS]
HunterLeader: [HunterLeader is the kit for the first hunter]
Leader: [Leader is the default name, you may change it here]
- [LIST OF KIT ITEMS]
HunterStart: [HunterStart is a collection of kits that hunter have access to]
Kit1: [You may add as many or as few as you like, just specify their name and the list of items]
- [LIST OF KIT ITEMS]
Kit2:
- [LIST OF KIT ITEMS]
Kit3:
- [LIST OF KIT ITEMS]
SurvivorStart: [SurvivorStart is a collection of kits that survivors have access to]
Kit1: [You may add as many or as few as you like, just specify their name and the list of items]
- [LIST OF KIT ITEMS]
Kit2:
- [LIST OF KIT ITEMS]
Kit3:
- [LIST OF KIT ITEMS]
--------------------------------------------------
Enchanted items! http://blocktopia.net/forum/threads/so-you-want-to-make-a-map.8233/#post-181269
--------------------------------------------------
Potion effects! http://blocktopia.net/forum/threads/potion-effect-requests.9240/
--------------------------------------------------
Remember, formatting and spacing are very important! Check your format with http://yaml-online-parser.appspot.com/ when you are done, and work directly from an existing config file like the handy example below.

Code:
MapName: Desert
Author: Unknown
BuildTime: 180
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 85.5
    y: 64.0
    z: 134.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 120
  BoxChance: 15
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 85.5
    y: 64.0
    z: 134.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 85.5
  y: 64.0
  z: 134.5
WorldSize: 50
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
- SAND
- SANDSTONE
- DIRT
- TRAPDOOR
- WOOL
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- IRON_ORE
- DIAMOND_ORE
Kit:
  HunterFree:
    Scavenger:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Leader:
    - STONE_SWORD
    - BOW
    - ARROW|8
  HunterStart:
    Warrior:
    - STONE_SWORD
    - DIRT|32
    Archer:
    - BOW
    - ARROW|16
    Scout:
    - IRON_PICKAXE
    - DIRT|64
  SurvivorStart:
    Chef:
    - WOOD_SWORD
    - BREAD|8
    Knight:
    - STONE_SWORD
    - POTION.5|1
    Archer:
    - BOW
    - ARROW|8
 

Guinessis

Member
Joined
Aug 6, 2011
Messages
367
Reaction score
594
Points
93
Relic
Code:
MapName: Relic
Author: Guinessis
BuildTime: 120
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -54.5
    y: 67
    z: 92.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -54.5
    y: 67
    z: 92.5
  ChooseKit: false
Centre:
  ==: Vector
  x: -54.5
  y: 120.5
  z: 172.5
WorldSize: 110
SkyLimit: 140
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
- IRON_BLOCK
- STONE
- COBBLESTONE
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- IRON_BLOCK
- STONE
- COBBLESTONE
Kit:
  HunterFree:
    Scavenger:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Eidolon:
    - WOOD_SWORD
    - BOW
    - ARROW|64
    - ENDER_PEARL|3
    - LEATHER_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - LEATHER_BOOTS
    - POTION.34|1
  HunterStart:
    Apparition:
    - WOOD_SWORD
    - BOW
    - ARROW|64
    - LEATHER_BOOTS
    - LEATHER_CHESTPLATE
    Shade:
    - WOOD_SWORD
    - POTION.34|1
    - BOW
    - ARROW|64
    - POTION.16404|3
    Banshee:
    - ENDER_PEARL|1
    - POTION.16388|1
    - POTION.16396|3
    - POTION.16456|1
    - POTION.16394|1
    - BOW
    - ARROW|64
  SurvivorStart:
    Citizen:
    - BOW
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - ARROW|16
    - BREAD|4
    Priest:
    - WOOD_SWORD
    - BOW
    - ARROW|16
    - POTION.16389|5
    - POTION.16396|5
ExplosiveArena
Code:
MapName: ExplosiveArena
Author: Guinessis
BuildTime: 60
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 1100.5
    y: 31
    z: -493.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 1100.5
    y: 31
    z: -493.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 1100.5
  y: 32
  z: -493.5
WorldSize: 110
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- SANDSTONE
- CHEST
- IRON_FENCE
SurvivorRestrictedBreakEx:
- SANDSTONE
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Scavenger:
    - WOOD_SWORD
  Juggernaut:
    Bomberman:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - TNT|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Saboteur:
    - TNT|64
    - TNT|64
    - STONE_SWORD
    - FLINT_AND_STEEL
    - ENDER_PEARL|2
    - POTION.34|1
  HunterStart:
    Demolitionist:
    - STONE_SWORD
    - FLINT_AND_STEEL
    - TNT|64
    - TNT|64
  SurvivorStart:
    Demolitionist:
    - TNT|64
    - TNT|64
SkullFortress
Code:
MapName: SkullFortress
Author: PlanetMinecraft
BuildTime: 180
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 312.5
    y: 19.0
    z: 1953.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 312.5
    y: 19.0
    z: 1953.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 222.5
  y: 64.0
  z: 2030.5
WorldSize: 200
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Minion:
    - WOOD_SWORD
    - BOW
    - ARROW|4
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Skeletal_Captain:
    - STONE_SWORD
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_BOOTS
    - BOW
    - ARROW|32
    - BONE|1
  HunterStart:
    Skeletal_Warrior:
    - STONE_SWORD
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - LEATHER_BOOTS
    - BONE|1
    Skeletal_Archer:
    - WOOD_SWORD
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - LEATHER_BOOTS
    - BOW
    - ARROW|32
    - BONE|1
    Skeletal_Scout:
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - LEATHER_BOOTS
    - IRON_PICKAXE
    - IRON_SHOVEL
    - DIRT|32
    - BONE|1
  SurvivorStart:
    Traveler:
    - WOOD_SWORD
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - LEATHER_BOOTS
    - BOW
    - ARROW|16
    - BREAD|6
    - BOOK|2
    Caravan_Guard:
    - STONE_SWORD
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - POTION.5|1
    - BREAD|2
Academy
Code:
MapName: Academy
Author: Guinessis
BuildTime: 120
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -180.5
    y: 65.0
    z: 73.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 120
  BoxChance: 15
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -180.5
    y: 65.0
    z: 73.5
  ChooseKit: false
Centre:
  ==: Vector
  x: -195.0
  y: 73.0
  z: 90.0
WorldSize: 60
SkyLimit: 140
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
- STONE
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
- STONE
Kit:
  HunterFree:
    Graduate_Student:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Captain:
    - STONE_SWORD
    - BOW
    - ARROW|8
  HunterStart:
    Berserker:
    - IRON_SWORD
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - POTION.8265|1
    Goliath:
    - WOOD_SWORD
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - POTION.8225|1
    Stalker:
    - STONE_SWORD
    - BOW
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - ARROW|64
    - POTION.8194|1
    - ENDER_PEARL|2
    Saboteur:
    - IRON_PICKAXE
    - SHEARS
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - FLINT_AND_STEEL
    - TNT|8
    - DIRT|64
  SurvivorStart:
    Guard:
    - STONE_SWORD
    - BOW
    - CHAINMAIL_CHESTPLATE
    - LEATHER_LEGGINGS
    - CHAINMAIL_BOOTS
    - CHAINMAIL_HELMET
    - ARROW|16
    - BREAD|3
    Scientist:
    - WOOD_SWORD
    - LEATHER_LEGGINGS
    - POTION.16396|5
    - POTION.16389|5
    - POTION.8258|1
    - POTION.16394|3
    - POTION.8193|2
    - BREAD|3
    Engineer:
    - BOW
    - ARROW|16
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - LEATHER_HELMET
    - DIRT|16
    - WEB|8
    - SHEARS
    - FLINT_AND_STEEL
    - TNT|4
    - BREAD|3
Arachnophobia
Code:
MapName: Arachnophobia
Author: Olix27/Xilo27
BuildTime: 120
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 8.5
    y: 70.0
    z: -1.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 120
  BoxChance: 15
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 8.5
    y: 70.0
    z: -1.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 8.0
  y: 256.0
  z: 7.5
WorldSize: 84
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Platypus:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Lumberjack:
    - DIAMOND_AXE
    - MAIL_LEGGINGS
    - MAIL_CHESTPLATE
    - MAIL_BOOTS
    - GLOWSTONE|64
    - BOW
    - ARROW|42
    - ENDER_PEARL|4
  HunterStart:
    Warrior:
    - MAIL_CHESTPLATE
    - STONE_SWORD
    - GLOWSTONE|64
    - ENDER_PEARL|1
    Archer:
    - BOW
    - ARROW|27
    - SNOW_BALL|4
    - ENDER_PEARL|1
    Specialist:
    - IRON_AXE
    - GLOWSTONE|64
    - GLOWSTONE|64
    - TNT|5
    - REDSTONE_TORCH|5
    - ENDER_PEARL|2
    - VINE|42
  SurvivorStart:
    Beaver:
    - DIAMOND_SHOVEL
    - COOKIE|64
ValianceKeep
Code:
MapName: ValianceKeep
Author: PlanetMinecraft
BuildTime: 180
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 64.5
    y: 70.0
    z: -8.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 30
  BoxChance: 15
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 64.5
    y: 70.0
    z: -8.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 65.0
  y: 64.0
  z: 15.0
WorldSize: 115
SkyLimit: 140
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Cabin Boy:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Grim Invader:
    - GOLD_LEGGINGS
    - GOLD_CHESTPLATE
    - GOLD_BOOTS
    - STONE_SWORD
    - BOW
    - ARROW|16
    - ENDER_PEARL|2
    - POTION.8226|1
  HunterStart:
    Barbarian:
    - STONE_SWORD
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - IRON_BOOTS
    - DIRT|32
    - POTION.8226|1
    Marauder:
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - IRON_BOOTS
    - BOW
    - ARROW|64
    - POTION.8226|1
    Spy:
    - STONE_SWORD
    - IRON_PICKAXE
    - DIRT|64
    - ENDER_PEARL|3
    - POTION.8226|3
  SurvivorStart:
    Villager:
    - WOOD_SWORD
    - BOW
    - ARROW|16
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - LEATHER_BOOTS
    - BREAD|3
    Defender:
    - STONE_SWORD
    - LEATHER_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - IRON_BOOTS
    - POTION.5|1
    - BREAD|3
    Blacksmith:
    - IRON_INGOT|8
    - GOLD_INGOT|8
    - COAL|8
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - LEATHER_BOOTS
    - BREAD|3
Vertigo
Code:
MapName: Vertigo
Author: ClockworkMyr
BuildTime: 180
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 8.0
    y: 8.0
    z: 8.0
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 120
  BoxChance: 15
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 8.0
    y: 8.0
    z: 8.0
  ChooseKit: false
Centre:
  ==: Vector
  x: 8.0
  y: 100.0
  z: 8.0
WorldSize: 71
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
- IRON_BLOCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
- IRON_BLOCK
Kit:
  HunterFree:
    Bellboy:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Apparition:
    - DIAMOND_PICKAXE
    - DIAMOND_SWORD
    - SHEARS
    - ENDER_PEARL|2
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - POTION.16386|1
  HunterStart:
    Tarantula:
    - IRON_AXE
    - MONSTER_EGG.52|3
    - MONSTER_EGG.59|3
    Vulture:
    - STONE_SWORD
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_BOOTS
    Comprachico:
    - IRON_BOOTS
    - IRON_SWORD
    - IRON_PICKAXE
    Tempest:
    - SAND|32
    - IRON_PICKAXE
    - IRON_SHOVEL
    - STONE_SWORD
    Voodoo:
    - POTION.8226|2
    - POTION.16394|2
    - GOLD_SWORD
    - GOLD_PICKAXE
    - STONE_SWORD
    - BOOKSHELF
    - ENCHANTMENT_TABLE
    - EXP_BOTTLE|7
  SurvivorStart:
    Runner:
    - LEATHER_BOOTS
    - IRON_SWORD
    - LEVER|10
    - REDSTONE_TORCH|4
    - BREAD|6
    Immunized:
    - STONE_SWORD
    - POTION.16421|2
    - VINE|8
    - LADDER|8
    - REDSTONE_TORCH|4
    - MELON|16
    - LEATHER_CHESTPLATE
    Ascender:
    - IRON_BOOTS
    - STONE_SWORD
    - LEVER|8
    - REDSTONE_TORCH|4
    - VINE|20
    - STEAK|4
    Witchcraft:
    - BREWING_STAND|2
    - NETHER_WARTS|6
    - GLASS_BOTTLE|12
    - SUGAR|2
    - BLAZE_POWDER|2
    - FERMENTED_SPIDER_EYE|2
    - STONE_SWORD
    - BREAD|3
    - BOW
    - ARROW|6
    OtherSide:
    - IRON_AXE
    - GRILLED_PORK|3
    - FLINT_AND_STEEL
    - FIREBALL|15
    - DISPENSER|3
    - LEVER|3
    - WOOD_PLATE|3
    - REDSTONE_LAMP_OFF|2
    - REDSTONE|16
Ziba Tower
Code:
MapName: Ziba_Tower
Author: Abelgpwnsyou+DareDevilke+Prizyms
BuildTime: 180
GameTime: 600
WorldTime: 18000
SpawnProtectTime: 5000
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 13.5
    y: 85.0
    z: -2117.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 30
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 13.5
    y: 85.0
    z: -2117.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 9.0
  y: 64.0
  z: 2105.0
WorldSize: 36
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
- IRON_BLOCK
- WOOL
- STONE
- THIN_GLASS
- GLOWSTONE
- FENCE
- STEP
- DOUBLE_STEP
- GLASS
- ICE
- SMOOTH_BRICK
SurvivorRestrictedPlace:
- BEDROCK
- BEDROCK
- IRON_BLOCK
- WOOL
- STONE
- THIN_GLASS
- GLOWSTONE
- FENCE
- STEP
- DOUBLE_STEP
- GLASS
- ICE
- SMOOTH_BRICK
SurvivorRestrictedBreakEx:
- FIRE
- WEB
HunterRestrictedPlace:
- BEDROCK
- BEDROCK
- IRON_BLOCK
- WOOL
- STONE
- THIN_GLASS
- GLOWSTONE
- FENCE
- STEP
- DOUBLE_STEP
- GLASS
- ICE
- SMOOTH_BRICK
HunterRestrictedBreak:
- BEDROCK
- IRON_BLOCK
- WOOL
- STONE
- THIN_GLASS
- GLOWSTONE
- FENCE
- STEP
- DOUBLE_STEP
- GLASS
- ICE
- SMOOTH_BRICK
Kit:
  HunterFree:
    Intern:
    - WOOD_SWORD
  Juggernaut:
    Janitor:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Brute:
    - IRON_SWORD
    - POTION.16393|1
    - IRON_LEGGINGS
  HunterStart:
    Brute:
    - IRON_SWORD
    - POTION.16393|1
    - IRON_LEGGINGS
    Arsonist:
    - FIREBALL|2
    - WOOD_SWORD
    - POTION.16428|1
    Criminal:
    - STONE_SWORD
    - CHAINMAIL_LEGGINGS
    - POTION.16388|1
  SurvivorStart:
    Receptionist:
    - STONE_SWORD
    - APPLE|2
    - LEATHER_BOOTS
    - WEB|2
    Guard:
    - STONE_SWORD
    - CHAINMAIL_CHESTPLATE
    - POTION.16394|1
    Tourist:
    - WOOD_SWORD
    - BREAD|4
    - STICK|2
    - IRON_BOOTS
    - LEATHER_CHESTPLATE
 

Guinessis

Member
Joined
Aug 6, 2011
Messages
367
Reaction score
594
Points
93
Deadhouse_Gates
Code:
MapName: Deadhouse_Gates
Author: Guinessis
BuildTime: 120
GameTime: 600
WorldTime: 19000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -6.5
    y: 105
    z: 83.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 30
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -6.5
    y: 105
    z: 83.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 61.5
  y: 105.5
  z: 83.5
WorldSize: 100
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
- WEB
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Fodder:
    - WOOD_SWORD
    - GOLD_BOOTS
    - BREAD|6
    - DIRT|4
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Sentinel:
    - IRON_LEGGINGS
    - IRON_CHESTPLATE
    - IRON_BOOTS
    - BOW
    - ARROW|32
    - STONE_SWORD
    - ENDER_PEARL|1
  HunterStart:
    Sentinel:
    - IRON_LEGGINGS
    - IRON_CHESTPLATE
    - IRON_BOOTS
    - BOW
    - ARROW|32
    - STONE_SWORD
    - ENDER_PEARL|1
  SurvivorStart:
    Traveler:
    - IRON_LEGGINGS
    - IRON_CHESTPLATE
    - IRON_BOOTS
    - IRON_HELMET
    - BOW
    - ARROW|8
    - STONE_SWORD
    - BREAD|2
Canopy
Code:
MapName: Canopy
Author: Guinessis
BuildTime: 60
GameTime: 480
WorldTime: 18000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 100.5
    y: 63.0
    z: 98.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 45
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 100.5
    y: 63.0
    z: 98.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 100.5
  y: 64.0
  z: 100.5
WorldSize: 72
SkyLimit: 200
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: true
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
- LOG
SurvivorRestrictedPlace:
- BEDROCK
- DIRT
SurvivorRestrictedBreakEx:
- TORCH
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
- CHEST
- LEAVES
- LOG
Kit:
  HunterFree:
    Fodder:
    - WOOD_SWORD
    - GOLD_BOOTS
    - DIRT|4
    - BREAD|6
  Juggernaut:
    Silverback:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
    - FLINT_AND_STEEL
  HunterLeader:
    Sky_Captain:
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - STONE_SWORD
    - BOW
    - ARROW|32
    - DIRT|8
  HunterStart:
    Balloonist:
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - STONE_SWORD
    - DIRT|8
    - BOW
    - ARROW|8
    Navigator:
    - WOOD_SWORD
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - BOW
    - ARROW|32
    - DIRT|8
    - MAP
    - COMPASS
  SurvivorStart:
    Monkey:
    - WOOD_SWORD
    - BREAD|8
    - BOW
    - ARROW|32
    - POTION.5|1
    Sloth:
    - WOOD_SWORD
    - BREAD|6
    - BOW
    - ARROW|8
    - LEATHER_LEGGINGS
    - LEATHER_HELMET
    - POTION.16418|2
    - POTION.16394|2
    Jaguar:
    - STONE_SWORD
    - GOLD_HELMET
    - GRILLED_PORK|2
    - BOW
    - ARROW|8
    - POTION.16393|1
Clockwork
Code:
MapName: Clockwork
Author: Guinessis
BuildTime: 60
GameTime: 600
WorldTime: 20000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 50.5
    y: 44.0
    z: 12.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 45
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 50.5
    y: 44.0
    z: 12.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 50.0
  y: 78.0
  z: 55.0
WorldSize: 60
SkyLimit: 200
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: true
SurvivorRestrictedBreakAll: true
HunterRestrictedPlaceAll: true
HunterRestrictedBreakAll: true
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Ghome:
    - WOOD_SWORD
  Juggernaut:
    Big_Ben:
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.16484|1
    - POTION.16428|1
    - POTION.16394|1
    - POTION.16421|1
    - POTION.16450|1
    - ARROW|64
    - FLINT_AND_STEEL
  HunterLeader:
    Stopwatch:
    - LEATHER_CHESTPLATE
    - MAIL_LEGGINGS
    - LEATHER_BOOTS
    - BOW
    - ARROW|16
    - WOOD_SWORD
    - POTION.16386|1
    - POTION.16394|1
    - POTION.16340|1
    - POTION.16388|1
    - ENDER_PEARL|1
  HunterStart:
    Grandfather:
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - WOOD_SWORD
    - POTION.16386|1
    - POTION.16394|1
    - POTION.16340|1
    - POTION.16388|1
    - ENDER_PEARL|1
    Hourglass:
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - BOW
    - ARROW|16
    - WOOD_SWORD
    - ENDER_PEARL|1
  SurvivorStart:
    Sundial:
    - IRON_HELMET
    - APPLE|8
    - BOW
    - ARROW|32
    - POTION.5|1
    - TORCH|8
    - BOOK|1
    - TORCH|8
Y'Ghatan
Code:
MapName: Y'Ghatan
Author: Guinessis
BuildTime: 180
GameTime: 600
WorldTime: 20000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 68.5
    y: 76.0
    z: 100.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 45
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 68.5
    y: 76.0
    z: 100.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 80.0
  y: 50.0
  z: 95.0
WorldSize: 80
SkyLimit: 110
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
- LOG
- CHEST
SurvivorRestrictedPlace:
- BEDROCK
- DIRT
SurvivorRestrictedBreakEx:
- TORCH
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
- CHEST
Kit:
  HunterFree:
    Scourge:
    - WOOD_SWORD
    - WOOD_PICKAXE
  Juggernaut:
    Plaguebringer:
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.16484|1
    - POTION.16428|1
    - POTION.16394|1
    - POTION.16421|1
    - POTION.16450|1
    - ARROW|64
    - FLINT_AND_STEEL
  HunterLeader:
    Cadaver:
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - GOLD_PICKAXE
    - BOW
    - ARROW|32
    - IRON_SWORD
    - POTION.8193|1
    - TORCH|8
  HunterStart:
    Shambler:
    - TNT|12
    - STONE_PICKAXE
    - FLINT_AND_STEEL
    - STONE_SWORD
    - TORCH|8
    Horror:
    - IRON_SWORD
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_BOOTS
    - POTION.8201|1
    - ENDER_PEARL|1
    - TORCH|8
    Shrieker:
    - STONE_SWORD
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - POTION.8226|1
    - BOW
    - ARROW|32
    - TORCH|8
  SurvivorStart:
    Adventurer:
    - IRON_HELMET
    - APPLE|8
    - BOW
    - ARROW|32
    - POTION.5|1
    - TORCH|8
    - BOOK|1
    - TORCH|8
    Spelunker:
    - LEATHER_HELMET
    - LEATHER_BOOTS
    - TNT|4
    - FLINT_AND_STEEL
    - WOOD_SWORD
    - WOOD_PICKAXE
    - LEATHER_HELMET
    - STRING|1
    - TORCH|8
    - BREAD|4
    Explorer:
    - CHAINMAIL_HELMET
    - STONE_SWORD
    - BOW
    - ARROW|8
    - COMPASS|1
    - TORCH|8
    - GRILLED_PORK|3
Dirt Mansion
Code:
MapName: DirtMansion
Author: Valorian/Baker93
BuildTime: 120
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -43
    y: 110
    z: -269
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 10
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -43
    y: 110
    z: -269
  ChooseKit: false
Centre:
  ==: Vector
  x: -126
  y: 213
  z: -270
WorldSize: 90
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
- IRON_BLOCK
- GOLD_BLOCK
- DIRT
- GRASS
- DIAMOND_BLOCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- IRON_BLOCK
- DIAMOND_BLOCK
- GOLD_BLOCK
Kit:
  HunterFree:
    Scavenger:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Leader:
    - IRON_SWORD
    - BOW
    - ARROW|16
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    -LEATHER_BOOTS
  HunterStart:
    Warrior:
    - STONE_SWORD
    - DIRT|32
    - STONE_AXE
    Archer:
    - BOW
    - ARROW|16
    - WOOD_SWORD
  SurvivorStart:
    Chef:
    - WOOD_SWORD
    - GOLD_AXE
    - BREAD|4
    Knight:
    - STONE_SWORD
    - POTION.5|1
    Archer:
    - BOW
    - ARROW|16
CloseQuarters
Code:
MapName: CloseQuarters
Author: Guinessis
BuildTime: 60
GameTime: 600
WorldTime: 23000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 98.5
    y: 36
    z: 85.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 98.5
    y: 36
    z: 85.5
  ChooseKit: false
Centre:
  ==: Vector
  x: 98.5
  y: 36
  z: 85.5
WorldSize: 50
SkyLimit: 50
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Scavenger:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Commander:
    - STONE_SWORD
    - BOW
    - ARROW|64
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_CHESTPLATE
    - LEATHER_BOOTS
  HunterStart:
    Combatant:
    - STONE_SWORD
    - BOW
    - ARROW|64
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - LEATHER_BOOTS
    Demolitionist:
    - WOOD_SWORD
    - TNT|16
    - FLINT_AND_STEEL
    - STONE_PICKAXE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
  SurvivorStart:
    Combatant:
    - STONE_SWORD
    - BOW
    - ARROW|64
    - LEATHER_LEGGINGS
    - LEATHER_CHESTPLATE
    - LEATHER_BOOTS
    - BREAD|6
Artwood
Code:
MapName: Artwood
Author: Artwood/Guinessis
BuildTime: 120
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -410.5
    y: 67
    z: -204.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 45
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -410.5
    y: 67
    z: -204.5
  ChooseKit: false
Centre:
  ==: Vector
  x: -400.5
  y: 94
  z: -204.5
WorldSize: 95
SkyLimit: 150
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 5
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Scoundrel:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    High_Priest:
    - STONE_SWORD
    - BOW
    - ARROW|16
    - LEATHER_LEGGINGS
    - IRON_CHESTPLATE
    - LEATHER_BOOTS
    - POTION.39|1
  HunterStart:
    Scout:
    - IRON_PICKAXE
    - DIRT|32
    - ENDER_PEARL|1
    - LADDER|4
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    Cultist:
    - STONE_SWORD
    - STONE_AXE
    - FLINT_AND_STEEL
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    Warlock:
    - WOOD_SWORD
    - ENDER_PEARL|2
    - POTION.16388|1
    - POTION.16396|3
    - POTION.16456|1
    - POTION.16394|1
  SurvivorStart:
    Villager:
    - WOOD_SWORD
    - BREAD|12
    - BOOK
    - GOLD_HELMET
    - BOW
    - ARROW|16
    - DIRT|16
    Archer:
    - WOOD_SWORD
    - BREAD|2
    - ARROW|32
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    Guard:
    - STONE_SWORD
    - BREAD|2
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - LEATHER_CHESTPLATE
    - LEATHER_HELMET
BuildBox
Code:
MapName: BuildBox
Author: Olix27/Xilo27
BuildTime: 180
GameTime: 600
WorldTime: 13000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -4
    y: 72
    z: -18
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 10
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -4
    y: 72
    z: -18
  ChooseKit: false
Centre:
  ==: Vector
  x: -4
  y: 255
  z: -18
WorldSize: 42
SkyLimit: 256
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
- LONG_GRASS
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    MiniGriefer:
    - WOOD_SWORD
  Juggernaut:
    Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Lava_Griefer:
    - STONE_SWORD
    - BOW
    - ARROW|64
    - ARROW|64
    - LAVA_BUCKET
    - WATER_BUCKET
    - ENDER_PEARL|1
    - VINES|42
    - SNOW_BLOCK|64
    - SNOW_BLOCK|64
  HunterStart:
    Griefer:
    - WOOD_SWORD
    - BOW
    - ARROW|32
    - SNOW_BLOCK|64
  SurvivorStart:
    Adv_Builder:
    - WOOD_SWORD
    - COOKIE|64
    - DISPENSER
    - ARROW|16
PoolHall
Code:
MapName: PoolHall
Author: Guinessis
BuildTime: 30
GameTime: 300
WorldTime: 20000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 2
  SpawnLocation:
    ==: Vector
    x: 100.0
    y: 42.0
    z: 100.0
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 75.0
    y: 35
    z: 100.0
  ChooseKit: false
Centre:
    ==: Vector
    x: 100.0
    y: 64
    z: 100.0
WorldSize: 60.0
SkyLimit: 200.0
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: true
SurvivorRestrictedBreakAll: true
HunterRestrictedPlaceAll: true
HunterRestrictedBreakAll: true
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
- DIRT
SurvivorRestrictedBreakEx:
- TORCH
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
  CueBall:
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - WOOD_SWORD
    - POTION.8258|1
  Juggernaut:
    Doomed:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
    - FLINT_AND_STEEL
  HunterLeader:
    CueBall:
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - WOOD_SWORD
    - POTION.8258|1
  HunterStart:
    CueBall:
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - WOOD_SWORD
    - POTION.8258|1
  SurvivorStart:
    EightBall:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - BREAD|2
    - INK_SAC
Divided
Code:
MapName: Divided
Author: Guinessis
BuildTime: 180
GameTime: 600
WorldTime: 16000
SpawnProtectTime: 5
WorldWeather: 0
Team0:
  SpawnType: 2
  SpawnLocation:
    ==: Vector
    x: 28.5
    y: 70
    z: 197.5
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 1
  BoxChance: 0
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: -93.5
    y: 70
    z: 238.5
  ChooseKit: false
Centre:
  ==: Vector
  x: -35.5
  y: 100.0
  z: 257.5
WorldSize: 85
SkyLimit: 150
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 15
SurvivorRestrictedBreak:
- BEDROCK
- CHEST
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- TORCH
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
- CHEST
Kit:
  HunterFree:
    Stoneborn_Minion:
    - STONE_SWORD
    - WOOD_PICKAXE
  Juggernaut:
    Stoneborn_Alchemist:
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.16484|1
    - POTION.16428|1
    - POTION.16394|1
    - POTION.16421|1
    - POTION.16450|1
    - ARROW|64
    - FLINT_AND_STEEL
  HunterLeader:
    Stoneborn_Captain:
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - ENDER_PEARL|1
    - BOW
    - ARROW|64
    - STONE_SWORD
    - POTION.8193|1
  HunterStart:
    Stoneborn_Engineer:
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - IRON_PICKAXE
    - FLINT_AND_STEEL
    - WOOD_SWORD
    - ENDER_PEARL|1
    - DIRT|64
    - WEB|8
    Stoneborn_Warrior:
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - STONE_SWORD
    - ENDER_PEARL|1
    Stoneborn_Archer:
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - WOOD_SWORD
    - BOW
    - ARROW|64
    - ENDER_PEARL|1
  SurvivorStart:
    Goldborn_Warrior:
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - GOLD_HELMET
    - GOLD_SWORD
    - GOLDEN_APPLE|2
    Goldborn_Archer:
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - GOLD_HELMET
    - BOW
    - ARROW|64
    - GOLDEN_APPLE|2
 

Olix

Member
Joined
Mar 23, 2012
Messages
186
Reaction score
266
Points
63
Thank you so much for this, Guin! Awesome thread!
I still don't quite understand what the boxchance and mysteryboxchance values do, have any maps used those features?
 

Guinessis

Member
Joined
Aug 6, 2011
Messages
367
Reaction score
594
Points
93
Thank you so much for this, Guin! Awesome thread!
I still don't quite understand what the boxchance and mysteryboxchance values do, have any maps used those features?
My best guess is that they are responsible for the "Good work last round! Have a [random item]!" messages that pop up every now and then. I tend to just leave them be. Older configuration file formats had "mystery" box kits as well (including legendary boxes). LISTINGS09 probably (definitely) knows more about them than I do.
 
  • Like
Reactions: Olix

LISTINGS09

Ain't afraid of no ghost
Joined
Aug 6, 2011
Messages
366
Reaction score
606
Points
93
Website
www.4thdp.com
A while back there was going to be chance that a 'chest' appeared on a level for players to loot. This didn't really play out. You can leave them in, or remove them, it won't affect anything currently.
 

Olix

Member
Joined
Mar 23, 2012
Messages
186
Reaction score
266
Points
63
Is this guide updated to include the syntax and function of all the new additions (like blanket potion effects and fall damage reduction)? I don't see anything about it currently and it would certainly be very useful, not to mention more reliable then my inferences from new map submissions...
EDIT: ...I feel incredibly silly for posting this now xD
 

Baker93

Alkaqube
Joined
Aug 27, 2011
Messages
946
Reaction score
1,699
Points
243
Now this is all a bit daunting, yes? Big wall of strange text!

I'm just interested to hear which parts of this are confusing, as having these pre-made by map makers speeds up the process by phenomenal amounts.

So feel free to post any questions/queries here. But be sure to try and read the post first!
 

Guinessis

Member
Joined
Aug 6, 2011
Messages
367
Reaction score
594
Points
93
Baker93 - updated config file for Reverence that removes the names and descriptions (enchants only) as well as removing the speed 2 buff for the hunters.

Code:
MapName: Reverence
Author: Guinessis
BuildTime: 120
GameTime: 600
WorldTime: 9000
SpawnProtectTime: 5000
WorldWeather: 1
Team0:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 25.0
    y: 47.0
    z: -1.0
  ChooseKit: false
  OneKitPerRound: false
  KitResetTime: 5
  BoxChance: 0
  MoveFirstHunter: false
  FallReduction: 1000
  CanDrown: false
Team1:
  SpawnType: 0
  SpawnLocation:
    ==: Vector
    x: 25.0
    y: 47.0
    z: -1.0
  ChooseKit: false
  FallReduction: 0
  CanDrown: true
Centre:
  ==: Vector
  x: 0.0
  y: 40.0
  z: 0.0
WorldSize: 100
SkyLimit: 80
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 0
SurvivorRestrictedBreak:
- BEDROCK
SurvivorRestrictedPlace:
- BEDROCK
SurvivorRestrictedBreakEx:
- LONG_GRASS
- BROWN_MUSHROOM
- RED_MUSHROOM
HunterRestrictedPlace:
- BEDROCK
HunterRestrictedBreak:
- BEDROCK
Kit:
  HunterFree:
    Grovekeeper:
    - WOOD_SWORD.KNOCKBACK:1
    - LEATHER_BOOTS.PROTECTION_PROJECTILE:3
    - BOW.ARROW_INFINITE:1
    - ARROW|1
  Juggernaut:
    Ancient_Titan:
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - DIAMOND_SWORD
    - BOW
    - GRILLED_PORK|16
    - WOOL|64
    - POTION.8258|1
    - POTION.5|1
    - POTION.5|1
    - POTION.5|1
    - POTION.8257|1
    - ARROW|64
  HunterLeader:
    Ancient_Guardian:
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - STONE_SWORD
    - BOW.ARROW_INFINITE:1
    - ARROW|1
    - ENDER_PEARL|2
    - POTION.8257
  HunterStart:
    Earthshaper:
    - IRON_PICKAXE.EFFICIENCY:3
    - IRON_AXE.EFFICIENCY:3
    Earthtender:
    - LEATHER_CHESTPLATE.THORNS:3
    - LEATHER_LEGGINGS.THORNS:3
    - LEATHER_BOOTS.THORNS:3
    - WOOD_HOE.KNOCKBACK:3
    - POTION.8193|5
    - POTION.8229|5
    Grovekeeper:
    - WOOD_SWORD.KNOCKBACK:1
    - LEATHER_BOOTS.PROTECTION_PROJECTILE:3
    - BOW.ARROW_INFINITE:1
    - ARROW|1
    Sunseeker:
    - STONE_SWORD.FIRE_ASPECT:2
    - ENDER_PEARL|2
    - POTION.16394|2
    - WEB|8
  SurvivorStart:
    Medic:
    - IRON_HELMET.PROTECTION_ENVIRONMENTAL:2
    - POTION.8193|2
    - POTION.8229|2
    - WOOD_SWORD
    - BREAD|8
    Soldier:
    - CHAINMAIL_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - STONE_SWORD.DURABILITY:1
    - PUMPKIN_PIE|3
    - FLINT_AND_STEEL
    - POTION.8197
    Ranger:
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS.PROTECTION_FALL:3
    - BOW.INFINITY:1
    - ARROW|1
    - STONE_AXE
    - WEB|8
    - COOKED_FISH|6
Effects:
  Hunter:
    Starting:
    - INVISIBILITY|1000|1
 

wazap567

Member
Joined
May 2, 2013
Messages
11
Reaction score
1
Points
1
http://www.mediafire.com/?cgpd6j98lumeofv is the map and this is the info:
MapName: Rings
Author: Wazap567
BuildTime: 120
GameTime: 600
WorldTime: 12000
SpawnProtectTime: 5
WorldWeather: 0
Team0: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28

ChooseKit: false
OneKitPerRound: false
KitResetTime: 60
BoxChance: 25
Team1: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28
ChooseKit: false
Centre:
==: Vector
x: 6
y: 123
z: -28
WorldSize: 23
SkyLimit: 222
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 25
SCREENSHOTS: http://www.mediafire.com/?k20mci1ctbqhycs
 

Infected_alien8_

Garry's Mod Admin
Mafia Host
Joined
Jul 29, 2012
Messages
1,760
Reaction score
6,243
Points
138
http://www.mediafire.com/?cgpd6j98lumeofv is the map and this is the info:
MapName: Rings
Author: Wazap567
BuildTime: 120
GameTime: 600
WorldTime: 12000
SpawnProtectTime: 5
WorldWeather: 0
Team0: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28

ChooseKit: false
OneKitPerRound: false
KitResetTime: 60
BoxChance: 25
Team1: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28
ChooseKit: false
Centre:
==: Vector
x: 6
y: 123
z: -28
WorldSize: 23
SkyLimit: 222
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 25
SCREENSHOTS: http://www.mediafire.com/?k20mci1ctbqhycs
Hey, this isn't the map submission area i'm afraid. Post it here and follow this format please:
Post it here: http://blocktopia.net/forum/forums/map-submissions.171/
Format: http://blocktopia.net/forum/threads/so-you-want-to-make-a-map.8233/

You also did the input file a bit incorrectly, but I can help you with that ;) Thanks for trying at least ;)
Also, there is already a map named 'Rings', sorry! You will have to think of another name i'm afraid!
Thanks for submitting a map though!
 

wazap567

Member
Joined
May 2, 2013
Messages
11
Reaction score
1
Points
1
http://www.mediafire.com/?cgpd6j98lumeofv is the map and this is the info:
MapName: Rings
Author: Wazap567
BuildTime: 120
GameTime: 600
WorldTime: 12000
SpawnProtectTime: 5
WorldWeather: 0
Team0: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28

ChooseKit: false
OneKitPerRound: false
KitResetTime: 60
BoxChance: 25
Team1: 0
SpawnLocation:
==: Vector
x: 6
y: 123
z: -28
ChooseKit: false
Centre:
==: Vector
x: 6
y: 123
z: -28
WorldSize: 23
SkyLimit: 222
ResetInventory: true
CanUseLocate: true
SurvivorRestrictedPlaceAll: false
SurvivorRestrictedBreakAll: false
HunterRestrictedPlaceAll: false
HunterRestrictedBreakAll: false
MysteryBoxChance: 25
SCREENSHOTS: http://www.mediafire.com/?k20mci1ctbqhycs
Hey, this isn't the map submission area i'm afraid. Post it here and follow this format please:
Post it here: http://blocktopia.net/forum/forums/map-submissions.171/
Format: http://blocktopia.net/forum/threads/so-you-want-to-make-a-map.8233/

You also did the input file a bit incorrectly, but I can help you with that ;) Thanks for trying at least ;)
Also, there is already a map named 'Rings', sorry! You will have to think of another name i'm afraid!
Thanks for submitting a map though!
Sorry.
 

Infected_alien8_

Garry's Mod Admin
Mafia Host
Joined
Jul 29, 2012
Messages
1,760
Reaction score
6,243
Points
138

Jivvi

Member
Mafia Host
Joined
Jun 9, 2012
Messages
2,769
Reaction score
4,596
Points
138