Skip to content

Commit 9c50586

Browse files
committed
Add folia to: bug-report.yml, deploy.yml, platform-utilities.mdx
1 parent 4bff695 commit 9c50586

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ body:
9494
multiple: true
9595
options:
9696
- Spigot / Bukkit
97+
- Folia
9798
- BungeeCord
9899
- Velocity
99100
- Other

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ jobs:
6565
bukkit/build/libs/apollo-bukkit-${{ env.VERSION }}.jar
6666
bungee/build/libs/apollo-bungee-${{ env.VERSION }}.jar
6767
velocity/build/libs/apollo-velocity-${{ env.VERSION }}.jar
68+
folia/build/libs/apollo-folia-${{ env.VERSION }}.jar

docs/developers/platform-utilities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Callout } from 'nextra-theme-docs';
44

55
Platform utility classes provide helpful platform specific methods to improve your experience when creating an Apollo integration.
66

7-
The following utility classes are available for each respective platform: `BukkitApollo`, `BungeeApollo`, `VelocityApollo`
7+
The following utility classes are available for each respective platform: `BukkitApollo`, `FoliaApollo`, `BungeeApollo`, `VelocityApollo`
88

99
<Callout type="error">
1010
You must ensure these methods are only used on the platform they're intended for, otherwise you will encounter errors from missing

0 commit comments

Comments
 (0)