Skip to content

Commit

Permalink
TAB 3.2.3 & 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguygab committed Jan 22, 2023
1 parent db17b22 commit 2f6f2af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'io.github.tanguygab'
version = '1.6.7'
version = '1.6.8'


repositories {
Expand Down Expand Up @@ -58,6 +58,6 @@ dependencies {
compileOnly 'com.discordsrv:discordsrv:1.25.0'
compileOnly 'net.essentialsx:EssentialsXDiscord:2.19.4'
compileOnly 'com.loohp:InteractiveChat:4.2.3.13'
compileOnly files('../../dependencies/TAB-3.2.2.jar','../../dependencies/AdvancedBan.jar')
compileOnly files('../../dependencies/TAB-3.2.3.jar','../../dependencies/AdvancedBan.jar')

}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import me.neznamy.tab.api.TabAPI;
import me.neznamy.tab.api.TabPlayer;
import me.neznamy.tab.api.placeholder.PlaceholderManager;
import me.neznamy.tab.platforms.bukkit.nms.NMSStorage;
import me.neznamy.tab.platforms.bukkit.nms.storage.NMSStorage;
import net.essentialsx.api.v2.services.discord.DiscordService;
import org.bukkit.Location;
import org.bukkit.Sound;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TAB-Additions
version: 1.6.7
version: 1.6.8
main: io.github.tanguygab.tabadditions.bungee.TABAdditionsBungeeCord
description: More features for the plugin TAB !
softDepends: [floodgate-bungee,AdvancedBan]
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TAB-Additions
version: 1.6.7
version: 1.6.8
main: io.github.tanguygab.tabadditions.spigot.TABAdditionsSpigot
api-version: 1.13
depend: [TAB]
Expand Down

0 comments on commit 2f6f2af

Please sign in to comment.