Advertisement
GALAXYCOMET2002

[Splatt] TACHIUO Parking v1.1.0

Jul 18th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <map proto="1.3.0">
  3.     <!-- マップ名 -->
  4.     <name>Tachiuo Parking</name>
  5.     <!-- マップバージョン -->
  6.     <version>1.1.0</version>
  7.     <!-- マップの説明 -->
  8.     <objective>たくさんナワバリを確保しろ! / Get a lot of territories!</objective>
  9.     <!-- マップ作者 複数指定可能です。contribution=""属性でどのようにマップに貢献したかを設定する事が出来ます。
  10.     有効なMinecraft IDである必要があります。  -->
  11.     <authors>
  12.         <author>GALAXYCOMET2002</author>
  13.     </authors>
  14.     <!-- マップ制作協力者 複数指定可能です。contribution=""属性でどのようにマップに貢献したかを設定する事が出来ます。
  15.     有効なMinecraft IDである必要があります。  -->
  16.     <contributors>
  17.     </contributors>
  18.     <!-- Gamemode -->
  19.     <include src="splatt.xml"/>
  20.     <splatt materials="wool" hide-progress-time="3m">
  21.         <time>3m</time>
  22.     </splatt>
  23.     <disabledamage>
  24.         <damage>fall</damage>
  25.     </disabledamage>
  26.     <teams>
  27.         <team color="aqua" max="8">SplaAqua</team>
  28.         <team color="gold" max="8">SplaOrange</team>
  29.     </teams>
  30.     <!-- 保護 -->
  31.     <maxbuildheight>0</maxbuildheight>
  32.     <!-- スポーン-->
  33.     <spawns>
  34.         <!-- チームスポーン -->
  35.         <spawn team="aqua" yaw="180"><cuboid min="-115.5,40,-733.5" max="-113.5,40,-731.5"/></spawn>
  36.         <spawn team="gold" yaw="0"><cuboid min="-103.5,40,-809.5" max="-105.5,40,-811.5"/></spawn>
  37.         <!-- 観戦者スポーン -->
  38.         <default yaw="45"><cuboid min="-88.5,27,-787.5" max="-88.5,27,-787.5"/></default>
  39.     </spawns>
  40.     <!-- チュートリアル -->
  41.     <include src="tutorial.xml"/>
  42.     <tutorial>
  43.         <stage title="Gamemode Splatt">
  44.             <title lang="ja_JP">ゲームモード「Splatt」</title>
  45.             <message>
  46.                 <line>This map is `d`lSplatt`r map.</line>
  47.                 <line>Get a lot of territries!</line>
  48.             </message>
  49.             <message lang="ja_JP">
  50.                 <line>このマップは `d`lSplatt`r マップです。</line>
  51.                 <line>できるだけ多くのナワバリを確保しましょう!</line>
  52.             </message>
  53.         </stage>
  54.     </tutorial>
  55. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement