2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-19 04:50:26 +00:00

change versioning scheme on both velocity + bungeecord

This commit is contained in:
2022-07-15 09:57:30 +04:00
parent 803ae36d00
commit 3a8baae56f
7 changed files with 36 additions and 5 deletions

View File

@@ -11,8 +11,6 @@ import java.util.Map;
import java.util.Optional;
public class RBUtils {
public static final String VERSION = "0.8.x-idk-how";
private static final Gson gson = new Gson();
protected static void createPlayer(Player player, Pipeline pipeline, boolean fireEvent) {

View File

@@ -52,7 +52,7 @@ import java.util.*;
import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicInteger;
@Plugin(id = "redisbungee", name = "RedisBungee", version = RBUtils.VERSION, url = "https://github.com/ProxioDev/RedisBungee", authors = "ProxioDev")
@Plugin(id = "redisbungee", name = "RedisBungee", version = PomData.VERSION, url = "https://github.com/ProxioDev/RedisBungee", authors = "ProxioDev")
public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player> {
private final ProxyServer server;
private final Logger logger;