Implement Linkage for LobbySystem

This commit is contained in:
2025-10-03 13:23:33 +02:00
parent 22d1e15ae0
commit 33b606060a
37 changed files with 111 additions and 111 deletions
@@ -1,6 +1,7 @@
package de.steamwar.lobby.jumpandrun;
import de.steamwar.command.SWCommand;
import de.steamwar.linkage.Linked;
import de.steamwar.lobby.LobbySystem;
import de.steamwar.sql.UserConfig;
import org.bukkit.entity.Player;
@@ -9,6 +10,7 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
@Linked
public class JumpAndRunCommand extends SWCommand {
public JumpAndRunCommand() {