Updated user_balances.xml (markdown)
@@ -1,4 +1,36 @@
|
|||||||
## Current release (v0.2-b35)
|
## Current release (v0.3-b52)
|
||||||
|
|
||||||
|
### With parameter "user=$username"
|
||||||
|
|
||||||
|
``` xml
|
||||||
|
<xmlstats>
|
||||||
|
<users count="$count">
|
||||||
|
<user>
|
||||||
|
<name>$playername</name>
|
||||||
|
<balance>$balance</balance>
|
||||||
|
</user>
|
||||||
|
...
|
||||||
|
</users>
|
||||||
|
</xmlstats>
|
||||||
|
```
|
||||||
|
|
||||||
|
### With parameter "sum=$username"
|
||||||
|
|
||||||
|
``` xml
|
||||||
|
<xmlstats>
|
||||||
|
<sum>
|
||||||
|
<users count="$count">
|
||||||
|
<user>
|
||||||
|
<name>$playername</name>
|
||||||
|
<balance>$balance</balance>
|
||||||
|
</user>
|
||||||
|
...
|
||||||
|
</users>
|
||||||
|
</sum>
|
||||||
|
</xmlstats>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Previous release (v0.2-b35)
|
||||||
|
|
||||||
``` xml
|
``` xml
|
||||||
<money>
|
<money>
|
||||||
@@ -7,16 +39,3 @@
|
|||||||
</money>
|
</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