Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ctw/vauxite/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<filters>
<team id="only-red">red</team>
<team id="only-blue">blue</team>
<not id="no-void">
<void id="is-void"/>
</not>
<not id="not-red">
<filter id="only-red"/>
</not>
Expand Down Expand Up @@ -160,7 +157,7 @@
<apply enter="not-red" region="reds-woolrooms" message="You may not enter your own wool room!"/>
<apply block="reds-woolrooms-filter" region="reds-woolrooms" message="You may not edit the wool room!"/>
<apply block-place="only-iron-cause-world" block-break="only-iron" region="spawns" message="You may not edit spawn!"/>
<apply block="no-void" region="not-build-area" message="You may not edit the void!"/>
<apply block="deny(void)" region="not-build-area" message="You may not edit the void!"/>
</regions>
<spawners>
<spawner spawn-region="green-wool-spawn" player-region="green-wool" delay="1.5s">
Expand Down