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