Skip to content

Commit

Permalink
readme: change readme description
Browse files Browse the repository at this point in the history
fix: exclude maven-publish plugin and change kotlin jvmTarget from VERSION_17
  • Loading branch information
devproje committed Jun 12, 2022
1 parent 8c09679 commit 17d1a0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 6 additions & 9 deletions README.md
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>"
```
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
plugins {
kotlin("jvm") version "1.7.0"
id("com.github.johnrengelman.shadow") version "7.1.2"

`maven-publish`
}

java {
Expand Down Expand Up @@ -37,7 +35,7 @@ tasks {
}

compileKotlin {
kotlinOptions.jvmTarget = JavaVersion.VERSION_16.toString()
kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
}

processResources {
Expand Down

0 comments on commit 17d1a0d

Please sign in to comment.