Skip to content

Commit abc820d

Browse files
committed
Bump to 1.2.6
1 parent 2dd60da commit abc820d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
allprojects {
1212
group = "com.convallyria.forcepack"
13-
version = "1.2.5"
13+
version = "1.2.6"
1414

1515
apply(plugin = "com.github.johnrengelman.shadow")
1616
apply(plugin = "java")

velocity/src/main/java/com/convallyria/forcepack/velocity/ForcePackVelocity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import com.velocitypowered.api.event.EventManager;
1717
import com.velocitypowered.api.event.Subscribe;
1818
import com.velocitypowered.api.event.command.CommandExecuteEvent;
19-
import com.velocitypowered.api.event.player.PlayerChatEvent;
2019
import com.velocitypowered.api.event.proxy.ProxyInitializeEvent;
2120
import com.velocitypowered.api.plugin.Plugin;
2221
import com.velocitypowered.api.plugin.annotation.DataDirectory;
@@ -43,7 +42,7 @@
4342
@Plugin(
4443
id = "forcepack",
4544
name = "ForcePack",
46-
version = "1.2.5",
45+
version = "1.2.6",
4746
description = "Force players to use your server resource pack.",
4847
url = "https://www.convallyria.com",
4948
authors = {"SamB440"}

0 commit comments

Comments
 (0)