Discord Appeal

@if (currentPageIndex === 0) {
Discord

Discord Appeal

We aim to respond within 48 hours.

} @if (currentPageIndex === 1) {

You are logged in as {{ authService.username() }}. If this is the correct account please continue


Notice: Submitting an appeal is not an instant process. We will investigate the punishment you are appealing and respond within 48 hours.

Appeals that seem to have been made with little to no effort will be automatically denied.

} @if (currentPageIndex === 2) {

Please enter your Discord ID below.

You can find your Discord ID by going to User settings -> Advanced -> Developer Mode and turning it on

With Developer Mode on in Discord click your profile in the bottom left and click Copy User ID

We use this to find your punishment on our Discord server.

Discord Id
} @if (currentPageIndex === 3) { @if (bannedUser == null) {

We were unable to find your punishment on our Discord server.

} @else if (!bannedUser.isBanned || bannedUser.bannedUser == null) {

Your discord account is not banned on our Discord server.

} @else {
Avatar for Discord user {{ bannedUser.bannedUser.name }}

{{ bannedUser.bannedUser.name }}

Your punishment is: {{ bannedUser.bannedUser.reason }}

) } } @if (currentPageIndex >= 4) {
@if (currentPageIndex === 4) {

Please enter your email.

It does not have to be your minecraft email. You will have to verify it

Email @if (form.controls.email.invalid && form.controls.email.touched) { @if (form.controls.email.errors?.['required']) { Email is required } @else if (form.controls.email.errors?.['email']) { Please enter a valid email address } } @if (emailIsValid()) {
check You have validated your email previously, and can continue to the next page!
}
} @if (currentPageIndex === 5) {

Why should your ban be reduced or removed?

Please take your time writing this, we're more likely to accept an appeal if effort was put into it.

Reason @if (form.controls.appeal.invalid && form.controls.appeal.touched) { @if (form.controls.appeal.errors?.['required']) { Reason is required } @else if (form.controls.appeal.errors?.['minlength']) { Reason must be at least 10 characters } }
}
}
@if (totalPages.length > 1) {
@for (i of totalPages; track i) { }
}