Moved PlayerScore

This commit is contained in:
Teriuihi 2023-09-25 03:41:58 +02:00
parent 7573ca71c5
commit bb01068080
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package com.alttd.fishingevent.commands.fish_subcommands;
import com.alttd.fishingevent.commands.SubCommand;
import com.alttd.fishingevent.objects.PlayerScore;
import com.alttd.fishingevent.scoreboard.PlayerScore;
import com.alttd.fishingevent.scoreboard.ScoreboardManager;
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.minimessage.MiniMessage;

View File

@ -1,4 +1,4 @@
package com.alttd.fishingevent.objects;
package com.alttd.fishingevent.scoreboard;
import com.alttd.fishingevent.fish.Fish;
import org.bukkit.entity.Player;

View File

@ -1,7 +1,6 @@
package com.alttd.fishingevent.scoreboard;
import com.alttd.fishingevent.fish.Fish;
import com.alttd.fishingevent.objects.PlayerScore;
import net.kyori.adventure.text.minimessage.MiniMessage;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;