File tree Expand file tree Collapse file tree
velocity/src/main/java/com/convallyria/forcepack/velocity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010
1111allprojects {
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" )
Original file line number Diff line number Diff line change 1616import com .velocitypowered .api .event .EventManager ;
1717import com .velocitypowered .api .event .Subscribe ;
1818import com .velocitypowered .api .event .command .CommandExecuteEvent ;
19- import com .velocitypowered .api .event .player .PlayerChatEvent ;
2019import com .velocitypowered .api .event .proxy .ProxyInitializeEvent ;
2120import com .velocitypowered .api .plugin .Plugin ;
2221import com .velocitypowered .api .plugin .annotation .DataDirectory ;
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" }
You can’t perform that action at this time.
0 commit comments