Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $nomention
- $if[$getVar[Acc;$authorID]=={}]
- $author[$username]
- $authorIcon[$authorAvatar]
- $color[2b2d31]
- $addField[Login/Register;You are not logged in. If you don't have an account make sure to register first]
- $addButton[no;acc.login+$authorID;Login;success]
- $addButton[no;acc.register+$authorID;Register;primary]
- $addButton[yes;acc.forgot.password+$authorID;Forgot Password;secondary]
- $addButton[no;delete+$authorID;Close;danger]
- $else
- $jsonParse[$getVar[Acc;$authorID]]
- $author[$username]
- $authorIcon[$authorAvatar]
- $color[2b2d31]
- $addField[Username;$json[Username]]
- $addField[Account ID;$json[AccID]]
- $addField[Creation Date;$replaceText[<t:$json[Date]:f>;";]]
- $addButton[no;acc.logout+$authorID;Logout;danger]
- $addButton[no;acc.change.password+$authorID;Change Password;secondary]
- $addButton[yes;acc.delete+$authorID;Delete Account;danger]
- $addButton[no;delete+$authorID;Close;danger]
- $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement