-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<map proto="1.4.2" game="Skywars"> | ||
<name>Clayish</name> | ||
<version>1.0.1</version> | ||
<authors> | ||
<author uuid="48924ea3-3aad-4e16-838c-368d8d9e0a25"/> | ||
<!-- Matic0B --> | ||
</authors> | ||
<include src="skywars.xml"/> | ||
<maxbuildheight>65</maxbuildheight> | ||
<kits> | ||
<kit id="all-effects"><!-- Effects given to observers and players --> | ||
<!-- none --> | ||
</kit> | ||
</kits> | ||
<spawns> | ||
<default kit="all-effects" region="observer-spawn" yaw="0"/> | ||
<spawns spread="true" exclusive="true" kit="spawn-effects" angle="-136.5,56,-34.5"> | ||
<spawn region="player-1-spawn"/> | ||
<spawn region="player-2-spawn"/> | ||
<spawn region="player-3-spawn"/> | ||
<spawn region="player-4-spawn"/> | ||
<spawn region="player-5-spawn"/> | ||
<spawn region="player-6-spawn"/> | ||
<spawn region="player-7-spawn"/> | ||
<spawn region="player-8-spawn"/> | ||
</spawns> | ||
</spawns> | ||
<regions> | ||
<!-- Observer spawnpoint --> | ||
<point id="observer-spawn">-138.5,54,-35.5</point> | ||
<!-- Player spawns --> | ||
<point id="player-1-spawn">-147.5,54.5,-81.5</point> | ||
<point id="player-2-spawn">-183.5,54.5,-43.5</point> | ||
<point id="player-3-spawn">-183.5,54.5,-23.5</point> | ||
<point id="player-4-spawn">-145.5,54.5,12.5</point> | ||
<point id="player-5-spawn">-125.5,54.5,12.5</point> | ||
<point id="player-6-spawn">-89.5,54.5,-25.5</point> | ||
<point id="player-7-spawn">-89.5,54.5,-45.5</point> | ||
<point id="player-8-spawn">-127.5,54.5,-81.5</point> | ||
<!-- Tier 1 Chests (Player island) --> | ||
<sphere id="player-1-chests" radius="15" origin="-147.5,54,-81.5"/> | ||
<sphere id="player-2-chests" radius="15" origin="-183.5,54,-43.5"/> | ||
<sphere id="player-3-chests" radius="15" origin="-183.5,54,-23.5"/> | ||
<sphere id="player-4-chests" radius="15" origin="-145.5,54,12.5"/> | ||
<sphere id="player-5-chests" radius="15" origin="-125.5,54,12.5"/> | ||
<sphere id="player-6-chests" radius="15" origin="-89.5,54,-25.5"/> | ||
<sphere id="player-7-chests" radius="15" origin="-89.5,54,-45.5"/> | ||
<sphere id="player-8-chests" radius="15" origin="-127.5,54,-81.5"/> | ||
<!-- Tier 2 Chests (Outer middle) --> | ||
<negative id="tier-2-chests"> | ||
<union> | ||
<region id="tier-1-chests"/> | ||
<region id="tier-3-chests"/> | ||
</union> | ||
</negative> | ||
<!-- Tier 3 Chests (Very middle) --> | ||
<union id="tier-3-chests"> | ||
<sphere radius="10" origin="-136.5,55,-34.5"/> | ||
</union> | ||
</regions> | ||
</map> |
Binary file not shown.
Binary file not shown.