Created Money.xml (markdown)
21
Money.xml.md
Normal file
21
Money.xml.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
## Current release (v0.2-b35)
|
||||||
|
|
||||||
|
``` xml
|
||||||
|
<money>
|
||||||
|
<player balance="$balance" name="$playername"/>
|
||||||
|
...
|
||||||
|
</money>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Current development branch (v0.2-b81)
|
||||||
|
|
||||||
|
``` xml
|
||||||
|
<xmlstats>
|
||||||
|
<money>
|
||||||
|
<player>
|
||||||
|
<name>$playername</name>
|
||||||
|
<balance>$balance</balance>
|
||||||
|
</player>
|
||||||
|
</money>
|
||||||
|
</xmlstats>
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user