-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude maven-publish plugin and change kotlin jvmTarget from VERSION_17
- Loading branch information
Showing
2 changed files
with
7 additions
and
12 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,19 +1,16 @@ | ||
# minecord | ||
|
||
## Feature | ||
- Embed | ||
- pingpong command | ||
- online command | ||
- reload command | ||
- apply slash command | ||
- async chat listener for discord | ||
- support legacy version [Based for 1.12.2] | ||
- Embed message | ||
- Check discord ping latency | ||
- Check online people in minecraft server | ||
- use guild application command | ||
|
||
### Configurations | ||
|
||
[config.yml](https://github.com/Netherald/wild-discordmc/blob/master/src/main/resources/config.yml) | ||
[config.yml](https://github.com/cube1dev/minecord/blob/master/src/main/resources/config.yml) | ||
```yml | ||
... | ||
|
||
messageFormat : "<red><sender><reset> : <message>" | ||
message_format : "<red><sender><reset> : <message>" | ||
``` |
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