Caltinor / Project-MMO-2.0

A continuation of Harmony's Project MMO project
38 stars 22 forks source link

Export Player stats #616

Open Moldx3 opened 3 hours ago

Moldx3 commented 3 hours ago

Describe the solution you'd like I would Like to have a Feature which Exports Level stats of all Players.

Why is this feature needed We would Like to Display a Kind of Scoreboard on our Website to encourage Players to Play. Also its funny. A simple .csv document or something readable would be Great.

Describe alternatives you've considered Asking Players to Note and forward their Level progression.

Additional context I took a Look at the Server Date and commands of pmmo but none exported readable data. In case I missed something please let me know.

Caltinor commented 3 hours ago

If you use an NBT editor, you can crack open the pmmo.dat and export that to text. You can then clean up the data to import into the format you want for your website.