Skip to content

Instantly share code, notes, and snippets.

@Cazadorian
Cazadorian / 8-team-bedwars.xml
Created April 8, 2023 18:51
8 Team Bedwars Include
<map proto="1.4.2">
<!-- Created by Cazadorian, built upon work by _Pear and ElectroidFilms -->
<!-- Include version number : v1.0.0 -->
<objective>Destroy the enemy teams' bed and eliminate them before they get to yours.</objective>
<gamemode>dtm</gamemode>
<gamemode>blitz</gamemode>
<game>Bed Wars</game>
<respawn auto="true" delay="5s"/>
<time>50m</time>
<!-- Blitz and Sudden Death -->
@Cazadorian
Cazadorian / 4-team-bedwars.xml
Created April 8, 2023 18:50
4 Team Bedwars Include
<map proto="1.4.2">
<!-- Created by Cazadorian, built upon work by _Pear and ElectroidFilms -->
<!-- Include version number : v1.0.0 -->
<objective>Destroy the enemy teams' bed and eliminate them before they get to yours.</objective>
<gamemode>dtm</gamemode>
<gamemode>blitz</gamemode>
<game>Bed Wars</game>
<respawn auto="true" delay="5s"/>
<time>50m</time>
<!-- Blitz and Sudden Death -->
@Cazadorian
Cazadorian / map.xml
Created January 10, 2023 14:31
DTC Basic Template
<map proto="1.4.2">
<name>Map Name</name>
<version>1.0</version>
<objective>Leak the enemy team's core!</objective>
<created>yyyy-mm-dd</created>
<gamemode>dtc</gamemode>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4"/> <!-- username -->
</authors>
<contributors>
@Cazadorian
Cazadorian / map.xml
Created January 10, 2023 14:30
DTM Basic Template
<map proto="1.4.2">
<name>Map Name</name>
<version>1.0</version>
<objective>Destroy the enemy team's monument!</objective>
<created>yyyy-mm-dd</created>
<gamemode>dtm</gamemode>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4"/> <!-- username -->
</authors>
<contributors>
@Cazadorian
Cazadorian / map.xml
Created January 10, 2023 14:30
CTW Basic Template
<map proto="1.4.2">
<name>Map Name</name>
<version>1.0</version>
<objective>Capture the enemy team's wool!</objective>
<created>yyyy-mm-dd</created>
<gamemode>ctw</gamemode>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4"/> <!-- username -->
</authors>
<contributors>
@Cazadorian
Cazadorian / map.xml
Last active April 8, 2023 20:23
8-team-bedwars-template
<map proto="1.4.2">
<include id="8-team-bedwars"/>
<version>1.0</version>
<name>name</name>
<created>yyyy-mm-dd</created>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4" contribution="add contribution here"/> <!-- username -->
</authors>
<contributors>
<contributor uuid="6863869b-4b8c-4445-b778-a8e016775ae4" contribution="add contribution here"/> <!-- username -->
@Cazadorian
Cazadorian / map.xml
Last active April 8, 2023 20:22
4-team-bedwars-template
<map proto="1.4.2">
<include id="4-team-bedwars"/>
<version>1.0</version>
<name>name</name>
<created>yyyy-mm-dd</created>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4" contribution="add contribution here"/> <!-- username -->
</authors>
<contributors>
<contributor uuid="6863869b-4b8c-4445-b778-a8e016775ae4" contribution="add contribution here"/> <!-- username -->
<?xml version="1.0"?>
<map proto="1.4.0">
<name>Miner Sixty Niner</name>
<version>1.0.0</version>
<objective>Kill enemies for gold nuggets, drop into the chute with them for points!</objective>
<game>Scorebox</game>
<gamemode>tdm</gamemode>
<gamemode>scorebox</gamemode>
<authors>
<author uuid="6863869b-4b8c-4445-b778-a8e016775ae4"/>