1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 11:15:51 +00:00

[ci skip] chore: update issue template to include download source (#4059)

* chore: include download source

* chore: let all workflow pass
This commit is contained in:
ybw0014 2024-08-08 12:26:44 -04:00 committed by GitHub
parent 5b8d872296
commit 6f2a5810c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ body:
options:
- label: I am using the official english version of Slimefun and did not modify the jar.
required: true
- label: I downloaded the official version from the new build site [Blob Builds](https://blob.build/).
required: true
- label: I am using an up to date "DEV" (not "RC") version of Slimefun.
required: true
- label: I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.

View File

@ -93,4 +93,4 @@ public class TalismanActivateEvent extends PlayerEvent implements Cancellable {
public static @Nonnull HandlerList getHandlerList() {
return handlers;
}
}
}