-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zaviar
committed
Oct 4, 2024
1 parent
2b7cfaa
commit cfb5fd3
Showing
4 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# zDiscord | ||
|
||
An easily configurable /discord command for your Minecraft server. | ||
A simple /discord command for your Minecraft server | ||
|
||
You need JDK 21 or newer to use zDiscord. | ||
You need JDK 21 or newer to use zDiscord. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: zDiscord | ||
description: An easily configurable /discord command for your Minecraft server | ||
description: A simple /discord command for your Minecraft server | ||
version: 1.5.0-SNAPSHOT | ||
api-version: '1.21.1' | ||
api-version: '1.17' | ||
main: dev.zaviar.zdiscord.zDiscord | ||
authors: [ zaviar.dev ] | ||
folia-supported: true | ||
load: POSTWORLD | ||
commands: | ||
discord: | ||
description: Get the discord link to our server | ||
aliases: [zdiscord] | ||
aliases: [ zdiscord ] |