mirror of
https://github.com/plexusorg/Module-FalseOp.git
synced 2026-06-03 22:56:54 +00:00
Update dependencies and Gradle
This commit is contained in:
+4
-4
@@ -20,13 +20,13 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
|
||||
compileOnly("dev.plex:server:1.5")
|
||||
implementation("com.comphenix.protocol:ProtocolLib:5.3.0")
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
|
||||
compileOnly("dev.plex:server:1.6")
|
||||
implementation("com.comphenix.protocol:ProtocolLib:5.4.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "1.5"
|
||||
version = "1.6"
|
||||
description = "Module-FalseOp"
|
||||
|
||||
java {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
@@ -24,6 +24,7 @@ import org.bukkit.event.player.PlayerInteractEvent;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.util.Vector;
|
||||
|
||||
@SuppressWarnings("UnstableApiUsage")
|
||||
public class PlayerListener extends PlexListener
|
||||
{
|
||||
private final ProtocolManager protocolManager;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Module-FalseOp
|
||||
main: dev.plex.FalseOp
|
||||
description: Make clients think they have OP!
|
||||
version: 1.5
|
||||
version: 1.6
|
||||
Reference in New Issue
Block a user