{{ template "layout" . }} {{ define "title" }}{{ .Player.Name }} - {{ .App.Config.ApplicationName }}{{ end }} {{ define "content" }} {{ template "header" . }}

{{ if .AdminView }} Back to {{ .PlayerUser.Username }}'s account {{ else }} Back to your account {{ end }}

{{ .Player.Name }}

{{/* prettier-ignore-start */}}
{{ .Player.UUID }}
{{ .PlayerID }}
{{/* prettier-ignore-end */}} {{ if .SkinURL }}
{{ else }} No skin yet. {{ end }}
{{ if or .App.Config.AllowChangingPlayerName .User.IsAdmin }}


{{ end }} {{ if or .App.Config.AllowSkins .User.IsAdmin }}

Skin

{{ if .SkinURL }}

Current skin:

{{ end }}


{{ if or .App.Config.AllowTextureFromURL .User.IsAdmin }}


{{ end }}

Skin model
{{ end }} {{ if or .App.Config.AllowCapes .User.IsAdmin }}

Cape

{{ if .CapeURL }}

Current cape:

{{ end }}


{{ if or .App.Config.AllowTextureFromURL .User.IsAdmin }}


{{ end }}

{{ end }} {{ if .App.Config.ForwardSkins }}


UUID or player name. If you don't set a skin or cape, this player's skin on one of the fallback API servers will be used instead.

{{ end }}

{{ if or .App.Config.AllowAddingDeletingPlayers .User.IsAdmin }}

Delete Player

{{ end }} {{ if .SkinURL }} {{ end }} {{ template "footer" . }} {{ end }}