This commit is contained in:
Adrian Bergqvist 2024-02-12 12:33:24 +01:00
parent 246b8131b3
commit 3960efdba5
No known key found for this signature in database
GPG Key ID: 3B3DA43224B79417
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
} }
group = "org.adde0109" group = "org.adde0109"
version = "1.5.0-rc1" version = "1.5.0"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -43,7 +43,7 @@ import java.util.concurrent.TimeUnit;
import static com.velocitypowered.api.network.ProtocolVersion.MINECRAFT_1_19; import static com.velocitypowered.api.network.ProtocolVersion.MINECRAFT_1_19;
import static com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentIdentifier.mapSet; import static com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentIdentifier.mapSet;
@Plugin(id = "ambassador", name = "Ambassador", version = "1.5.0-rc1", authors = {"adde0109"}) @Plugin(id = "ambassador", name = "Ambassador", version = "1.5.0", authors = {"adde0109"})
public class Ambassador { public class Ambassador {
//Don't forget to update checkCompatibleVersion() when changing this value //Don't forget to update checkCompatibleVersion() when changing this value