So I have a remove file, it looks something like this:
<name status="exists">
<name32>Daniel</name32>
<name64>Scar</name64>
<reputation>DONATOR,ADMIN,MOD</reputation>
</name>
How how do I get all the data lines and store them in a variable for later use by any plugin or something?
<name status="exists">
<name32>Daniel</name32>
<name64>Scar</name64>
<reputation>DONATOR,ADMIN,MOD</reputation>
</name>
How how do I get all the data lines and store them in a variable for later use by any plugin or something?