Skip to content

Commit

Permalink
Bump Minestom
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed May 27, 2022
1 parent 27ddc43 commit dc095e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -32,13 +32,13 @@ dependencies {
compileOnly(kotlin("reflect"))

// Compile Minestom into project
compileOnly("com.github.Minestom", "Minestom", "4ee5cbe424")
compileOnly("com.github.Minestom", "Minestom", "7867313290")

// KStom
compileOnly("com.github.Project-Cepi", "KStom","6ed81b8936")
compileOnly("com.github.Project-Cepi", "KStom","82f7000079")

// import kotlinx serialization
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")

// add Particable
compileOnly("com.github.Project-Cepi:Particable:acea414be2")
Expand Down
Expand Up @@ -40,11 +40,10 @@ object MovementCommand : Kommand({

}

syntax(clear).onlyPlayers {
syntax(clear) {
Momentum.abilityManager[player] = null
sender.sendFormattedTranslatableMessage("momentum", "clear")

}
}.onlyPlayers()

syntax(info, abilityName) {
(!abilityName).description.trim().forEach { sender.sendFormattedMessage(Component.text(it)) }
Expand Down

0 comments on commit dc095e5

Please sign in to comment.