Skip to content

Commit

Permalink
Create .vars.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
familiar authored Feb 18, 2024
1 parent ff3ff9d commit 7c1616c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions BedwarsAFKv2/liteconfig/common/macros/.vars.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<variables>
<config name="@default">
<!-- KEY_UP -->
<template id="200">
<int key="currentxpos">1</int>
<int key="goalxpos">2</int>
<int key="data">0</int>
<int key="x">70</int>
<int key="dist">0</int>
<int key="y">63</int>
<int key="z">0</int>
<int key="pitch">344</int>
<int key="yaw">535</int>
<int key="howmany">5</int>
<string key="nbt">null</string>
<string key="item">iron_ingot</string>
</template>
<!-- EVENT_ONCHAT -->
<template id="1001">
<int key="pitch">43</int>
<int key="yaw">351</int>
</template>
</config>
</variables>

0 comments on commit 7c1616c

Please sign in to comment.