Skip to content

Commit

Permalink
Update for Spigot 1.17 and release plugin version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Jul 3, 2021
1 parent d2b0f6a commit 07e388f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.dominikkorsa.discordintegration'
version '1.9.2'
version '2.0.0'

repositories {
mavenCentral()
Expand All @@ -21,7 +21,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

compileOnly 'org.spigotmc:spigot:1.16.5'
compileOnly 'org.spigotmc:spigot:1.17'

implementation 'com.discord4j:discord4j-core:3.2.0-M1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.dominikkorsa.discordintegration.tps

import net.minecraft.server.v1_16_R3.MinecraftServer
import net.minecraft.server.MinecraftServer
import kotlin.math.min

class TpsService {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: DiscordIntegration
version: 1.9.2
version: 2.0.0
author: Dominik Korsa
main: com.dominikkorsa.discordintegration.DiscordIntegration
api-version: 1.16
api-version: 1.17

permissions:
discordintegration.command.reload:
Expand Down

0 comments on commit 07e388f

Please sign in to comment.