Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: more info in the player profile #247

Open
1 of 4 tasks
nonfreegithub opened this issue Oct 10, 2023 · 1 comment
Open
1 of 4 tasks

Suggestion: more info in the player profile #247

nonfreegithub opened this issue Oct 10, 2023 · 1 comment
Labels

Comments

@nonfreegithub
Copy link

nonfreegithub commented Oct 10, 2023

on the player profile page, where login info, xban, privs, stats are displayed

Some information on common mods could also be shown (from mod storage backend)

minetest requires the player to be online to read players backend, perhaps this info can be loaded on player join, or read directly from the mod storage backend to be displayed at any time

such as:

  • sethome coords
return sethome.get(name)
  • atm money
atm.read_account(name)
return atm.balance[name]
  • skin id

to mineclone simple skin is:

dunno how is to skinsdb

local player = core.get_player_by_name(name)
return mcl_skins.player_skins[player].simple_skins_id
  • awards
@BuckarooBanzay
Copy link
Member

atm and wiretransfer are implemented in 3fbf6b9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants