Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'org.turbojax'
version = '2.0.1'
version = '2.0.2'

repositories {
mavenCentral()
Expand All @@ -15,19 +15,19 @@ repositories {
}

dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.72-stable")
}

tasks {
runServer {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.21.4")
minecraftVersion("26.1.2")
}
}

def targetJavaVersion = 21
def targetJavaVersion = 25
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: WorkstationCommands
version: '$version'
main: org.turbojax.workstationCommands.WorkstationCommands
api-version: '1.21.4'
api-version: '26.1.2'
author: TurboJax
folia-supported: true

commands:
wcreload:
Expand Down Expand Up @@ -144,4 +145,4 @@ permissions:
wc.brew.other: true
wc.brew.other:
description: "Allows the player to use /wcbrew <target>"
default: op
default: op