To use it download the Release.
You must create a User First You have 2 diffrent Types for that:
UserType.ID
UserType.NAME| .avatar-large, .avatar-profile, .avatar-small, .avatar-xlarge, .avatar-xsmall, .avatar-xxlarge { | |
| background-clip: padding-box; | |
| background-color: none; | |
| background-position: 50%; | |
| border-radius: unset; | |
| border-top-left-radius: unset; | |
| border-top-right-radius: unset; | |
| border-bottom-right-radius: unset; | |
| border-bottom-left-radius: unset; | |
| position: relative; |
| Its free to use! |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  |
| #!/bin/bash | |
| # Exit on any error | |
| set -e | |
| # Define colors for formatting (using tput for better compatibility) | |
| green=$(tput setaf 2) | |
| red=$(tput setaf 1) | |
| yellow=$(tput setaf 3) | |
| blue=$(tput setaf 4) |